{
  "_args": [
    [
      "protochain@^1.0.5",
      "/usr/share/npm/node_modules/serializerr"
    ]
  ],
  "_from": "protochain@>=1.0.5 <2.0.0",
  "_id": "protochain@1.0.5",
  "_inCache": true,
  "_installable": true,
  "_location": "/protochain",
  "_nodeVersion": "6.2.2",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/protochain-1.0.5.tgz_1467272419690_0.4231074433773756"
  },
  "_npmUser": {
    "email": "secoif@gmail.com",
    "name": "timoxley"
  },
  "_npmVersion": "3.9.5",
  "_phantomChildren": {},
  "_requested": {
    "name": "protochain",
    "raw": "protochain@^1.0.5",
    "rawSpec": "^1.0.5",
    "scope": null,
    "spec": ">=1.0.5 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/serializerr"
  ],
  "_resolved": "https://registry.npmjs.org/protochain/-/protochain-1.0.5.tgz",
  "_shasum": "991c407e99de264aadf8f81504b5e7faf7bfa260",
  "_shrinkwrap": null,
  "_spec": "protochain@^1.0.5",
  "_where": "/usr/share/npm/node_modules/serializerr",
  "author": {
    "email": "secoif@gmail.com",
    "name": "Tim Oxley"
  },
  "babel": {
    "presets": [
      "es2015"
    ]
  },
  "bugs": {
    "url": "https://github.com/timoxley/protochain/issues"
  },
  "dependencies": {},
  "description": "Get the prototype chain of any value as an Array",
  "devDependencies": {
    "babel-cli": "^6.10.1",
    "babel-preset-es2015": "^6.9.0",
    "standard": "^7.1.2",
    "tape": "^4.6.0"
  },
  "directories": {},
  "dist": {
    "shasum": "991c407e99de264aadf8f81504b5e7faf7bfa260",
    "tarball": "https://registry.npmjs.org/protochain/-/protochain-1.0.5.tgz"
  },
  "gitHead": "eece11ecc91e46e0cc55f1b3510f584239966afd",
  "homepage": "https://github.com/timoxley/protochain",
  "keywords": [
    "ancestors",
    "grandparents",
    "hierarchy",
    "inherit",
    "inheritance",
    "object",
    "parents",
    "proto",
    "prototype",
    "prototypical",
    "utility"
  ],
  "license": "ISC",
  "main": "protochain.js",
  "maintainers": [
    {
      "name": "timoxley",
      "email": "secoif@gmail.com"
    }
  ],
  "name": "protochain",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/timoxley/protochain.git"
  },
  "scripts": {
    "posttest": "rm protochain-test.js",
    "prepublish": "babel index.js > protochain.js",
    "pretest": "npm run prepublish",
    "test": "(babel test.js > protochain-test.js) && tape protochain-test.js && standard index.js test.js"
  },
  "version": "1.0.5"
}
