{
  "_args": [
    [
      {
        "raw": "private@^0.1.6",
        "scope": null,
        "escapedName": "private",
        "name": "private",
        "rawSpec": "^0.1.6",
        "spec": ">=0.1.6 <0.2.0",
        "type": "range"
      },
      "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.62ZqkCwu/node_modules/babel-core"
    ]
  ],
  "_from": "private@>=0.1.6 <0.2.0",
  "_id": "private@0.1.6",
  "_inCache": true,
  "_location": "/private",
  "_npmUser": {
    "name": "benjamn",
    "email": "bn@cs.stanford.edu"
  },
  "_npmVersion": "1.4.14",
  "_phantomChildren": {},
  "_requested": {
    "raw": "private@^0.1.6",
    "scope": null,
    "escapedName": "private",
    "name": "private",
    "rawSpec": "^0.1.6",
    "spec": ">=0.1.6 <0.2.0",
    "type": "range"
  },
  "_requiredBy": [
    "/babel-core",
    "/babel-plugin-transform-regenerator",
    "/recast"
  ],
  "_resolved": "https://registry.npmjs.org/private/-/private-0.1.6.tgz",
  "_shasum": "55c6a976d0f9bafb9924851350fe47b9b5fbb7c1",
  "_shrinkwrap": null,
  "_spec": "private@^0.1.6",
  "_where": "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.62ZqkCwu/node_modules/babel-core",
  "author": {
    "name": "Ben Newman",
    "email": "bn@cs.stanford.edu"
  },
  "bugs": {
    "url": "https://github.com/benjamn/private/issues"
  },
  "dependencies": {},
  "description": "Utility for associating truly private state with any JavaScript object",
  "devDependencies": {},
  "directories": {},
  "dist": {
    "shasum": "55c6a976d0f9bafb9924851350fe47b9b5fbb7c1",
    "tarball": "https://registry.npmjs.org/private/-/private-0.1.6.tgz"
  },
  "engines": {
    "node": ">= 0.6"
  },
  "gitHead": "8df9e34c8f66a5e634a1024dba3ea16704d5178d",
  "homepage": "http://github.com/benjamn/private",
  "keywords": [
    "private",
    "access control",
    "access modifiers",
    "encapsulation",
    "secret",
    "state",
    "privilege",
    "scope",
    "es5"
  ],
  "license": "MIT",
  "main": "private.js",
  "maintainers": [
    {
      "name": "benjamn",
      "email": "bn@cs.stanford.edu"
    }
  ],
  "name": "private",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/benjamn/private.git"
  },
  "scripts": {
    "test": "node test/run.js"
  },
  "version": "0.1.6"
}
