{ "_from": "graceful-process@^1.1.0", "_id": "graceful-process@1.3.0", "_inBundle": false, "_integrity": "sha512-tlldpcdxQgSgVD/A+OawlyjGU9Z+wbBTI6QroGo4u6znQNLgglp+V2KnixRHUXRttnrCpbQSSCJ6wvsMkzR9Aw==", "_location": "/graceful-process", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "graceful-process@^1.1.0", "name": "graceful-process", "escapedName": "graceful-process", "rawSpec": "^1.1.0", "saveSpec": null, "fetchSpec": "^1.1.0" }, "_requiredBy": [ "/roadhog" ], "_resolved": "https://registry.npmmirror.com/graceful-process/-/graceful-process-1.3.0.tgz", "_shasum": "fda6665f0594cc22195fa4119712bdd8a7745127", "_spec": "graceful-process@^1.1.0", "_where": "/data/jenkins/workspace/front-v5-web/node_modules/roadhog", "author": { "name": "fengmk2" }, "bug": { "url": "https://github.com/node-modules/graceful-process/issues" }, "bugs": { "url": "https://github.com/node-modules/graceful-process/issues" }, "bundleDependencies": false, "dependencies": { "is-type-of": "^1.2.0", "once": "^1.4.0" }, "deprecated": false, "description": "graceful exit process even parent exit on SIGKILL.", "devDependencies": { "coffee": "^4.1.0", "cross-env": "^5.0.1", "egg-bin": "^6.13.0", "egg-ci": "^1.8.0", "eslint": "^4.18.1", "eslint-config-egg": "^7.0.0", "mm": "^2.2.0", "mz-modules": "^2.1.0", "urllib": "^2.26.0" }, "files": [ "index.js", "exit.js" ], "homepage": "https://github.com/node-modules/graceful-process#readme", "license": "MIT", "name": "graceful-process", "publishConfig": { "tag": "latest-1" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/node-modules/graceful-process.git" }, "scripts": { "ci": "npm run lint && npm run cov", "cov": "egg-bin cov", "lint": "eslint *.js test", "test": "npm run lint && npm run test-local", "test-local": "egg-bin test" }, "version": "1.3.0" }