/
eapostnova
/
2026-1--study--simulation-modeling
Обзор
Документация
Войти
/
eapostnova
/
2026-1--study--simulation-modeling
Код
Запросы
1
Задачи
Вики
Пакеты
0
Релизы
3
CI/CD
Аналитика
Безопасность
develop
node_modules/gitconfiglocal/package.json
28 строк
534 B
Елизавета Постнова
chore(site): add changelog
06 мар 2026, 00:34
Верифицирован
06 мар 2026, 00:34
8cca814
Код
Авторство
О чём код?
{ "name": "gitconfiglocal", "version": "1.0.0", "description": "parse the .git/config file into a useful data structure", "files": [ "index.js" ], "scripts": { "test": "node test/test.js" }, "repository": { "type": "git", "url": "git://github.com/soldair/node-gitconfiglocal.git" }, "keywords": [ "git", "config" ], "author": "Ryan Day", "license": "BSD", "readmeFilename": "README.md", "dependencies": { "ini": "^1.3.2" }, "devDependencies": { "tape": "^3.4.0" } }