1{ 2 "_from": "sha@3.0.0", 3 "_id": "sha@3.0.0", 4 "_inBundle": false, 5 "_integrity": "sha512-DOYnM37cNsLNSGIG/zZWch5CKIRNoLdYUQTQlcgkRkoYIUwDYjqDyye16YcDZg/OPdcbUgTKMjc4SY6TB7ZAPw==", 6 "_location": "/sha", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "sha@3.0.0", 12 "name": "sha", 13 "escapedName": "sha", 14 "rawSpec": "3.0.0", 15 "saveSpec": null, 16 "fetchSpec": "3.0.0" 17 }, 18 "_requiredBy": [ 19 "#USER", 20 "/" 21 ], 22 "_resolved": "https://registry.npmjs.org/sha/-/sha-3.0.0.tgz", 23 "_shasum": "b2f2f90af690c16a3a839a6a6c680ea51fedd1ae", 24 "_spec": "sha@3.0.0", 25 "_where": "/Users/aeschright/code/cli", 26 "bugs": { 27 "url": "https://github.com/ForbesLindesay/sha/issues" 28 }, 29 "bundleDependencies": false, 30 "dependencies": { 31 "graceful-fs": "^4.1.2" 32 }, 33 "deprecated": false, 34 "description": "Check and get file hashes", 35 "devDependencies": { 36 "mocha": "~1.9.0" 37 }, 38 "files": [ 39 "index.js" 40 ], 41 "homepage": "https://github.com/ForbesLindesay/sha#readme", 42 "license": "(BSD-2-Clause OR MIT)", 43 "name": "sha", 44 "repository": { 45 "type": "git", 46 "url": "git+https://github.com/ForbesLindesay/sha.git" 47 }, 48 "scripts": { 49 "test": "mocha -R spec" 50 }, 51 "version": "3.0.0" 52} 53