{
  "_args": [
    [
      {
        "raw": "localstorage-down@0.6.6",
        "scope": null,
        "escapedName": "localstorage-down",
        "name": "localstorage-down",
        "rawSpec": "0.6.6",
        "spec": "0.6.6",
        "type": "version"
      },
      "/home/keyworddashboard/liapi.keyworddashboard.com/node_modules/superlogin/node_modules/pouchdb"
    ]
  ],
  "_from": "localstorage-down@0.6.6",
  "_id": "localstorage-down@0.6.6",
  "_inCache": true,
  "_location": "/localstorage-down",
  "_nodeVersion": "5.3.0",
  "_npmUser": {
    "name": "nolanlawson",
    "email": "nolan@nolanlawson.com"
  },
  "_npmVersion": "3.5.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "localstorage-down@0.6.6",
    "scope": null,
    "escapedName": "localstorage-down",
    "name": "localstorage-down",
    "rawSpec": "0.6.6",
    "spec": "0.6.6",
    "type": "version"
  },
  "_requiredBy": [
    "/superlogin/pouchdb"
  ],
  "_resolved": "https://registry.npmjs.org/localstorage-down/-/localstorage-down-0.6.6.tgz",
  "_shasum": "868cab89107bfb682822d2962aa7bfca4e82ed58",
  "_shrinkwrap": null,
  "_spec": "localstorage-down@0.6.6",
  "_where": "/home/keyworddashboard/liapi.keyworddashboard.com/node_modules/superlogin/node_modules/pouchdb",
  "browser": {
    "bindings": false
  },
  "bugs": {
    "url": "https://github.com/no9/localstorage-down/issues"
  },
  "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",
    "d64": "^1.0.0",
    "humble-localstorage": "^1.4.2",
    "inherits": "^2.0.1",
    "tiny-queue": "0.2.0"
  },
  "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.5.0",
    "levelup": "^0.18.2",
    "tape": "^2.12.3",
    "zuul": "3.8.0"
  },
  "directories": {},
  "dist": {
    "shasum": "868cab89107bfb682822d2962aa7bfca4e82ed58",
    "tarball": "https://registry.npmjs.org/localstorage-down/-/localstorage-down-0.6.6.tgz"
  },
  "files": [
    "lib"
  ],
  "gitHead": "c3fac2f4468bf71199d00bc7a85ca3e134275d31",
  "gypfile": false,
  "homepage": "https://github.com/no9/localstorage-down#readme",
  "keywords": [
    "leveldb",
    "localstorage",
    "leveldown",
    "levelup"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "maintainers": [
    {
      "name": "adamshih",
      "email": "ashih18@gmail.com"
    },
    {
      "name": "no9",
      "email": "anton@venshare.com"
    },
    {
      "name": "nolanlawson",
      "email": "nolan@nolanlawson.com"
    },
    {
      "name": "tenaciousmv",
      "email": "mark.vayngrib@lablz.com"
    }
  ],
  "name": "localstorage-down",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "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-saucelabs": "npm run jshint && zuul --ui tape --browser-name $BROWSER_NAME --browser-version $BROWSER_VERSION tests/*.js",
    "test-zuul-local": "npm run jshint && zuul --ui tape --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.6"
}
