{
  "_args": [
    [
      "levelup@~1.3.0",
      "/home/miguelangel/Escritorio/DuckHunt/node_modules/level-packager"
    ]
  ],
  "_from": "levelup@>=1.3.0 <1.4.0",
  "_id": "levelup@1.3.9",
  "_inCache": true,
  "_installable": true,
  "_location": "/levelup",
  "_nodeVersion": "8.2.1",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/levelup-1.3.9.tgz_1501072948112_0.19023579568602145"
  },
  "_npmUser": {
    "email": "ralphtheninja@riseup.net",
    "name": "ralphtheninja"
  },
  "_npmVersion": "5.3.0",
  "_phantomChildren": {},
  "_requested": {
    "name": "levelup",
    "raw": "levelup@~1.3.0",
    "rawSpec": "~1.3.0",
    "scope": null,
    "spec": ">=1.3.0 <1.4.0",
    "type": "range"
  },
  "_requiredBy": [
    "/level-packager"
  ],
  "_resolved": "https://registry.npmjs.org/levelup/-/levelup-1.3.9.tgz",
  "_shasum": "2dbcae845b2bb2b6bea84df334c475533bbd82ab",
  "_shrinkwrap": null,
  "_spec": "levelup@~1.3.0",
  "_where": "/home/miguelangel/Escritorio/DuckHunt/node_modules/level-packager",
  "browser": {
    "./lib/leveldown.js": false,
    "leveldown": false,
    "leveldown/package": false,
    "semver": false
  },
  "bugs": {
    "url": "https://github.com/level/levelup/issues"
  },
  "contributors": [
    {
      "name": "Julian Gruber",
      "email": "julian@juliangruber.com",
      "url": "https://github.com/juliangruber"
    },
    {
      "name": "Rod Vagg",
      "email": "r@va.gg",
      "url": "https://github.com/rvagg"
    },
    {
      "name": "Jake Verbaten",
      "email": "raynos2@gmail.com",
      "url": "https://github.com/raynos"
    },
    {
      "name": "Dominic Tarr",
      "email": "dominic.tarr@gmail.com",
      "url": "https://github.com/dominictarr"
    },
    {
      "name": "Max Ogden",
      "email": "max@maxogden.com",
      "url": "https://github.com/maxogden"
    },
    {
      "name": "Lars-Magnus Skog",
      "email": "ralphtheninja@riseup.net",
      "url": "https://github.com/ralphtheninja"
    },
    {
      "name": "David Björklund",
      "email": "david.bjorklund@gmail.com",
      "url": "https://github.com/kesla"
    },
    {
      "name": "John Chesley",
      "email": "john@chesl.es",
      "url": "https://github.com/chesles/"
    },
    {
      "name": "Paolo Fragomeni",
      "email": "paolo@async.ly",
      "url": "https://github.com/0x00a"
    },
    {
      "name": "Anton Whalley",
      "email": "anton.whalley@nearform.com",
      "url": "https://github.com/No9"
    },
    {
      "name": "Matteo Collina",
      "email": "matteo.collina@gmail.com",
      "url": "https://github.com/mcollina"
    },
    {
      "name": "Pedro Teixeira",
      "email": "pedro.teixeira@gmail.com",
      "url": "https://github.com/pgte"
    },
    {
      "name": "James Halliday",
      "email": "mail@substack.net",
      "url": "https://github.com/substack"
    },
    {
      "name": "Jarrett Cruger",
      "email": "jcrugzz@gmail.com",
      "url": "https://github.com/jcrugzz"
    }
  ],
  "dependencies": {
    "deferred-leveldown": "~1.2.1",
    "level-codec": "~7.0.0",
    "level-errors": "~1.0.3",
    "level-iterator-stream": "~1.3.0",
    "prr": "~1.0.1",
    "semver": "~5.4.1",
    "xtend": "~4.0.0"
  },
  "description": "Fast & simple storage - a Node.js-style LevelDB wrapper",
  "devDependencies": {
    "after": "^0.8.2",
    "async": "^2.5.0",
    "bl": "^1.2.1",
    "browserify": "^14.3.0",
    "bustermove": "~1.0.0",
    "delayed": "~1.0.1",
    "faucet": "~0.0.1",
    "leveldown": "^1.1.0",
    "memdown": "^1.2.4",
    "msgpack-js": "~0.3.0",
    "referee": "~1.2.0",
    "rimraf": "^2.6.1",
    "safe-buffer": "^5.1.0",
    "slow-stream": "0.0.4",
    "standard": "^10.0.2",
    "tape": "^4.7.0"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-VVGHfKIlmw8w1XqpGOAGwq6sZm2WwWLmlDcULkKWQXEA5EopA8OBNJ2Ck2v6bdk8HeEZSbCSEgzXadyQFm76sQ==",
    "shasum": "2dbcae845b2bb2b6bea84df334c475533bbd82ab",
    "tarball": "https://registry.npmjs.org/levelup/-/levelup-1.3.9.tgz"
  },
  "gitHead": "0159c91062458c95c5747bda1f4876a2ba0852f1",
  "homepage": "https://github.com/level/levelup",
  "keywords": [
    "database",
    "db",
    "json",
    "leveldb",
    "storage",
    "store",
    "stream"
  ],
  "license": "MIT",
  "main": "lib/levelup.js",
  "maintainers": [
    {
      "name": "juliangruber",
      "email": "julian@juliangruber.com"
    },
    {
      "name": "ralphtheninja",
      "email": "ralphtheninja@riseup.net"
    },
    {
      "name": "rvagg",
      "email": "rod@vagg.org"
    }
  ],
  "name": "levelup",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/level/levelup.git"
  },
  "scripts": {
    "test": "standard && tape test/*-test.js | faucet"
  },
  "version": "1.3.9"
}
