/
eapostnova
/
2026-1--study--mathmod
Обзор
Документация
Войти
/
eapostnova
/
2026-1--study--mathmod
Код
Запросы
0
Задачи
Пакеты
0
Релизы
6
Аналитика
Безопасность
develop
node_modules/add-stream/package.json
34 строки
816 B
Елизавета Постнова
feat(lab): lab04
24 мар 2026, 02:59
Верифицирован
24 мар 2026, 02:59
7783508
Код
Авторство
О чём код?
{ "name": "add-stream", "version": "1.0.0", "description": "Append the contents of one stream onto another.", "main": "index.js", "scripts": { "test": "mocha", "cover": "istanbul cover node_modules/.bin/_mocha -- -u exports -R spec" }, "repository": { "type": "git", "url": "https://github.com/wilsonjackson/add-stream" }, "keywords": [ "stream", "append", "add", "concat", "gulpfriendly" ], "author": "Majid Burney <moocow@euphoricsoup.com>", "license": "MIT", "bugs": { "url": "https://github.com/wilsonjackson/add-stream/issues" }, "homepage": "https://github.com/wilsonjackson/add-stream", "dependencies": {}, "devDependencies": { "chai": "^1.10.0", "event-stream": "^3.1.7", "istanbul": "^0.3.4", "mocha": "^2.0.1" } }