101 lines
2.2 KiB
JSON
101 lines
2.2 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"async-exit-hook@2.0.1",
|
||
|
"C:\\Users\\ryuki\\TheDesk\\app"
|
||
|
]
|
||
|
],
|
||
|
"_development": true,
|
||
|
"_from": "async-exit-hook@2.0.1",
|
||
|
"_id": "async-exit-hook@2.0.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-NW2cX8m1Q7KPA7a5M2ULQeZ2wR5qI5PAbw5L0UOMxdioVk9PMZ0h1TmyZEkPYrCvYjDlFICusOu1dlEKAAeXBw==",
|
||
|
"_location": "/async-exit-hook",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "async-exit-hook@2.0.1",
|
||
|
"name": "async-exit-hook",
|
||
|
"escapedName": "async-exit-hook",
|
||
|
"rawSpec": "2.0.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "2.0.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/app-builder-lib",
|
||
|
"/temp-file"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/async-exit-hook/-/async-exit-hook-2.0.1.tgz",
|
||
|
"_spec": "2.0.1",
|
||
|
"_where": "C:\\Users\\ryuki\\TheDesk\\app",
|
||
|
"author": {
|
||
|
"name": "Tapani Moilanen",
|
||
|
"email": "moilanen.tapani@gmail.com",
|
||
|
"url": "https://github.com/tapppi"
|
||
|
},
|
||
|
"ava": {
|
||
|
"files": [
|
||
|
"test/*.js",
|
||
|
"!tests/cases/*"
|
||
|
]
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/tapppi/async-exit-hook/issues"
|
||
|
},
|
||
|
"contributors": [
|
||
|
{
|
||
|
"name": "Sindre Sorhus",
|
||
|
"email": "sindresorhus@gmail.com",
|
||
|
"url": "http://sindresorhus.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "Run some code when the process exits (supports async hooks and pm2 clustering)",
|
||
|
"devDependencies": {
|
||
|
"ava": "^0.21.0",
|
||
|
"coveralls": "^2.11.14",
|
||
|
"nyc": "^10.3.2",
|
||
|
"standard-version": "^4.2.0",
|
||
|
"xo": "^0.18.2"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.12.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"homepage": "https://github.com/tapppi/async-exit-hook#readme",
|
||
|
"keywords": [
|
||
|
"exit",
|
||
|
"quit",
|
||
|
"process",
|
||
|
"hook",
|
||
|
"graceful",
|
||
|
"handler",
|
||
|
"shutdown",
|
||
|
"sigterm",
|
||
|
"sigint",
|
||
|
"sighup",
|
||
|
"pm2",
|
||
|
"cluster",
|
||
|
"child",
|
||
|
"reload",
|
||
|
"async",
|
||
|
"terminate",
|
||
|
"kill",
|
||
|
"stop",
|
||
|
"event"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"name": "async-exit-hook",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/tapppi/async-exit-hook.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"release": "standard-version",
|
||
|
"test": "xo && nyc ava"
|
||
|
},
|
||
|
"version": "2.0.1"
|
||
|
}
|