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, 21 insertions, 19 deletions
diff --git a/deps/npm/node_modules/npm-lifecycle/package.json b/deps/npm/node_modules/npm-lifecycle/package.json
index 6f63b06fd5..80cbae3a5f 100644
--- a/deps/npm/node_modules/npm-lifecycle/package.json
+++ b/deps/npm/node_modules/npm-lifecycle/package.json
@@ -1,29 +1,30 @@
{
- "_from": "npm-lifecycle@2.1.0",
- "_id": "npm-lifecycle@2.1.0",
+ "_from": "npm-lifecycle@3.1.2",
+ "_id": "npm-lifecycle@3.1.2",
"_inBundle": false,
- "_integrity": "sha512-QbBfLlGBKsktwBZLj6AviHC6Q9Y3R/AY4a2PYSIRhSKSS0/CxRyD/PfxEX6tPeOCXQgMSNdwGeECacstgptc+g==",
+ "_integrity": "sha512-nhfOcoTHrW1lJJlM2o77vTE2RWR4YOVyj7YzmY0y5itsMjEuoJHteio/ez0BliENEPsNxIUQgwhyEW9dShj3Ww==",
"_location": "/npm-lifecycle",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
- "raw": "npm-lifecycle@2.1.0",
+ "raw": "npm-lifecycle@3.1.2",
"name": "npm-lifecycle",
"escapedName": "npm-lifecycle",
- "rawSpec": "2.1.0",
+ "rawSpec": "3.1.2",
"saveSpec": null,
- "fetchSpec": "2.1.0"
+ "fetchSpec": "3.1.2"
},
"_requiredBy": [
"#USER",
"/",
- "/libcipm"
+ "/libcipm",
+ "/libnpm"
],
- "_resolved": "https://registry.npmjs.org/npm-lifecycle/-/npm-lifecycle-2.1.0.tgz",
- "_shasum": "1eda2eedb82db929e3a0c50341ab0aad140ed569",
- "_spec": "npm-lifecycle@2.1.0",
- "_where": "/Users/zkat/Documents/code/work/npm",
+ "_resolved": "https://registry.npmjs.org/npm-lifecycle/-/npm-lifecycle-3.1.2.tgz",
+ "_shasum": "06f2253ea3b9e122ce3e55e3496670a810afcc84",
+ "_spec": "npm-lifecycle@3.1.2",
+ "_where": "/Users/isaacs/dev/npm/cli",
"author": {
"name": "Mike Sherov"
},
@@ -33,8 +34,8 @@
"bundleDependencies": false,
"dependencies": {
"byline": "^5.0.0",
- "graceful-fs": "^4.1.11",
- "node-gyp": "^3.8.0",
+ "graceful-fs": "^4.1.15",
+ "node-gyp": "^5.0.2",
"resolve-from": "^4.0.0",
"slide": "^1.1.6",
"uid-number": "0.0.6",
@@ -44,11 +45,11 @@
"deprecated": false,
"description": "JavaScript package lifecycle hook runner",
"devDependencies": {
- "nyc": "^12.0.2",
- "sinon": "^6.1.5",
- "standard": "^11.0.1",
+ "nyc": "^14.1.0",
+ "sinon": "^7.2.3",
+ "standard": "^12.0.1",
"standard-version": "^4.4.0",
- "tap": "^12.0.1",
+ "tap": "^12.7.0",
"weallbehave": "^1.2.0",
"weallcontribute": "^1.0.8"
},
@@ -76,9 +77,10 @@
"prerelease": "npm t",
"pretest": "standard",
"release": "standard-version -s",
- "test": "tap -J --coverage test/*.js",
+ "snap": "TAP_SNAPSHOT=1 npm test",
+ "test": "tap -J --cov 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.1.0"
+ "version": "3.1.2"
}