wishthis/node_modules/wrappy/package.json

30 lines
606 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "wrappy",
"version": "1.0.2",
"description": "Callback wrapping utility",
"main": "wrappy.js",
"files": [
"wrappy.js"
2022-02-23 16:41:13 +00:00
],
2022-04-08 10:55:35 +00:00
"directories": {
"test": "test"
2022-01-21 08:28:41 +00:00
},
"dependencies": {},
"devDependencies": {
"tap": "^2.3.1"
},
2022-04-08 10:55:35 +00:00
"scripts": {
"test": "tap --coverage test/*.js"
2022-01-21 08:28:41 +00:00
},
"repository": {
"type": "git",
2022-04-08 10:55:35 +00:00
"url": "https://github.com/npm/wrappy"
2022-01-21 08:28:41 +00:00
},
2022-04-08 10:55:35 +00:00
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/npm/wrappy/issues"
2022-01-21 08:28:41 +00:00
},
2022-04-08 10:55:35 +00:00
"homepage": "https://github.com/npm/wrappy"
2022-01-21 08:28:41 +00:00
}