wishthis/node_modules/process-nextick-args/package.json

26 lines
578 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "process-nextick-args",
"version": "2.0.1",
2022-02-23 16:41:13 +00:00
"description": "process.nextTick but always with args",
2022-04-08 10:55:35 +00:00
"main": "index.js",
2022-02-23 16:41:13 +00:00
"files": [
"index.js"
],
2022-04-08 10:55:35 +00:00
"scripts": {
"test": "node test.js"
},
2022-02-23 16:41:13 +00:00
"repository": {
"type": "git",
2022-04-08 10:55:35 +00:00
"url": "https://github.com/calvinmetcalf/process-nextick-args.git"
2022-02-23 16:41:13 +00:00
},
2022-04-08 10:55:35 +00:00
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/calvinmetcalf/process-nextick-args/issues"
2022-02-23 16:41:13 +00:00
},
2022-04-08 10:55:35 +00:00
"homepage": "https://github.com/calvinmetcalf/process-nextick-args",
"devDependencies": {
"tap": "~0.2.6"
}
2022-01-21 08:28:41 +00:00
}