Your IP : 3.142.36.215
{
"_from": "npm-lifecycle@latest",
"_id": "npm-lifecycle@2.0.0",
"_inBundle": false,
"_integrity": "sha512-aE7H012O01GKXT9BWnsGMLVci+MOgkhpSwq02ok20aXcNHxFs7enfampNMkiOV1DJEU0LynzemwdjbtXahXKcw==",
"_location": "/npm-lifecycle",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "npm-lifecycle@latest",
"name": "npm-lifecycle",
"escapedName": "npm-lifecycle",
"rawSpec": "latest",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/npm-lifecycle/-/npm-lifecycle-2.0.0.tgz",
"_shasum": "d66fba59e7098dbb5862df66c0d81ed75108f1c6",
"_spec": "npm-lifecycle@latest",
"_where": "/Users/rebecca/code/npm",
"author": {
"name": "Mike Sherov"
},
"bugs": {
"url": "https://github.com/npm/lifecycle/issues"
},
"bundleDependencies": false,
"dependencies": {
"byline": "^5.0.0",
"graceful-fs": "^4.1.11",
"node-gyp": "^3.6.2",
"resolve-from": "^4.0.0",
"slide": "^1.1.6",
"uid-number": "0.0.6",
"umask": "^1.1.0",
"which": "^1.3.0"
},
"deprecated": false,
"description": "JavaScript package lifecycle hook runner",
"devDependencies": {
"nyc": "^11.1.0",
"sinon": "^4.0.1",
"standard": "^10.0.3",
"standard-version": "^4.2.0",
"tap": "^10.7.2",
"weallbehave": "^1.2.0",
"weallcontribute": "^1.0.8"
},
"files": [
"index.js",
"lib/spawn.js",
"node-gyp-bin"
],
"homepage": "https://github.com/npm/lifecycle#readme",
"keywords": [
"npm",
"lifecycle",
"hook",
"runner"
],
"license": "Artistic-2.0",
"main": "index.js",
"name": "npm-lifecycle",
"repository": {
"type": "git",
"url": "git://github.com/npm/lifecycle.git"
},
"scripts": {
"postrelease": "npm publish && git push --follow-tags",
"prerelease": "npm t",
"pretest": "standard",
"release": "standard-version -s",
"test": "tap -J --coverage test/*.js",
"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
"update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
},
"version": "2.0.0"
}