/
erioxis
/
web-nodejs
Обзор
Документация
Войти
/
erioxis
/
web-nodejs
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
backend/node_modules/steed/package.json
43 строки
1 KB
erioxis
lab11fix
15 дек 2025, 23:21
15 дек 2025, 23:21
70dc7ba
Код
Авторство
О чём код?
{ "name": "steed", "version": "1.1.3", "description": "horsepower for your modules", "main": "steed.js", "scripts": { "test": "standard && tape test.js | tap-spec", "coverage": "istanbul cover tape test.js; cat coverage/lcov.info | coveralls" }, "repository": { "type": "git", "url": "git+https://github.com/mcollina/steed.git" }, "keywords": [ "control", "flow", "async", "series", "parallel" ], "author": "Matteo Collina <hello@matteocollina.com>", "license": "MIT", "bugs": { "url": "https://github.com/mcollina/steed/issues" }, "homepage": "https://github.com/mcollina/steed#readme", "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" }, "dependencies": { "fastfall": "^1.5.0", "fastparallel": "^2.2.0", "fastq": "^1.3.0", "fastseries": "^1.7.0", "reusify": "^1.0.0" } }