{
  "_args": [
    [
      {
        "raw": "hash.js@^1.0.0",
        "scope": null,
        "escapedName": "hash.js",
        "name": "hash.js",
        "rawSpec": "^1.0.0",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/home/ubuntu/workspace/node_modules/elliptic"
    ]
  ],
  "_from": "hash.js@>=1.0.0 <2.0.0",
  "_id": "hash.js@1.1.5",
  "_inCache": true,
  "_location": "/hash.js",
  "_nodeVersion": "10.5.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/hash.js_1.1.5_1531152870113_0.14399955072989146"
  },
  "_npmUser": {
    "name": "indutny",
    "email": "fedor@indutny.com"
  },
  "_npmVersion": "6.1.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "hash.js@^1.0.0",
    "scope": null,
    "escapedName": "hash.js",
    "name": "hash.js",
    "rawSpec": "^1.0.0",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/elliptic",
    "/hmac-drbg"
  ],
  "_resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.5.tgz",
  "_shasum": "e38ab4b85dfb1e0c40fe9265c0e9b54854c23812",
  "_shrinkwrap": null,
  "_spec": "hash.js@^1.0.0",
  "_where": "/home/ubuntu/workspace/node_modules/elliptic",
  "author": {
    "name": "Fedor Indutny",
    "email": "fedor@indutny.com"
  },
  "bugs": {
    "url": "https://github.com/indutny/hash.js/issues"
  },
  "dependencies": {
    "inherits": "^2.0.3",
    "minimalistic-assert": "^1.0.1"
  },
  "description": "Various hash functions that could be run by both browser and node",
  "devDependencies": {
    "eslint": "^4.19.1",
    "mocha": "^5.2.0"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-eWI5HG9Np+eHV1KQhisXWwM+4EPPYe5dFX1UZZH7k/E3JzDEazVH+VGlZi6R94ZqImq+A3D1mCEtrFIfg/E7sA==",
    "shasum": "e38ab4b85dfb1e0c40fe9265c0e9b54854c23812",
    "tarball": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.5.tgz",
    "fileCount": 19,
    "unpackedSize": 40175,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbQ4nmCRA9TVsSAnZWagAAaGEP/1MfRjHUe1LlhnNHtL3X\n4rSNIs1kV9+Hw3+kF2gGcOtNP4n+Y5xeoZ5//Fp97hgwO4V1amEjHpqfGnsk\nMNpZmnXLfeybj4Tx0ZsPWwDRU9Je16ggehDy1etK3CaRcl6H7Jsqrz5IVCS5\nZUOflL2rWFCfPwDAYkwVp/Z/97KrlFB9+M4wFDuTAPOsQinsKzo0+vVB84BB\nhlmtlod7l/X+tkDCAV+rT8uKRfP+qZvcHTLKCCV6edgn7Xd+gY75IbFDqWfn\nZ9sSAo6ffBbz/bRsoARG/nDJ3CcWD2MxqiuQ/6fc505QHroXI0N7Q8HHySsa\neGZHSLXvwdP/M+0J9fiqQQFSjWhDqPxKXhDielhdvesw5UpCdD+q5W0CsC9Q\nx6/MNhDrqpx31WYcrMo0aj1Z6XQjVBg3c1EL5isnzimg6usObpN0IAG8ezHz\n2kYLKF8JFjXAFhSAdDqZAfZvIAF5RcPC659RRNuGzZRczeFBPOgBWl+t+4wg\nYIH7hXX6yEeQuhVtPCLoWEIY99jK1wma719IESH8X+/BMuEOFaO74PyYEsxh\nBlrrPQ8UV5vaQ1EnWvfWvuvgq4bopZVMVgCM290O/9o+jc2aveQA5w4F3q5z\nCPA+uwHEfGVJap5FDas5CSsEbI/eevhgUXO0nX0n6kSfeB5tmF3P7LNXh1sF\nVuj2\r\n=IY11\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "gitHead": "07aeaf2769bc0b07bb62d4af113e6ab4975855a7",
  "homepage": "https://github.com/indutny/hash.js",
  "keywords": [
    "hash",
    "sha256",
    "sha224",
    "hmac"
  ],
  "license": "MIT",
  "main": "lib/hash.js",
  "maintainers": [
    {
      "name": "indutny",
      "email": "fedor@indutny.com"
    }
  ],
  "name": "hash.js",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/indutny/hash.js.git"
  },
  "scripts": {
    "lint": "eslint lib/*.js lib/**/*.js lib/**/**/*.js test/*.js",
    "test": "mocha --reporter=spec test/*-test.js && npm run lint"
  },
  "typings": "lib/hash.d.ts",
  "version": "1.1.5"
}
