{
  "_args": [
    [
      "node-object-hash@^1.1.5",
      "/home/miguelangel/Escritorio/DuckHunt"
    ]
  ],
  "_from": "node-object-hash@>=1.1.5 <2.0.0",
  "_id": "node-object-hash@1.3.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/node-object-hash",
  "_nodeVersion": "8.1.2",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/node-object-hash-1.3.0.tgz_1498478879860_0.8453811849467456"
  },
  "_npmUser": {
    "email": "s@zxc.pp.ua",
    "name": "m03geek"
  },
  "_npmVersion": "5.0.3",
  "_phantomChildren": {},
  "_requested": {
    "name": "node-object-hash",
    "raw": "node-object-hash@^1.1.5",
    "rawSpec": "^1.1.5",
    "scope": null,
    "spec": ">=1.1.5 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/node-object-hash/-/node-object-hash-1.3.0.tgz",
  "_shasum": "7f294f5afec6b08d713e40d40a95ec793e05baf3",
  "_shrinkwrap": null,
  "_spec": "node-object-hash@^1.1.5",
  "_where": "/home/miguelangel/Escritorio/DuckHunt",
  "author": {
    "email": "s@zxc.pp.ua",
    "name": "Alexander Kureniov",
    "url": "https://github.com/SkeLLLa"
  },
  "bugs": {
    "url": "https://github.com/SkeLLLa/node-object-hash/issues"
  },
  "dependencies": {},
  "description": "Node.js object hash library with properties/arrays sorting to provide constant hashes",
  "devDependencies": {
    "@types/node": "^8.0.2",
    "benchmark": "^2.1.4",
    "chai": "^4.0.2",
    "eslint": "^4.1.1",
    "faker": "^4.1.0",
    "hash-object": "^0.1.7",
    "istanbul": "^0.4.5",
    "jsdoc-to-markdown": "^3.0.0",
    "mocha": "^3.4.2",
    "object-hash": "^1.1.8",
    "typings": "^2.1.1"
  },
  "directories": {
    "test": "test"
  },
  "dist": {
    "integrity": "sha512-/IHFGoMJWIAcFbrI3KYx6TUmHdBXRZXACAVbkHzYB39JZzoVqgme7wcMnhrOwCvrO8HfIipFTBhELJFMhiw1mg==",
    "shasum": "7f294f5afec6b08d713e40d40a95ec793e05baf3",
    "tarball": "https://registry.npmjs.org/node-object-hash/-/node-object-hash-1.3.0.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "gitHead": "951803ee919d0521a0a1ce2d0c64de76194b1a59",
  "homepage": "https://github.com/SkeLLLa/node-object-hash",
  "keywords": [
    "crypto",
    "es6",
    "hash",
    "hash-object",
    "object",
    "object-hash"
  ],
  "license": "ISC",
  "main": "index.js",
  "maintainers": [
    {
      "name": "m03geek",
      "email": "s@zxc.pp.ua"
    }
  ],
  "name": "node-object-hash",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/SkeLLLa/node-object-hash.git"
  },
  "scripts": {
    "bench": "node --expose-gc ./bench/index.js",
    "bench2": "node --expose-gc ./bench/bench.js",
    "cover": "istanbul cover _mocha",
    "jsdoc": "jsdoc2md -t ./README.hbs --private 'objectSorter.js' 'index.js' > README.md && jsdoc2md --private 'objectSorter.js' 'index.js' > API.md",
    "lint": "eslint .",
    "outdated": "npm outdate || true",
    "test": "mocha",
    "tsc": "tsc index.d.ts objectSorter.d.ts --noImplicitAny",
    "typings": "typings install"
  },
  "version": "1.3.0"
}
