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.

83 lines
2.0 KiB

{
"_from": "fastfall@^1.5.0",
"_id": "fastfall@1.5.1",
"_inBundle": false,
"_integrity": "sha1-P+4DMxpJ0dObPN96XpzWb0dee5Q=",
"_location": "/fastfall",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "fastfall@^1.5.0",
"name": "fastfall",
"escapedName": "fastfall",
"rawSpec": "^1.5.0",
"saveSpec": null,
"fetchSpec": "^1.5.0"
},
"_requiredBy": [
"/pbkdf2-password",
"/steed"
],
"_resolved": "https://registry.npmjs.org/fastfall/-/fastfall-1.5.1.tgz",
"_shasum": "3fee03331a49d1d39b3cdf7a5e9cd66f475e7b94",
"_spec": "fastfall@^1.5.0",
"_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/steed",
"author": {
"name": "Matteo Collina",
"email": "hello@matteocollina.com"
},
"bugs": {
"url": "https://github.com/mcollina/fastfall/issues"
},
"bundleDependencies": false,
"dependencies": {
"reusify": "^1.0.0"
},
"deprecated": false,
"description": "call your callbacks in a waterfall, at speed",
"devDependencies": {
"async": "^1.0.0",
"coveralls": "^2.11.6",
"fastbench": "^1.0.0",
"faucet": "0.0.1",
"insync": "^2.1.1",
"istanbul": "^0.4.1",
"neo-async": "^1.7.0",
"pre-commit": "^1.0.10",
"run-waterfall": "^1.1.1",
"standard": "^5.0.0",
"tap-spec": "^4.1.1",
"tape": "^4.0.0",
"waterfallize": "^1.0.0"
},
"engines": {
"node": ">=0.10.0"
},
"homepage": "https://github.com/mcollina/fastfall#readme",
"keywords": [
"async",
"waterfall",
"fall",
"fast",
"callback"
],
"license": "MIT",
"main": "fall.js",
"name": "fastfall",
"precommit": [
"lint",
"test"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mcollina/fastfall.git"
},
"scripts": {
"coverage": "istanbul cover tape test.js | tap-spec",
"coveralls": "npm run coverage ; cat ./coverage/lcov.info | coveralls",
"lint": "standard",
"test": "tape test.js | faucet"
},
"version": "1.5.1"
}