summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npm-lifecycle/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/npm-lifecycle/package.json')
-rw-r--r--deps/npm/node_modules/npm-lifecycle/package.json78
1 files changed, 78 insertions, 0 deletions
diff --git a/deps/npm/node_modules/npm-lifecycle/package.json b/deps/npm/node_modules/npm-lifecycle/package.json
new file mode 100644
index 0000000000..4a5992b1a7
--- /dev/null
+++ b/deps/npm/node_modules/npm-lifecycle/package.json
@@ -0,0 +1,78 @@
+{
+ "_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"
+}