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.json40
1 files changed, 14 insertions, 26 deletions
diff --git a/deps/npm/node_modules/npm-lifecycle/package.json b/deps/npm/node_modules/npm-lifecycle/package.json
index c4c32bd221..ffd5f2952f 100644
--- a/deps/npm/node_modules/npm-lifecycle/package.json
+++ b/deps/npm/node_modules/npm-lifecycle/package.json
@@ -1,40 +1,28 @@
{
- "_from": "npm-lifecycle@2.0.1",
- "_id": "npm-lifecycle@2.0.1",
+ "_from": "npm-lifecycle@latest",
+ "_id": "npm-lifecycle@2.0.0",
"_inBundle": false,
- "_integrity": "sha512-6CypRO6iNsSfrWOUajeQnesouUgkeh7clByYDORUV6AhwRaGfHYh+5rFdDCIqzmMqomGlyDsSpazthNPG2BAOA==",
+ "_integrity": "sha512-aE7H012O01GKXT9BWnsGMLVci+MOgkhpSwq02ok20aXcNHxFs7enfampNMkiOV1DJEU0LynzemwdjbtXahXKcw==",
"_location": "/npm-lifecycle",
- "_phantomChildren": {
- "abbrev": "1.1.1",
- "glob": "7.1.2",
- "graceful-fs": "4.1.11",
- "inherits": "2.0.3",
- "mkdirp": "0.5.1",
- "npmlog": "4.1.2",
- "osenv": "0.1.5",
- "request": "2.83.0",
- "rimraf": "2.6.2",
- "which": "1.3.0"
- },
+ "_phantomChildren": {},
"_requested": {
- "type": "version",
+ "type": "tag",
"registry": true,
- "raw": "npm-lifecycle@2.0.1",
+ "raw": "npm-lifecycle@latest",
"name": "npm-lifecycle",
"escapedName": "npm-lifecycle",
- "rawSpec": "2.0.1",
+ "rawSpec": "latest",
"saveSpec": null,
- "fetchSpec": "2.0.1"
+ "fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
- "/",
- "/libcipm"
+ "/"
],
- "_resolved": "https://registry.npmjs.org/npm-lifecycle/-/npm-lifecycle-2.0.1.tgz",
- "_shasum": "897313f05ed24db8e28d99fa8b42c31b625e6237",
- "_spec": "npm-lifecycle@2.0.1",
- "_where": "/Users/zkat/Documents/code/npm",
+ "_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"
},
@@ -91,5 +79,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.1"
+ "version": "2.0.0"
}