{
  "_from": "humble-localstorage@^1.4.2",
  "_id": "humble-localstorage@1.4.2",
  "_inBundle": false,
  "_integrity": "sha1-0Fqw1SbE7b3b98amDfb/WAUoNGk=",
  "_location": "/humble-localstorage",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "humble-localstorage@^1.4.2",
    "name": "humble-localstorage",
    "escapedName": "humble-localstorage",
    "rawSpec": "^1.4.2",
    "saveSpec": null,
    "fetchSpec": "^1.4.2"
  },
  "_requiredBy": [
    "/localstorage-down"
  ],
  "_resolved": "https://registry.npmjs.org/humble-localstorage/-/humble-localstorage-1.4.2.tgz",
  "_shasum": "d05ab0d526c4edbddbf7c6a60df6ff5805283469",
  "_spec": "humble-localstorage@^1.4.2",
  "_where": "C:\\xampp\\htdocs\\DicomFileSender\\node_modules\\localstorage-down",
  "author": {
    "name": "Gregor Martynus"
  },
  "bugs": {
    "url": "http://github.com/gr2m/humble-localstorage/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "has-localstorage": "^1.0.1",
    "localstorage-memory": "^1.0.1"
  },
  "deprecated": false,
  "description": "wraps localStorage and adds .getObject(), .setObject(), .isPersistent",
  "devDependencies": {
    "browserify": "^11.0.1",
    "chai": "^3.2.0",
    "derequire": "^2.0.2",
    "doxx": "^1.5.0",
    "expect.js": "^0.3.1",
    "gh-pages-deploy": "^0.3.0",
    "jshint": "^2.8.0",
    "mocha": "^2.3.0",
    "semantic-release": "^4.3.4",
    "sinon": "^1.16.1",
    "testmate": "^1.0.1",
    "uglify-js": "^2.4.24"
  },
  "gh-pages-deploy": {
    "staticpath": "docs",
    "noprompt": true
  },
  "homepage": "http://gr2m.github.io/humble-localstorage/",
  "keywords": [
    "localstorage",
    "browser",
    "data"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "humble-localstorage",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gr2m/humble-localstorage.git"
  },
  "scripts": {
    "build": "browserify . -s humbleLocalStorage > dist/humble-localstorage.js && uglifyjs dist/humble-localstorage.js -mc > dist/humble-localstorage.min.js",
    "deploy": "git branch -f gh-pages && git checkout gh-pages && cp -r docs/* . && git reset --hard origin/master && git add -A . && git commit -a -m 'gh-pages update' && git push deploy gh-pages --force && git checkout master",
    "dev-server": "http-server -a 127.0.0.1 -p 8000",
    "docs": "doxx --source lib/ --target docs/ --template docs/template.jade --ignore index.js",
    "jshint": "jshint -c .jshintrc lib/ test/",
    "predeploy": "git config user.name \"Travis-CI\" && git config user.email \"deploy@travis-ci.org\" && git remote add deploy \"https://${GH_TOKEN}@github.com/gr2m/humble-localstorage.git\" > /dev/null 2>&1",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    "test": "npm run jshint && npm run test-unit && npm run test-e2e",
    "test-e2e": "testmate test/*.js",
    "test-unit": "mocha test/unit",
    "wip-deploy": "gh-pages-deploy # https://github.com/meandavejustice/gh-pages-deploy/issues/5"
  },
  "version": "1.4.2"
}
