{
  "_args": [
    [
      {
        "raw": "sha.js@2.2.6",
        "scope": null,
        "escapedName": "sha.js",
        "name": "sha.js",
        "rawSpec": "2.2.6",
        "spec": "2.2.6",
        "type": "version"
      },
      "/Users/gerald/Code/gerald/project-scaffold/geralds-react-scripts/packages/react-scripts/node_modules/crypto-browserify"
    ]
  ],
  "_from": "sha.js@2.2.6",
  "_id": "sha.js@2.2.6",
  "_inCache": true,
  "_location": "/sha.js",
  "_npmUser": {
    "name": "dominictarr",
    "email": "dominic.tarr@gmail.com"
  },
  "_npmVersion": "1.4.26",
  "_phantomChildren": {},
  "_requested": {
    "raw": "sha.js@2.2.6",
    "scope": null,
    "escapedName": "sha.js",
    "name": "sha.js",
    "rawSpec": "2.2.6",
    "spec": "2.2.6",
    "type": "version"
  },
  "_requiredBy": [
    "/crypto-browserify"
  ],
  "_resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.2.6.tgz",
  "_shasum": "17ddeddc5f722fb66501658895461977867315ba",
  "_shrinkwrap": null,
  "_spec": "sha.js@2.2.6",
  "_where": "/Users/gerald/Code/gerald/project-scaffold/geralds-react-scripts/packages/react-scripts/node_modules/crypto-browserify",
  "author": {
    "name": "Dominic Tarr",
    "email": "dominic.tarr@gmail.com",
    "url": "dominictarr.com"
  },
  "bin": {
    "sha.js": "./bin.js"
  },
  "bugs": {
    "url": "https://github.com/dominictarr/sha.js/issues"
  },
  "dependencies": {},
  "description": "streaming sha1 hash in pure javascript",
  "devDependencies": {
    "buffer": "~2.3.2",
    "tape": "~2.3.2",
    "typedarray": "0.0.6"
  },
  "directories": {},
  "dist": {
    "shasum": "17ddeddc5f722fb66501658895461977867315ba",
    "tarball": "https://registry.npmjs.org/sha.js/-/sha.js-2.2.6.tgz"
  },
  "gitHead": "f867e611f54d4dac371e0b247d72978ba26fca82",
  "homepage": "https://github.com/dominictarr/sha.js",
  "license": "MIT",
  "maintainers": [
    {
      "name": "dominictarr",
      "email": "dominic.tarr@gmail.com"
    }
  ],
  "name": "sha.js",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/dominictarr/sha.js.git"
  },
  "scripts": {
    "test": "set -e; for t in test/*.js; do node $t; done;"
  },
  "testling": {
    "files": "test/{vectors,write,hash}.js",
    "browsers": [
      "ie/8..latest",
      "firefox/17..latest",
      "firefox/nightly",
      "chrome/22..latest",
      "chrome/canary",
      "opera/12..latest",
      "opera/next",
      "safari/5.1..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest",
      "android-browser/4.2..latest"
    ]
  },
  "version": "2.2.6"
}
