summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npm-registry-client/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/npm-registry-client/package.json')
-rw-r--r--deps/npm/node_modules/npm-registry-client/package.json42
1 files changed, 24 insertions, 18 deletions
diff --git a/deps/npm/node_modules/npm-registry-client/package.json b/deps/npm/node_modules/npm-registry-client/package.json
index 619940a5e6..2a605c105a 100644
--- a/deps/npm/node_modules/npm-registry-client/package.json
+++ b/deps/npm/node_modules/npm-registry-client/package.json
@@ -1,31 +1,31 @@
{
- "_from": "npm-registry-client@latest",
- "_id": "npm-registry-client@8.5.0",
+ "_from": "npm-registry-client@8.5.1",
+ "_id": "npm-registry-client@8.5.1",
"_inBundle": false,
- "_integrity": "sha512-Nkcw24bfECKFNt0FLDQ+PjVqSlKxMggcboXiUBIvjbCnA15xjRO4kCwRDluGNXZjHFLx/vPjN4+ESXyVjpXLbQ==",
+ "_integrity": "sha512-7rjGF2eA7hKDidGyEWmHTiKfXkbrcQAsGL/Rh4Rt3x3YNRNHhwaTzVJfW3aNvvlhg4G62VCluif0sLCb/i51Hg==",
"_location": "/npm-registry-client",
"_phantomChildren": {
"inherits": "2.0.3",
- "readable-stream": "2.3.3"
+ "readable-stream": "2.3.4"
},
"_requested": {
- "type": "tag",
+ "type": "version",
"registry": true,
- "raw": "npm-registry-client@latest",
+ "raw": "npm-registry-client@8.5.1",
"name": "npm-registry-client",
"escapedName": "npm-registry-client",
- "rawSpec": "latest",
+ "rawSpec": "8.5.1",
"saveSpec": null,
- "fetchSpec": "latest"
+ "fetchSpec": "8.5.1"
},
"_requiredBy": [
"#USER",
"/"
],
- "_resolved": "https://registry.npmjs.org/npm-registry-client/-/npm-registry-client-8.5.0.tgz",
- "_shasum": "4878fb6fa1f18a5dc08ae83acf94d0d0112d7ed0",
- "_spec": "npm-registry-client@latest",
- "_where": "/Users/rebecca/code/npm",
+ "_resolved": "https://registry.npmjs.org/npm-registry-client/-/npm-registry-client-8.5.1.tgz",
+ "_shasum": "8115809c0a4b40938b8a109b8ea74d26c6f5d7f1",
+ "_spec": "npm-registry-client@8.5.1",
+ "_where": "/Users/zkat/Documents/code/npm",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -39,14 +39,15 @@
"concat-stream": "^1.5.2",
"graceful-fs": "^4.1.6",
"normalize-package-data": "~1.0.1 || ^2.0.0",
- "npm-package-arg": "^3.0.0 || ^4.0.0 || ^5.0.0",
+ "npm-package-arg": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
"npmlog": "2 || ^3.1.0 || ^4.0.0",
"once": "^1.3.3",
"request": "^2.74.0",
"retry": "^0.10.0",
+ "safe-buffer": "^5.1.1",
"semver": "2 >=2.2.1 || 3.x || 4 || 5",
"slide": "^1.1.3",
- "ssri": "^4.1.2"
+ "ssri": "^5.2.4"
},
"deprecated": false,
"description": "Client for the npm registry",
@@ -56,8 +57,9 @@
"readable-stream": "^2.1.5",
"require-inject": "^1.4.0",
"rimraf": "^2.5.4",
- "standard": "^9.0.0",
- "tap": "^10.3.0"
+ "standard": "^11.0.0",
+ "standard-version": "^4.3.0",
+ "tap": "^11.1.2"
},
"files": [
"lib",
@@ -74,7 +76,11 @@
"url": "git+https://github.com/npm/npm-registry-client.git"
},
"scripts": {
- "test": "standard && tap test/*.js"
+ "postrelease": "npm publish && git push --follow-tags",
+ "prerelease": "npm t",
+ "pretest": "standard",
+ "release": "standard-version -s",
+ "test": "tap --nyc-arg=--all --coverage test/*.js"
},
- "version": "8.5.0"
+ "version": "8.5.1"
}