/
eapostnova
/
2026-1--study--mathmod
Обзор
Документация
Войти
/
eapostnova
/
2026-1--study--mathmod
Код
Запросы
0
Задачи
Пакеты
0
Релизы
6
Аналитика
Безопасность
develop
node_modules/split/package.json
30 строк
684 B
Елизавета Постнова
feat(lab): lab04
24 мар 2026, 02:59
Верифицирован
24 мар 2026, 02:59
7783508
Код
Авторство
О чём код?
{ "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": "*" } }