diff options
Diffstat (limited to 'deps/npm/node_modules/sha/package.json')
-rw-r--r-- | deps/npm/node_modules/sha/package.json | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/deps/npm/node_modules/sha/package.json b/deps/npm/node_modules/sha/package.json index 1b8b2aa7ff..f5aff49079 100644 --- a/deps/npm/node_modules/sha/package.json +++ b/deps/npm/node_modules/sha/package.json @@ -1,6 +1,6 @@ { "name": "sha", - "version": "1.2.4", + "version": "1.3.0", "description": "Check and get file hashes", "scripts": { "test": "mocha -R spec" @@ -12,29 +12,27 @@ "license": "BSD", "optionalDependencies": { "graceful-fs": "2 || 3", - "readable-stream": "1.0" + "readable-stream": "~1.1" }, "devDependencies": { "mocha": "~1.9.0" }, + "gitHead": "f1985eefbf7538e5809a2157c728d2f740901600", "bugs": { "url": "https://github.com/ForbesLindesay/sha/issues" }, "homepage": "https://github.com/ForbesLindesay/sha", "dependencies": { "graceful-fs": "2 || 3", - "readable-stream": "1.0" + "readable-stream": "~1.1" }, - "_id": "sha@1.2.4", - "dist": { - "shasum": "1f9a377f27b6fdee409b9b858e43da702be48a4d", - "tarball": "http://registry.npmjs.org/sha/-/sha-1.2.4.tgz" - }, - "_from": "sha@>=1.2.1 <1.3.0", - "_npmVersion": "1.4.3", + "_id": "sha@1.3.0", + "_shasum": "79f4787045d0ede7327d702c25c443460dbc6764", + "_from": "sha@>=1.3.0 <1.4.0", + "_npmVersion": "1.5.0-alpha-4", "_npmUser": { "name": "forbeslindesay", - "email": "forbes@lindeay.co.uk" + "email": "forbes@lindesay.co.uk" }, "maintainers": [ { @@ -42,7 +40,10 @@ "email": "forbes@lindesay.co.uk" } ], + "dist": { + "shasum": "79f4787045d0ede7327d702c25c443460dbc6764", + "tarball": "http://registry.npmjs.org/sha/-/sha-1.3.0.tgz" + }, "directories": {}, - "_shasum": "1f9a377f27b6fdee409b9b858e43da702be48a4d", - "_resolved": "https://registry.npmjs.org/sha/-/sha-1.2.4.tgz" + "_resolved": "https://registry.npmjs.org/sha/-/sha-1.3.0.tgz" } |