{
  "_from": "level@3.0.2",
  "_id": "level@3.0.2",
  "_inBundle": false,
  "_integrity": "sha512-2qYbbiptPsPWGUI+AgB1gTNXqIjPpALRqrQyNx1zWYNZxhhuzEj/IE4Unu9weEBnsUEocfYe56xOGlAceb8/Fg==",
  "_location": "/level",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "level@3.0.2",
    "name": "level",
    "escapedName": "level",
    "rawSpec": "3.0.2",
    "saveSpec": null,
    "fetchSpec": "3.0.2"
  },
  "_requiredBy": [
    "/pouchdb"
  ],
  "_resolved": "https://registry.npmjs.org/level/-/level-3.0.2.tgz",
  "_shasum": "83c3d6e48c9e89abc4b6f5ca1c591f177ea2bd59",
  "_spec": "level@3.0.2",
  "_where": "C:\\xampp\\htdocs\\DicomFileSender\\node_modules\\pouchdb",
  "bugs": {
    "url": "https://github.com/Level/level/issues"
  },
  "bundleDependencies": false,
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/level",
    "logo": "https://opencollective.com/level/logo.txt"
  },
  "contributors": [
    {
      "name": "Rod Vagg",
      "email": "r@va.gg",
      "url": "https://github.com/rvagg"
    },
    {
      "name": "John Chesley",
      "email": "john@chesl.es",
      "url": "https://github.com/chesles/"
    },
    {
      "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": "Julian Gruber",
      "email": "julian@juliangruber.com",
      "url": "https://github.com/juliangruber"
    },
    {
      "name": "Paolo Fragomeni",
      "email": "paolo@async.ly",
      "url": "https://github.com/hij1nx"
    },
    {
      "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"
    }
  ],
  "dependencies": {
    "level-packager": "^2.0.2",
    "leveldown": "^3.0.0",
    "opencollective-postinstall": "^2.0.0"
  },
  "deprecated": false,
  "description": "Fast & simple storage - a Node.js-style LevelDB wrapper (a convenience package bundling LevelUP & LevelDOWN)",
  "devDependencies": {
    "standard": "^11.0.0",
    "tape": "^4.2.2"
  },
  "engines": {
    "node": ">=4"
  },
  "homepage": "https://github.com/Level/level",
  "keywords": [
    "leveldb",
    "stream",
    "database",
    "db",
    "store",
    "storage",
    "json"
  ],
  "license": "MIT",
  "main": "level.js",
  "name": "level",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Level/level.git"
  },
  "scripts": {
    "postinstall": "opencollective-postinstall || exit 0",
    "test": "standard && node test.js"
  },
  "version": "3.0.2"
}
