{
  "_args": [
    [
      "node-localstorage@2.1.6",
      "/home/lash/src/ext/cic/grassrootseconomics/cic-internal-integration/apps/cic-meta"
    ]
  ],
  "_development": true,
  "_from": "node-localstorage@2.1.6",
  "_id": "node-localstorage@2.1.6",
  "_inBundle": false,
  "_integrity": "sha512-yE7AycE5G2hU55d+F7Ona9nx97C+enJzWWx6jrsji7fuPZFJOvuW3X/LKKAcXRBcEIJPDOKt8ZiFWFmShR/irg==",
  "_location": "/node-localstorage",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "node-localstorage@2.1.6",
    "name": "node-localstorage",
    "escapedName": "node-localstorage",
    "rawSpec": "2.1.6",
    "saveSpec": null,
    "fetchSpec": "2.1.6"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/node-localstorage/-/node-localstorage-2.1.6.tgz",
  "_spec": "2.1.6",
  "_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": {
    "coffeescript": "^1.12.7",
    "coffeetape": "^2.0.0",
    "lodash": "^4.17.15",
    "nyc": "^14.1.1",
    "tap-nyc": "^1.0.3",
    "tap-spec": "^5.0.0"
  },
  "engines": {
    "node": ">=0.12"
  },
  "homepage": "https://github.com/lmaccherone/node-localstorage",
  "keywords": [
    "localStorage",
    "Web Storage",
    "node.js"
  ],
  "license": "MIT",
  "main": "./LocalStorage",
  "name": "node-localstorage",
  "preferGlobal": false,
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/lmaccherone/node-localstorage.git"
  },
  "scripts": {
    "build": "coffee -c *.coffee",
    "coverage": "npm run build && nyc --reporter=lcov coffeetape test/*.coffee | tap-nyc",
    "coverage:report": "nyc report --reporter=text-summary",
    "postpublish": "git push --tags",
    "prepare": "coffee -c *.coffee",
    "publish:major": "npm run test && npm version major && npm publish",
    "publish:minor": "npm run test && npm version minor && npm publish",
    "publish:patch": "npm run test && npm version patch && npm publish",
    "test": "npm run build && coffeetape test/*.coffee | tap-spec"
  },
  "version": "2.1.6"
}
