{
  "_args": [
    [
      {
        "raw": "has-localstorage@^1.0.1",
        "scope": null,
        "escapedName": "has-localstorage",
        "name": "has-localstorage",
        "rawSpec": "^1.0.1",
        "spec": ">=1.0.1 <2.0.0",
        "type": "range"
      },
      "/home/keyworddashboard/liapi.keyworddashboard.com/node_modules/humble-localstorage"
    ]
  ],
  "_from": "has-localstorage@>=1.0.1 <2.0.0",
  "_id": "has-localstorage@1.0.1",
  "_inCache": true,
  "_location": "/has-localstorage",
  "_nodeVersion": "0.10.32",
  "_npmUser": {
    "name": "gr2m",
    "email": "gregor@martynus.net"
  },
  "_npmVersion": "2.1.11",
  "_phantomChildren": {},
  "_requested": {
    "raw": "has-localstorage@^1.0.1",
    "scope": null,
    "escapedName": "has-localstorage",
    "name": "has-localstorage",
    "rawSpec": "^1.0.1",
    "spec": ">=1.0.1 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/humble-localstorage"
  ],
  "_resolved": "https://registry.npmjs.org/has-localstorage/-/has-localstorage-1.0.1.tgz",
  "_shasum": "fe62406c4767fbd6d784dac6905928108b82971b",
  "_shrinkwrap": null,
  "_spec": "has-localstorage@^1.0.1",
  "_where": "/home/keyworddashboard/liapi.keyworddashboard.com/node_modules/humble-localstorage",
  "author": {
    "name": "Gregor Martynus"
  },
  "bugs": {
    "url": "https://github.com/gr2m/has-localstorage/issues"
  },
  "dependencies": {},
  "description": "returns true if localStorage is supported _and_ persistent",
  "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",
    "wd": "^0.3.11"
  },
  "directories": {
    "test": "tests"
  },
  "dist": {
    "shasum": "fe62406c4767fbd6d784dac6905928108b82971b",
    "tarball": "https://registry.npmjs.org/has-localstorage/-/has-localstorage-1.0.1.tgz"
  },
  "gh-pages-deploy": {
    "staticpath": "docs"
  },
  "gitHead": "1027024daddac69aa9c4e1c4e94b82bd09cd8bd1",
  "homepage": "http://gr2m.github.com/has-localstorage",
  "keywords": [
    "localstorage",
    "browser",
    "data"
  ],
  "license": "MIT",
  "main": "lib/has-localstorage.js",
  "maintainers": [
    {
      "name": "gr2m",
      "email": "gregor@martynus.net"
    }
  ],
  "name": "has-localstorage",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/gr2m/has-localstorage.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/has-localstorage.js bin/ tests/",
    "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.1"
}
