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.

122 lines
3.1 KiB

{
"_from": "deferred-leveldown@~0.2.0",
"_id": "deferred-leveldown@0.2.0",
"_inBundle": false,
"_integrity": "sha1-LO8fER4cV4cNi7uK8mUOWHzS9bQ=",
"_location": "/deferred-leveldown",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "deferred-leveldown@~0.2.0",
"name": "deferred-leveldown",
"escapedName": "deferred-leveldown",
"rawSpec": "~0.2.0",
"saveSpec": null,
"fetchSpec": "~0.2.0"
},
"_requiredBy": [
"/level-sublevel/levelup"
],
"_resolved": "https://registry.npmjs.org/deferred-leveldown/-/deferred-leveldown-0.2.0.tgz",
"_shasum": "2cef1f111e1c57870d8bbb8af2650e587cd2f5b4",
"_spec": "deferred-leveldown@~0.2.0",
"_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/level-sublevel/node_modules/levelup",
"bugs": {
"url": "https://github.com/Level/deferred-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": {
"abstract-leveldown": "~0.12.1"
},
"deprecated": false,
"description": "For handling delayed-open on LevelDOWN compatible libraries",
"devDependencies": {
"tape": "~1.0.4"
},
"homepage": "https://github.com/Level/deferred-leveldown",
"keywords": [
"leveldb",
"level",
"levelup",
"leveldown"
],
"license": "MIT",
"main": "deferred-leveldown.js",
"name": "deferred-leveldown",
"repository": {
"type": "git",
"url": "git+https://github.com/Level/deferred-leveldown.git"
},
"scripts": {
"test": "node test.js"
},
"version": "0.2.0"
}