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.

72 lines
1.7 KiB

{
"_from": "steed@^1.0.0",
"_id": "steed@1.1.3",
"_inBundle": false,
"_integrity": "sha1-8VJd1a2xLrIb90dJU3Zo1iW5q8U=",
"_location": "/steed",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "steed@^1.0.0",
"name": "steed",
"escapedName": "steed",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/ascoltatori",
"/mosca"
],
"_resolved": "https://registry.npmjs.org/steed/-/steed-1.1.3.tgz",
"_shasum": "f1525dd5adb12eb21bf74749537668d625b9abc5",
"_spec": "steed@^1.0.0",
"_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/mosca",
"author": {
"name": "Matteo Collina",
"email": "hello@matteocollina.com"
},
"bugs": {
"url": "https://github.com/mcollina/steed/issues"
},
"bundleDependencies": false,
"dependencies": {
"fastfall": "^1.5.0",
"fastparallel": "^2.2.0",
"fastq": "^1.3.0",
"fastseries": "^1.7.0",
"reusify": "^1.0.0"
},
"deprecated": false,
"description": "horsepower for your modules",
"devDependencies": {
"coveralls": "^2.11.6",
"fastbench": "^1.0.0",
"istanbul": "^0.4.1",
"neo-async": "^1.7.0",
"standard": "^5.4.1",
"tap-spec": "^4.1.0",
"tape": "^4.2.2"
},
"homepage": "https://github.com/mcollina/steed#readme",
"keywords": [
"control",
"flow",
"async",
"series",
"parallel"
],
"license": "MIT",
"main": "steed.js",
"name": "steed",
"repository": {
"type": "git",
"url": "git+https://github.com/mcollina/steed.git"
},
"scripts": {
"coverage": "istanbul cover tape test.js; cat coverage/lcov.info | coveralls",
"test": "standard && tape test.js | tap-spec"
},
"version": "1.1.3"
}