{
  "_args": [
    [
      {
        "raw": "node-persist@^2.1.0",
        "scope": null,
        "escapedName": "node-persist",
        "name": "node-persist",
        "rawSpec": "^2.1.0",
        "spec": ">=2.1.0 <3.0.0",
        "type": "range"
      },
      "/home/apostolic-songs-mp3"
    ]
  ],
  "_from": "node-persist@>=2.1.0 <3.0.0",
  "_id": "node-persist@2.1.0",
  "_inCache": true,
  "_location": "/node-persist",
  "_nodeVersion": "6.9.2",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/node-persist-2.1.0.tgz_1498639523095_0.41706183087080717"
  },
  "_npmUser": {
    "name": "akhoury",
    "email": "bentael@gmail.com"
  },
  "_npmVersion": "3.10.9",
  "_phantomChildren": {},
  "_requested": {
    "raw": "node-persist@^2.1.0",
    "scope": null,
    "escapedName": "node-persist",
    "name": "node-persist",
    "rawSpec": "^2.1.0",
    "spec": ">=2.1.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/node-persist/-/node-persist-2.1.0.tgz",
  "_shasum": "e652bbf3885a04dad6a353d74176177c83914707",
  "_shrinkwrap": null,
  "_spec": "node-persist@^2.1.0",
  "_where": "/home/apostolic-songs-mp3",
  "bugs": {
    "url": "https://github.com/simonlast/node-persist/issues"
  },
  "contributors": [
    {
      "name": "Simon Last",
      "email": "hello@simonlast.org",
      "url": "http://simonlast.org/"
    },
    {
      "name": "Ben Monro",
      "url": "https://github.com/benmonro"
    },
    {
      "name": "Aziz Khoury",
      "url": "https://github.com/akhoury"
    }
  ],
  "dependencies": {
    "is-absolute": "^0.2.6",
    "mkdirp": "~0.5.1",
    "q": "~1.1.1"
  },
  "description": "Super-easy (and fast) persistent data structures in Node.js, modeled after HTML5 localStorage",
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^2.3.3",
    "rimraf": "^2.4.3"
  },
  "directories": {
    "example": "examples"
  },
  "dist": {
    "shasum": "e652bbf3885a04dad6a353d74176177c83914707",
    "tarball": "https://registry.npmjs.org/node-persist/-/node-persist-2.1.0.tgz"
  },
  "gitHead": "473081ed7ccfeff13ad60a15a11a2c26b0254c11",
  "homepage": "https://github.com/simonlast/node-persist#readme",
  "keywords": [
    "node",
    "persist",
    "storage"
  ],
  "license": "MIT",
  "main": "./src/node-persist.js",
  "maintainers": [
    {
      "name": "akhoury",
      "email": "bentael@gmail.com"
    },
    {
      "name": "benmonro",
      "email": "ben.monro@gmail.com"
    },
    {
      "name": "slast",
      "email": "hello@simonlast.org"
    }
  ],
  "name": "node-persist",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/simonlast/node-persist.git"
  },
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha tests/"
  },
  "version": "2.1.0"
}
