/
eapostnova
/
2026-1--study--simulation-modeling
Обзор
Документация
Войти
/
eapostnova
/
2026-1--study--simulation-modeling
Код
Запросы
1
Задачи
Вики
Пакеты
0
Релизы
3
CI/CD
Аналитика
Безопасность
develop
node_modules/add-stream/package.json
34 строки
816 B
Елизавета Постнова
chore(site): add changelog
06 мар 2026, 00:34
Верифицирован
06 мар 2026, 00:34
8cca814
Код
Авторство
О чём код?
{ "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" } }