UNPKG

npmc

Version:

a package manager for JavaScript

79 lines (78 loc) 2.2 kB
{ "_from": "npm-lifecycle@~1.0.2", "_id": "npm-lifecycle@1.0.3", "_inBundle": false, "_integrity": "sha512-CsdargNux7vbv2oeJg7Jb3AH6LPydR06s051A/6tNBGtHo4USlCzfbRn6mSaJELA0sZpaWfqVUNFQ1arOb6rIg==", "_location": "/npm-lifecycle", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "npm-lifecycle@~1.0.2", "name": "npm-lifecycle", "escapedName": "npm-lifecycle", "rawSpec": "~1.0.2", "saveSpec": null, "fetchSpec": "~1.0.2" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/npm-lifecycle/-/npm-lifecycle-1.0.3.tgz", "_shasum": "4cd60543247dbba631281e48ce665ffd52380cce", "_spec": "npm-lifecycle@~1.0.2", "_where": "/Users/zkat/Documents/code/npm", "author": { "name": "Mike Sherov" }, "bugs": { "url": "https://github.com/npm/lifecycle/issues" }, "bundleDependencies": false, "dependencies": { "graceful-fs": "^4.1.11", "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", "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" ], "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": "1.0.3" }