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.

50 lines
1.3 KiB

{
"_from": "fast-future@~1.0.0",
"_id": "fast-future@1.0.2",
"_inBundle": false,
"_integrity": "sha1-hDWpqqAteSSNF9cE52JZMB2ZKAo=",
"_location": "/fast-future",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "fast-future@~1.0.0",
"name": "fast-future",
"escapedName": "fast-future",
"rawSpec": "~1.0.0",
"saveSpec": null,
"fetchSpec": "~1.0.0"
},
"_requiredBy": [
"/leveldown"
],
"_resolved": "https://registry.npmjs.org/fast-future/-/fast-future-1.0.2.tgz",
"_shasum": "8435a9aaa02d79248d17d704e76259301d99280a",
"_spec": "fast-future@~1.0.0",
"_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/leveldown",
"author": {
"name": "David Björklund",
"email": "david.bjorklund@gmail.com"
},
"bugs": {
"url": "https://github.com/kesla/fast-future/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A really fast way to run a callback in the future",
"devDependencies": {
"tape": "~2.13.1"
},
"homepage": "https://github.com/kesla/fast-future",
"license": "MIT",
"main": "fast-future.js",
"name": "fast-future",
"repository": {
"type": "git",
"url": "git://github.com/kesla/fast-future.git"
},
"scripts": {
"test": "node test.js"
},
"version": "1.0.2"
}