/
erioxis
/
web-nodejs
Обзор
Документация
Войти
/
erioxis
/
web-nodejs
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
backend/node_modules/fastparallel/package.json
48 строк
1 KB
erioxis
lab11fix
15 дек 2025, 23:21
15 дек 2025, 23:21
70dc7ba
Код
Авторство
О чём код?
{ "name": "fastparallel", "version": "2.4.1", "description": "Zero-overhead asynchronous parallel/each/map function call", "main": "parallel.js", "scripts": { "lint": "standard", "test": "tape test.js | faucet", "coverage": "nyc --reporter=lcov tape test.js; cat coverage/lcov.info | coveralls" }, "pre-commit": [ "lint", "test" ], "repository": { "type": "git", "url": "https://github.com/mcollina/fastparallel.git" }, "keywords": [ "parallel", "fast", "async" ], "author": "Matteo Collina <hello@matteocollina.com>", "license": "ISC", "bugs": { "url": "https://github.com/mcollina/fastparallel/issues" }, "homepage": "https://github.com/mcollina/fastparallel", "devDependencies": { "async": "^3.1.0", "coveralls": "^3.0.5", "fastbench": "^1.0.1", "faucet": "0.0.1", "insync": "^2.1.1", "items": "^2.1.2", "neo-async": "^2.6.1", "nyc": "^14.1.1", "parallelize": "^3.0.1", "pre-commit": "^1.2.2", "standard": "^13.0.1", "tape": "^4.11.0" }, "dependencies": { "reusify": "^1.0.4", "xtend": "^4.0.2" } }