diff options
Diffstat (limited to 'deps/npm/node_modules/npm-registry-client/package.json')
-rw-r--r-- | deps/npm/node_modules/npm-registry-client/package.json | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/deps/npm/node_modules/npm-registry-client/package.json b/deps/npm/node_modules/npm-registry-client/package.json index c8c2f60ff8..619940a5e6 100644 --- a/deps/npm/node_modules/npm-registry-client/package.json +++ b/deps/npm/node_modules/npm-registry-client/package.json @@ -1,30 +1,30 @@ { - "_from": "npm-registry-client@8.4.0", - "_id": "npm-registry-client@8.4.0", + "_from": "npm-registry-client@latest", + "_id": "npm-registry-client@8.5.0", "_inBundle": false, - "_integrity": "sha512-PVNfqq0lyRdFnE//nDmn3CC9uqTsr8Bya9KPLIevlXMfkP0m4RpCVyFFk0W1Gfx436kKwyhLA6J+lV+rgR81gQ==", + "_integrity": "sha512-Nkcw24bfECKFNt0FLDQ+PjVqSlKxMggcboXiUBIvjbCnA15xjRO4kCwRDluGNXZjHFLx/vPjN4+ESXyVjpXLbQ==", "_location": "/npm-registry-client", "_phantomChildren": { "inherits": "2.0.3", - "readable-stream": "2.2.10" + "readable-stream": "2.3.3" }, "_requested": { - "type": "version", + "type": "tag", "registry": true, - "raw": "npm-registry-client@8.4.0", + "raw": "npm-registry-client@latest", "name": "npm-registry-client", "escapedName": "npm-registry-client", - "rawSpec": "8.4.0", + "rawSpec": "latest", "saveSpec": null, - "fetchSpec": "8.4.0" + "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], - "_resolved": "https://registry.npmjs.org/npm-registry-client/-/npm-registry-client-8.4.0.tgz", - "_shasum": "d52b901685647fc62a4c03eafecb6ceaa5018d4c", - "_spec": "npm-registry-client@8.4.0", + "_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", "author": { "name": "Isaac Z. Schlueter", @@ -76,5 +76,5 @@ "scripts": { "test": "standard && tap test/*.js" }, - "version": "8.4.0" + "version": "8.5.0" } |