mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/RoboCommander.git
synced 2026-06-15 18:56:07 +00:00
23 lines
465 B
JSON
23 lines
465 B
JSON
{
|
|
"name": "yallist",
|
|
"version": "3.0.2",
|
|
"description": "Yet Another Linked List",
|
|
"main": "yallist.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"files": [
|
|
"yallist.js",
|
|
"iterator.js"
|
|
],
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"tap": "^10.3.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/isaacs/yallist.git"
|
|
},
|
|
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
|
"license": "ISC"
|
|
} |