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