mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
93 lines
2.1 KiB
93 lines
2.1 KiB
{
|
|
"_args": [
|
|
[
|
|
"exit-hook@^1.0.0",
|
|
"/Users/trott/io.js/tools/node_modules/restore-cursor"
|
|
]
|
|
],
|
|
"_from": "exit-hook@>=1.0.0 <2.0.0",
|
|
"_id": "exit-hook@1.1.1",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/exit-hook",
|
|
"_npmUser": {
|
|
"email": "sindresorhus@gmail.com",
|
|
"name": "sindresorhus"
|
|
},
|
|
"_npmVersion": "1.4.9",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "exit-hook",
|
|
"raw": "exit-hook@^1.0.0",
|
|
"rawSpec": "^1.0.0",
|
|
"scope": null,
|
|
"spec": ">=1.0.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/restore-cursor"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/exit-hook/-/exit-hook-1.1.1.tgz",
|
|
"_shasum": "f05ca233b48c05d54fff07765df8507e95c02ff8",
|
|
"_shrinkwrap": null,
|
|
"_spec": "exit-hook@^1.0.0",
|
|
"_where": "/Users/trott/io.js/tools/node_modules/restore-cursor",
|
|
"author": {
|
|
"email": "sindresorhus@gmail.com",
|
|
"name": "Sindre Sorhus",
|
|
"url": "http://sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/exit-hook/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "Run some code when the process exits",
|
|
"devDependencies": {
|
|
"ava": "0.0.4"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "f05ca233b48c05d54fff07765df8507e95c02ff8",
|
|
"tarball": "http://registry.npmjs.org/exit-hook/-/exit-hook-1.1.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/exit-hook",
|
|
"keywords": [
|
|
"exit",
|
|
"quit",
|
|
"process",
|
|
"hook",
|
|
"graceful",
|
|
"handler",
|
|
"shutdown",
|
|
"sigterm",
|
|
"sigint",
|
|
"terminate",
|
|
"kill",
|
|
"stop",
|
|
"event"
|
|
],
|
|
"license": "MIT",
|
|
"maintainers": [
|
|
{
|
|
"email": "sindresorhus@gmail.com",
|
|
"name": "sindresorhus"
|
|
}
|
|
],
|
|
"name": "exit-hook",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/sindresorhus/exit-hook.git"
|
|
},
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"version": "1.1.1"
|
|
}
|
|
|