{
  "_from": "create-hash@^1.1.0",
  "_id": "create-hash@1.1.3",
  "_inBundle": false,
  "_integrity": "sha1-YGBCrIuSYnUPSDyt2rD1gZFy2P0=",
  "_location": "/create-hash",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "create-hash@^1.1.0",
    "name": "create-hash",
    "escapedName": "create-hash",
    "rawSpec": "^1.1.0",
    "saveSpec": null,
    "fetchSpec": "^1.1.0"
  },
  "_requiredBy": [
    "/browserify-aes",
    "/browserify-sign",
    "/create-hmac",
    "/crypto-browserify",
    "/parse-asn1",
    "/pbkdf2",
    "/public-encrypt"
  ],
  "_resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.1.3.tgz",
  "_shasum": "606042ac8b9262750f483caddab0f5819172d8fd",
  "_spec": "create-hash@^1.1.0",
  "_where": "C:\\Projects\\webpack-demo\\node_modules\\crypto-browserify",
  "author": "",
  "browser": "browser.js",
  "bugs": {
    "url": "https://github.com/crypto-browserify/createHash/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "cipher-base": "^1.0.1",
    "inherits": "^2.0.1",
    "ripemd160": "^2.0.0",
    "sha.js": "^2.4.0"
  },
  "deprecated": false,
  "description": "create hashes for browserify",
  "devDependencies": {
    "hash-test-vectors": "^1.3.2",
    "standard": "^5.3.1",
    "tap-spec": "^2.1.2",
    "tape": "^3.0.3"
  },
  "homepage": "https://github.com/crypto-browserify/createHash",
  "keywords": [
    "crypto"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "create-hash",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/crypto-browserify/createHash.git"
  },
  "scripts": {
    "standard": "standard",
    "test": "npm run-script standard && npm run-script unit",
    "unit": "node test.js | tspec"
  },
  "version": "1.1.3"
}
