{
  "_args": [
    [
      "node-localstorage@1.3.1",
      "/home/lash/src/ext/cic/grassrootseconomics/cic-internal-integration/apps/cic-meta"
    ]
  ],
  "_from": "node-localstorage@1.3.1",
  "_id": "node-localstorage@1.3.1",
  "_inBundle": false,
  "_integrity": "sha512-NMWCSWWc6JbHT5PyWlNT2i8r7PgGYXVntmKawY83k/M0UJScZ5jirb61TLnqKwd815DfBQu+lR3sRw08SPzIaQ==",
  "_location": "/openpgp/node-localstorage",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "node-localstorage@1.3.1",
    "name": "node-localstorage",
    "escapedName": "node-localstorage",
    "rawSpec": "1.3.1",
    "saveSpec": null,
    "fetchSpec": "1.3.1"
  },
  "_requiredBy": [
    "/openpgp"
  ],
  "_resolved": "https://registry.npmjs.org/node-localstorage/-/node-localstorage-1.3.1.tgz",
  "_spec": "1.3.1",
  "_where": "/home/lash/src/ext/cic/grassrootseconomics/cic-internal-integration/apps/cic-meta",
  "author": {
    "name": "Larry Maccherone",
    "url": "http://maccherone.com"
  },
  "bugs": {
    "url": "https://github.com/lmaccherone/node-localstorage/issues"
  },
  "dependencies": {
    "write-file-atomic": "^1.1.4"
  },
  "description": "A drop-in substitute for the browser native localStorage API that runs on node.js.",
  "devDependencies": {
    "coffee-script": "^1.10.0",
    "lodash": "^3.10.1",
    "nodeunit": "~0.9.0"
  },
  "engines": {
    "node": ">=0.12"
  },
  "homepage": "https://github.com/lmaccherone/node-localstorage",
  "keywords": [
    "localStorage",
    "Web Storage",
    "node.js"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/MIT"
    }
  ],
  "main": "./LocalStorage",
  "name": "node-localstorage",
  "preferGlobal": false,
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/lmaccherone/node-localstorage.git"
  },
  "scripts": {
    "docompile": "cake compile",
    "prepublish": "cake compile",
    "test": "cake test"
  },
  "version": "1.3.1"
}
