/
eapostnova
/
2026-1--study--simulation-modeling
Обзор
Документация
Войти
/
eapostnova
/
2026-1--study--simulation-modeling
Код
Запросы
1
Задачи
Вики
Пакеты
0
Релизы
3
CI/CD
Аналитика
Безопасность
master
node_modules/split/package.json
30 строк
684 B
Елизавета Постнова
chore(site): add changelog
06 мар 2026, 00:34
Верифицирован
06 мар 2026, 00:34
8cca814
Код
Авторство
О чём код?
{ "name": "split", "version": "1.0.1", "license": "MIT", "description": "split a Text Stream into a Line Stream", "homepage": "http://github.com/dominictarr/split", "repository": { "type": "git", "url": "git://github.com/dominictarr/split.git" }, "dependencies": { "through": "2" }, "devDependencies": { "asynct": "*", "event-stream": "~3.0.2", "it-is": "1", "stream-spec": "~0.2", "ubelt": "~2.9", "string-to-stream": "~1.0.0" }, "scripts": { "test": "asynct test/" }, "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://bit.ly/dominictarr)", "optionalDependencies": {}, "engines": { "node": "*" } }