{
  "_args": [
    [
      {
        "raw": "localstorage-memory@^1.0.1",
        "scope": null,
        "escapedName": "localstorage-memory",
        "name": "localstorage-memory",
        "rawSpec": "^1.0.1",
        "spec": ">=1.0.1 <2.0.0",
        "type": "range"
      },
      "/home/keyworddashboard/liapi.keyworddashboard.com/node_modules/humble-localstorage"
    ]
  ],
  "_from": "localstorage-memory@>=1.0.1 <2.0.0",
  "_id": "localstorage-memory@1.0.2",
  "_inCache": true,
  "_location": "/localstorage-memory",
  "_nodeVersion": "0.10.41",
  "_npmUser": {
    "name": "gr2m",
    "email": "gregor@martynus.net"
  },
  "_npmVersion": "2.14.15",
  "_phantomChildren": {},
  "_requested": {
    "raw": "localstorage-memory@^1.0.1",
    "scope": null,
    "escapedName": "localstorage-memory",
    "name": "localstorage-memory",
    "rawSpec": "^1.0.1",
    "spec": ">=1.0.1 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/humble-localstorage"
  ],
  "_resolved": "https://registry.npmjs.org/localstorage-memory/-/localstorage-memory-1.0.2.tgz",
  "_shasum": "cd4a8f210e55dd519c929f4b4cc82829b58f9a51",
  "_shrinkwrap": null,
  "_spec": "localstorage-memory@^1.0.1",
  "_where": "/home/keyworddashboard/liapi.keyworddashboard.com/node_modules/humble-localstorage",
  "author": {
    "name": "Gregor Martynus"
  },
  "bugs": {
    "url": "https://github.com/gr2m/localstorage-memory/issues"
  },
  "dependencies": {},
  "description": "localStorage-compatible API, but only stored in memory",
  "devDependencies": {
    "chai": "^1.10.0",
    "doxx": "^1.2.1",
    "expect.js": "^0.3.1",
    "gh-pages-deploy": "^0.1.1",
    "http-server": "^0.7.4",
    "jshint": "^2.5.11",
    "mocha": "^2.1.0",
    "request": "^2.51.0",
    "sauce-connect-launcher": "^0.9.3",
    "semantic-release": "^6.0.3",
    "wd": "^0.3.11"
  },
  "directories": {
    "test": "tests"
  },
  "dist": {
    "shasum": "cd4a8f210e55dd519c929f4b4cc82829b58f9a51",
    "tarball": "https://registry.npmjs.org/localstorage-memory/-/localstorage-memory-1.0.2.tgz"
  },
  "gh-pages-deploy": {
    "staticpath": "docs"
  },
  "gitHead": "57f5dc8f5c332ac3335448cc8e47721d5387cb11",
  "homepage": "http://gr2m.github.com/localstorage-memory",
  "keywords": [
    "localstorage",
    "browser",
    "data"
  ],
  "license": "MIT",
  "main": "lib/localstorage-memory.js",
  "maintainers": [
    {
      "name": "gr2m",
      "email": "gregor@martynus.net"
    }
  ],
  "name": "localstorage-memory",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gr2m/localstorage-memory.git"
  },
  "scripts": {
    "deploy": "gh-pages-deploy ",
    "dev-server": "http-server -a 127.0.0.1 -p 8000",
    "docs": "doxx --source lib/ --target docs/ --template docs/template.jade",
    "jshint": "jshint -c .jshintrc lib/localstorage-memory.js bin/ tests/",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    "test": "npm run jshint && npm run test-browser",
    "test-browser": "node ./bin/test-browser.js",
    "test-node": "sh bin/test-node.sh"
  },
  "version": "1.0.2"
}
