7fife-backend/node_modules/yallist/package.json

30 lines
652 B
JSON
Raw Normal View History

2024-03-07 13:01:44 +00:00
{
2024-03-11 12:29:54 +00:00
"name": "yallist",
"version": "4.0.0",
2024-03-07 13:01:44 +00:00
"description": "Yet Another Linked List",
2024-03-11 12:29:54 +00:00
"main": "yallist.js",
2024-03-07 13:01:44 +00:00
"directories": {
"test": "test"
},
"files": [
"yallist.js",
"iterator.js"
],
2024-03-11 12:29:54 +00:00
"dependencies": {},
"devDependencies": {
"tap": "^12.1.0"
2024-03-07 13:01:44 +00:00
},
"scripts": {
2024-03-11 12:29:54 +00:00
"test": "tap test/*.js --100",
2024-03-07 13:01:44 +00:00
"preversion": "npm test",
2024-03-11 12:29:54 +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"
2024-03-07 13:01:44 +00:00
},
2024-03-11 12:29:54 +00:00
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"license": "ISC"
2024-03-07 13:01:44 +00:00
}