diff options
Diffstat (limited to 'deps/npm/node_modules/find-npm-prefix/package.json')
-rw-r--r-- | deps/npm/node_modules/find-npm-prefix/package.json | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/deps/npm/node_modules/find-npm-prefix/package.json b/deps/npm/node_modules/find-npm-prefix/package.json index 4007b90c3c..628eee218b 100644 --- a/deps/npm/node_modules/find-npm-prefix/package.json +++ b/deps/npm/node_modules/find-npm-prefix/package.json @@ -1,27 +1,27 @@ { - "_from": "find-npm-prefix@latest", - "_id": "find-npm-prefix@1.0.1", + "_from": "find-npm-prefix@1.0.2", + "_id": "find-npm-prefix@1.0.2", "_inBundle": false, - "_integrity": "sha512-I9R7ZnsjlKRvXBJjA1PE4wAkSc24YChoomWdEPTZgeB4DHxf87OutNGV5McFj6WwPghH97nZRejH58XvY6ga6Q==", + "_integrity": "sha512-KEftzJ+H90x6pcKtdXZEPsQse8/y/UnvzRKrOSQFprnrGaFuJ62fVkP34Iu2IYuMvyauCyoLTNkJZgrrGA2wkA==", "_location": "/find-npm-prefix", "_phantomChildren": {}, "_requested": { - "type": "tag", + "type": "version", "registry": true, - "raw": "find-npm-prefix@latest", + "raw": "find-npm-prefix@1.0.2", "name": "find-npm-prefix", "escapedName": "find-npm-prefix", - "rawSpec": "latest", + "rawSpec": "1.0.2", "saveSpec": null, - "fetchSpec": "latest" + "fetchSpec": "1.0.2" }, "_requiredBy": [ "#USER", "/" ], - "_resolved": "https://registry.npmjs.org/find-npm-prefix/-/find-npm-prefix-1.0.1.tgz", - "_shasum": "af0faa74e19294b3c8634bae0e91017bb5adfac2", - "_spec": "find-npm-prefix@latest", + "_resolved": "https://registry.npmjs.org/find-npm-prefix/-/find-npm-prefix-1.0.2.tgz", + "_shasum": "8d8ce2c78b3b4b9e66c8acc6a37c231eb841cfdf", + "_spec": "find-npm-prefix@1.0.2", "_where": "/Users/rebecca/code/npm", "author": { "name": "Rebecca Turner", @@ -55,5 +55,5 @@ "scripts": { "test": "standard && tap --100 test" }, - "version": "1.0.1" + "version": "1.0.2" } |