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.json41
1 files changed, 22 insertions, 19 deletions
diff --git a/deps/npm/node_modules/npm-lifecycle/package.json b/deps/npm/node_modules/npm-lifecycle/package.json
index ffd5f2952f..38f2fd04c4 100644
--- a/deps/npm/node_modules/npm-lifecycle/package.json
+++ b/deps/npm/node_modules/npm-lifecycle/package.json
@@ -1,27 +1,32 @@
{
- "_from": "npm-lifecycle@latest",
- "_id": "npm-lifecycle@2.0.0",
+ "_args": [
+ [
+ "npm-lifecycle@2.0.3",
+ "/Users/rebecca/code/npm"
+ ]
+ ],
+ "_from": "npm-lifecycle@2.0.3",
+ "_id": "npm-lifecycle@2.0.3",
"_inBundle": false,
- "_integrity": "sha512-aE7H012O01GKXT9BWnsGMLVci+MOgkhpSwq02ok20aXcNHxFs7enfampNMkiOV1DJEU0LynzemwdjbtXahXKcw==",
+ "_integrity": "sha512-0U4Iim5ix2NHUT672G7FBpldJX0N2xKBjJqRTAzioEJjb6I6KpQXq+y1sB5EDSjKaAX8VCC9qPK31Jy+p3ix5A==",
"_location": "/npm-lifecycle",
"_phantomChildren": {},
"_requested": {
- "type": "tag",
+ "type": "version",
"registry": true,
- "raw": "npm-lifecycle@latest",
+ "raw": "npm-lifecycle@2.0.3",
"name": "npm-lifecycle",
"escapedName": "npm-lifecycle",
- "rawSpec": "latest",
+ "rawSpec": "2.0.3",
"saveSpec": null,
- "fetchSpec": "latest"
+ "fetchSpec": "2.0.3"
},
"_requiredBy": [
- "#USER",
- "/"
+ "/",
+ "/libcipm"
],
- "_resolved": "https://registry.npmjs.org/npm-lifecycle/-/npm-lifecycle-2.0.0.tgz",
- "_shasum": "d66fba59e7098dbb5862df66c0d81ed75108f1c6",
- "_spec": "npm-lifecycle@latest",
+ "_resolved": "https://registry.npmjs.org/npm-lifecycle/-/npm-lifecycle-2.0.3.tgz",
+ "_spec": "2.0.3",
"_where": "/Users/rebecca/code/npm",
"author": {
"name": "Mike Sherov"
@@ -29,7 +34,6 @@
"bugs": {
"url": "https://github.com/npm/lifecycle/issues"
},
- "bundleDependencies": false,
"dependencies": {
"byline": "^5.0.0",
"graceful-fs": "^4.1.11",
@@ -40,14 +44,13 @@
"umask": "^1.1.0",
"which": "^1.3.0"
},
- "deprecated": false,
"description": "JavaScript package lifecycle hook runner",
"devDependencies": {
- "nyc": "^11.1.0",
+ "nyc": "^11.8.0",
"sinon": "^4.0.1",
- "standard": "^10.0.3",
- "standard-version": "^4.2.0",
- "tap": "^10.7.2",
+ "standard": "^11.0.1",
+ "standard-version": "^4.3.0",
+ "tap": "^11.1.5",
"weallbehave": "^1.2.0",
"weallcontribute": "^1.0.8"
},
@@ -79,5 +82,5 @@
"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"
+ "version": "2.0.3"
}