{
  "_from": "levelup",
  "_id": "levelup@4.0.1",
  "_inBundle": false,
  "_integrity": "sha512-l7KXOkINXHgNqmz0v9bxvRnMCUG4gmShFrzFSZXXhcqFnfvKAW8NerVsTICpZtVhGOMAmhY6JsVoVh/tUPBmdg==",
  "_location": "/levelup",
  "_phantomChildren": {
    "abstract-leveldown": "6.0.3",
    "errno": "0.1.7",
    "inherits": "2.0.3",
    "string_decoder": "1.1.1",
    "util-deprecate": "1.0.2",
    "xtend": "4.0.1"
  },
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "levelup",
    "name": "levelup",
    "escapedName": "levelup",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/levelup/-/levelup-4.0.1.tgz",
  "_shasum": "26321eb33ec1ddac1f29b1ac82f8b693e2cbf182",
  "_spec": "levelup",
  "_where": "C:\\xampp\\htdocs\\DicomFileSender",
  "bugs": {
    "url": "https://github.com/Level/levelup/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "deferred-leveldown": "~5.0.0",
    "level-errors": "~2.0.0",
    "level-iterator-stream": "~4.0.0",
    "xtend": "~4.0.0"
  },
  "deprecated": false,
  "description": "Fast & simple storage - a Node.js-style LevelDB wrapper",
  "devDependencies": {
    "after": "^0.8.2",
    "airtap": "^2.0.0",
    "async": "^2.5.0",
    "bl": "^3.0.0",
    "browserify": "^16.0.0",
    "bustermove": "^1.0.0",
    "concat-stream": "^2.0.0",
    "coveralls": "^3.0.2",
    "delayed": "^1.0.1",
    "dependency-check": "^3.3.0",
    "encoding-down": "^6.0.0",
    "hallmark": "^0.1.0",
    "level-community": "^3.0.0",
    "memdown": "^4.0.0",
    "nyc": "^13.1.0",
    "pinkie": "^2.0.4",
    "referee": "^1.2.0",
    "safe-buffer": "^5.1.0",
    "standard": "^12.0.0",
    "tape": "^4.7.0",
    "trickle": "0.0.2"
  },
  "engines": {
    "node": ">=6"
  },
  "hallmark": {
    "community": "level-community"
  },
  "homepage": "https://github.com/Level/levelup",
  "keywords": [
    "level",
    "leveldb",
    "stream",
    "database",
    "db",
    "store",
    "storage",
    "json"
  ],
  "license": "MIT",
  "main": "lib/levelup.js",
  "name": "levelup",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Level/levelup.git"
  },
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "dependency-check": "dependency-check . buster.js test/*.js",
    "hallmark": "hallmark --fix",
    "prepublishOnly": "npm run dependency-check",
    "test": "standard && hallmark && nyc node test",
    "test-browser-local": "airtap --local test/index.js",
    "test-browsers": "airtap --loopback airtap.local test/index.js"
  },
  "version": "4.0.1"
}
