{
  "_from": "has-localstorage@^1.0.1",
  "_id": "has-localstorage@1.0.1",
  "_inBundle": false,
  "_integrity": "sha1-/mJAbEdn+9bXhNrGkFkoEIuClxs=",
  "_location": "/has-localstorage",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "has-localstorage@^1.0.1",
    "name": "has-localstorage",
    "escapedName": "has-localstorage",
    "rawSpec": "^1.0.1",
    "saveSpec": null,
    "fetchSpec": "^1.0.1"
  },
  "_requiredBy": [
    "/humble-localstorage"
  ],
  "_resolved": "https://registry.npmjs.org/has-localstorage/-/has-localstorage-1.0.1.tgz",
  "_shasum": "fe62406c4767fbd6d784dac6905928108b82971b",
  "_spec": "has-localstorage@^1.0.1",
  "_where": "C:\\xampp\\htdocs\\DicomFileSender\\node_modules\\humble-localstorage",
  "author": {
    "name": "Gregor Martynus"
  },
  "bugs": {
    "url": "https://github.com/gr2m/has-localstorage/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "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"
  },
  "gh-pages-deploy": {
    "staticpath": "docs"
  },
  "homepage": "http://gr2m.github.com/has-localstorage",
  "keywords": [
    "localstorage",
    "browser",
    "data"
  ],
  "license": "MIT",
  "main": "lib/has-localstorage.js",
  "name": "has-localstorage",
  "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"
}
