{ "_from": "memdown@~1.1.1", "_id": "memdown@1.1.2", "_inBundle": false, "_integrity": "sha1-O4wkWA2yPkezxnLyzPCxkxh4RMs=", "_location": "/memdown", "_phantomChildren": { "xtend": "4.0.1" }, "_requested": { "type": "range", "registry": true, "raw": "memdown@~1.1.1", "name": "memdown", "escapedName": "memdown", "rawSpec": "~1.1.1", "saveSpec": null, "fetchSpec": "~1.1.1" }, "_requiredBy": [ "/mosca" ], "_resolved": "https://registry.npmjs.org/memdown/-/memdown-1.1.2.tgz", "_shasum": "3b8c24580db23e47b3c672f2ccf0b193187844cb", "_spec": "memdown@~1.1.1", "_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/mosca", "authors": [ "Rod Vagg (https://github.com/rvagg)" ], "browser": { "rimraf": false }, "bugs": { "url": "https://github.com/rvagg/node-memdown/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Julian Gruber", "email": "julian@juliangruber.com", "url": "https://github.com/juliangruber" } ], "dependencies": { "abstract-leveldown": "^2.0.3", "functional-red-black-tree": "^1.0.1", "inherits": "~2.0.1", "ltgt": "~1.0.2" }, "deprecated": false, "description": "An drop-in replacement for LevelDOWN that works in memory only", "devDependencies": { "bench": "*", "faucet": "*", "istanbul": "^0.4.2", "istanbul-coveralls": "^1.0.3", "jshint": "^2.9.1", "rimraf": "*", "tape": "*", "zuul": "^3.9.0" }, "files": [], "homepage": "https://github.com/rvagg/node-memdown", "keywords": [ "leveldb", "leveldown", "levelup", "memory" ], "license": "MIT", "main": "./memdown.js", "name": "memdown", "repository": { "type": "git", "url": "git+https://github.com/rvagg/node-memdown.git" }, "scripts": { "coverage": "istanbul cover -i memdown.js ./node_modules/.bin/tape ./test.js && istanbul check-coverage --lines 90 --function 80 --statements 90 --branches 80", "lint": "jshint -c .jshintrc memdown.js", "report-coverage": "npm run coverage && istanbul-coveralls", "test": "npm run lint && node ./test.js --stderr | faucet", "test-browser": "zuul ./test.js", "test-browser-local": "zuul --local ./test.js" }, "version": "1.1.2" }