{ "_from": "levelup@4.1.0", "_id": "levelup@4.1.0", "_inBundle": false, "_integrity": "sha512-+Qhe2/jb5affN7BeFgWUUWVdYoGXO2nFS3QLEZKZynnQyP9xqA+7wgOz3fD8SST2UKpHQuZgjyJjTcB2nMl2dQ==", "_location": "/levelup", "_phantomChildren": { "inherits": "2.0.4", "level-concat-iterator": "2.0.1", "xtend": "4.0.2" }, "_requested": { "type": "version", "registry": true, "raw": "levelup@4.1.0", "name": "levelup", "escapedName": "levelup", "rawSpec": "4.1.0", "saveSpec": null, "fetchSpec": "4.1.0" }, "_requiredBy": [ "/pouchdb-node" ], "_resolved": "https://registry.npmjs.org/levelup/-/levelup-4.1.0.tgz", "_shasum": "49ab5d3a341731cd102f91c6bc17a1acb1969a17", "_spec": "levelup@4.1.0", "_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/pouchdb-node", "bugs": { "url": "https://github.com/Level/levelup/issues" }, "bundleDependencies": false, "dependencies": { "deferred-leveldown": "~5.1.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-each": "^1.0.3", "bl": "^3.0.0", "browserify": "^16.0.0", "bustermove": "^1.0.0", "concat-stream": "^2.0.0", "coveralls": "^3.0.2", "delayed": "^2.0.0", "dependency-check": "^3.3.0", "encoding-down": "^6.0.0", "hallmark": "^0.1.0", "level-community": "^3.0.0", "memdown": "^4.0.0", "nyc": "^14.0.0", "pinkie": "^2.0.4", "referee": "^1.2.0", "run-parallel": "^1.1.9", "run-series": "^1.1.8", "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.1.0" }