{
  "_from": "localstorage-down",
  "_id": "localstorage-down@0.6.7",
  "_inBundle": false,
  "_integrity": "sha1-0Hmak7MebF+lGI7AYkLrHM6dbRU=",
  "_location": "/localstorage-down",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "localstorage-down",
    "name": "localstorage-down",
    "escapedName": "localstorage-down",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/",
    "/pouchdb-adapter-localstorage"
  ],
  "_resolved": "https://registry.npmjs.org/localstorage-down/-/localstorage-down-0.6.7.tgz",
  "_shasum": "d0799a93b31e6c5fa5188ec06242eb1cce9d6d15",
  "_spec": "localstorage-down",
  "_where": "C:\\xampp\\htdocs\\DicomFileSender",
  "browser": {
    "bindings": false
  },
  "bugs": {
    "url": "https://github.com/no9/localstorage-down/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Anton Whalley",
      "email": "antonwhalley@vodafone.ie",
      "url": "https://github.com/no9"
    },
    {
      "name": "Adam Shih",
      "url": "https://github.com/adamshih"
    },
    {
      "name": "Nolan Lawson",
      "url": "https://github.com/nolanlawson"
    }
  ],
  "dependencies": {
    "abstract-leveldown": "0.12.3",
    "argsarray": "0.0.1",
    "buffer-from": "^0.1.1",
    "d64": "^1.0.0",
    "humble-localstorage": "^1.4.2",
    "inherits": "^2.0.1",
    "tiny-queue": "0.2.0"
  },
  "deprecated": false,
  "description": "A Node.js and browserify leveldown API implementation that maps to localstorage in the browser",
  "devDependencies": {
    "browserify": "^4.1.2",
    "es5-shim": "^4.3.1",
    "istanbul": "^0.4.1",
    "istanbul-coveralls": "^1.0.3",
    "jshint": "2.8.0",
    "levelup": "^0.18.2",
    "tape": "^2.12.3",
    "zuul": "^3.10.1",
    "zuul-ngrok": "github:nolanlawson/zuul-ngrok#patch-1"
  },
  "files": [
    "lib"
  ],
  "gypfile": false,
  "homepage": "https://github.com/no9/localstorage-down#readme",
  "keywords": [
    "leveldb",
    "localstorage",
    "leveldown",
    "levelup"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "localstorage-down",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/no9/localstorage-down.git"
  },
  "scripts": {
    "coverage": "istanbul cover ./node_modules/.bin/tape tests/*.js && istanbul check-coverage --lines 50 --function 50 --statements 50 --branches 50",
    "jshint": "jshint -c .jshintrc lib/*.js tests/*.js",
    "report-coverage": "npm run coverage && istanbul-coveralls --no-rm",
    "test": "npm run jshint && tape tests/*.js",
    "test-browser": "npm run jshint && zuul tests/*.js",
    "test-zuul-local": "npm run jshint && zuul --local tests/*.js"
  },
  "testling": {
    "files": [
      "tests/test.js"
    ],
    "browsers": [
      "iexplore/8..latest",
      "chrome/22..latest",
      "chrome/canary",
      "firefox/24..latest",
      "firefox/nightly",
      "opera/15..latest",
      "opera/next",
      "safari/5.0.5..latest",
      "iphone/latest",
      "ipad/latest",
      "android-browser/latest"
    ]
  },
  "version": "0.6.7"
}
