{
  "_args": [
    [
      "hash.js@1.0.3",
      "/home/user/p-y-dev/src/osm/ohm/opening_hours.js/submodules/YoHours"
    ]
  ],
  "_development": true,
  "_from": "hash.js@1.0.3",
  "_id": "hash.js@1.0.3",
  "_inBundle": false,
  "_integrity": "sha1-EzL/ABVsCg/92CNgE9B7d6BFFXM=",
  "_location": "/hash.js",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "hash.js@1.0.3",
    "name": "hash.js",
    "escapedName": "hash.js",
    "rawSpec": "1.0.3",
    "saveSpec": null,
    "fetchSpec": "1.0.3"
  },
  "_requiredBy": [
    "/elliptic"
  ],
  "_resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.0.3.tgz",
  "_spec": "1.0.3",
  "_where": "/home/user/p-y-dev/src/osm/ohm/opening_hours.js/submodules/YoHours",
  "author": {
    "name": "Fedor Indutny",
    "email": "fedor@indutny.com"
  },
  "bugs": {
    "url": "https://github.com/indutny/hash.js/issues"
  },
  "dependencies": {
    "inherits": "^2.0.1"
  },
  "description": "Various hash functions that could be run by both browser and node",
  "devDependencies": {
    "mocha": "^1.18.2"
  },
  "homepage": "https://github.com/indutny/hash.js",
  "keywords": [
    "hash",
    "sha256",
    "sha224",
    "hmac"
  ],
  "license": "MIT",
  "main": "lib/hash.js",
  "name": "hash.js",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/indutny/hash.js.git"
  },
  "scripts": {
    "test": "mocha --reporter=spec test/*-test.js"
  },
  "version": "1.0.3"
}
