{
  "_from": "node-localstorage",
  "_id": "node-localstorage@3.0.5",
  "_inBundle": false,
  "_integrity": "sha512-GCwtK33iwVXboZWYcqQHu3aRvXEBwmPkAMRBLeaX86ufhqslyUkLGsi4aW3INEfdQYpUB5M9qtYf3eHvAk2VBg==",
  "_location": "/node-localstorage",
  "_phantomChildren": {
    "imurmurhash": "0.1.4"
  },
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "node-localstorage",
    "name": "node-localstorage",
    "escapedName": "node-localstorage",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/node-localstorage/-/node-localstorage-3.0.5.tgz",
  "_shasum": "4acda05bb7d3fffaa477f13c028d105866bb43ad",
  "_spec": "node-localstorage",
  "_where": "/var/www/html/sprbackend",
  "author": {
    "name": "Larry Maccherone",
    "url": "https://www.LinkedIn.com/in/LarryMaccherone/"
  },
  "bugs": {
    "url": "https://github.com/lmaccherone/node-localstorage/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "write-file-atomic": "^5.0.1"
  },
  "deprecated": false,
  "description": "A drop-in substitute for the browser native localStorage API that runs on node.js.",
  "devDependencies": {
    "coffeescript": "^2.7.0",
    "coffeetape": "^2.0.0",
    "nyc": "^15.1.0",
    "tap-nyc": "^1.0.3",
    "tap-spec": "^5.0.0",
    "tape": "^5.6.6"
  },
  "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 LocalStorage.coffee",
    "coverage": "npm run build && nyc --reporter=lcov coffeetape test/*.coffee | tap-nyc",
    "coverage:report": "python3 -m http.server 3000 -d coverage/lcov-report",
    "coverage:summary": "nyc report --reporter=text-summary",
    "postpublish": "git push --tags",
    "prepublishOnly": "coffee -c LocalStorage.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": "3.0.5"
}
