wishthis/node_modules/yallist/package.json

30 lines
652 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "yallist",
2023-08-17 09:47:40 +00:00
"version": "4.0.0",
2022-01-21 08:28:41 +00:00
"description": "Yet Another Linked List",
2022-04-08 10:55:35 +00:00
"main": "yallist.js",
2022-01-21 08:28:41 +00:00
"directories": {
"test": "test"
},
"files": [
"yallist.js",
"iterator.js"
],
2022-04-08 10:55:35 +00:00
"dependencies": {},
"devDependencies": {
2023-08-17 09:47:40 +00:00
"tap": "^12.1.0"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"scripts": {
2022-04-08 10:55:35 +00:00
"test": "tap test/*.js --100",
2022-02-23 16:41:13 +00:00
"preversion": "npm test",
2022-04-08 10:55:35 +00:00
"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/yallist.git"
2022-02-23 16:41:13 +00:00
},
2022-04-08 10:55:35 +00:00
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"license": "ISC"
2022-01-21 08:28:41 +00:00
}