You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

126 lines
3.2 KiB

{
"_from": "abstract-leveldown@~0.12.1",
"_id": "abstract-leveldown@0.12.4",
"_inBundle": false,
"_integrity": "sha1-KeGOYy5g5OIh1YECR4UqY9ey5BA=",
"_location": "/abstract-leveldown",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "abstract-leveldown@~0.12.1",
"name": "abstract-leveldown",
"escapedName": "abstract-leveldown",
"rawSpec": "~0.12.1",
"saveSpec": null,
"fetchSpec": "~0.12.1"
},
"_requiredBy": [
"/deferred-leveldown"
],
"_resolved": "https://registry.npmjs.org/abstract-leveldown/-/abstract-leveldown-0.12.4.tgz",
"_shasum": "29e18e632e60e4e221d5810247852a63d7b2e410",
"_spec": "abstract-leveldown@~0.12.1",
"_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/deferred-leveldown",
"browser": {
"rimraf": false
},
"bugs": {
"url": "https://github.com/rvagg/node-abstract-leveldown/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": "lars.magnus.skog@gmail.com",
"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": {
"xtend": "~3.0.0"
},
"deprecated": false,
"description": "An abstract prototype matching the LevelDOWN API",
"devDependencies": {
"rimraf": "*",
"sinon": "*",
"tap": "*"
},
"homepage": "https://github.com/rvagg/node-abstract-leveldown",
"keywords": [
"leveldb",
"leveldown",
"levelup"
],
"license": "MIT",
"main": "./abstract-leveldown.js",
"name": "abstract-leveldown",
"repository": {
"type": "git",
"url": "git+https://github.com/rvagg/node-abstract-leveldown.git"
},
"scripts": {
"test": "node ./test.js"
},
"version": "0.12.4"
}