{ "_from": "levelup@^1.3.8", "_id": "levelup@1.3.9", "_inBundle": false, "_integrity": "sha512-VVGHfKIlmw8w1XqpGOAGwq6sZm2WwWLmlDcULkKWQXEA5EopA8OBNJ2Ck2v6bdk8HeEZSbCSEgzXadyQFm76sQ==", "_location": "/levelup", "_phantomChildren": { "xtend": "4.0.1" }, "_requested": { "type": "range", "registry": true, "raw": "levelup@^1.3.8", "name": "levelup", "escapedName": "levelup", "rawSpec": "^1.3.8", "saveSpec": null, "fetchSpec": "^1.3.8" }, "_requiredBy": [ "/mosca" ], "_resolved": "https://registry.npmjs.org/levelup/-/levelup-1.3.9.tgz", "_shasum": "2dbcae845b2bb2b6bea84df334c475533bbd82ab", "_spec": "levelup@^1.3.8", "_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/mosca", "browser": { "./lib/leveldown.js": false, "leveldown": false, "leveldown/package": false, "semver": false }, "bugs": { "url": "https://github.com/level/levelup/issues" }, "bundleDependencies": false, "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/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" }, "deprecated": false, "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" }, "homepage": "https://github.com/level/levelup", "keywords": [ "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": { "test": "standard && tape test/*-test.js | faucet" }, "version": "1.3.9" }