/
eapostnova
/
2026-1--study--simulation-modeling
Обзор
Документация
Войти
/
eapostnova
/
2026-1--study--simulation-modeling
Код
Запросы
1
Задачи
Вики
Пакеты
0
Релизы
3
CI/CD
Аналитика
Безопасность
master
node_modules/dotgitignore/package.json
41 строка
918 B
Елизавета Постнова
chore(site): add changelog
06 мар 2026, 00:34
Верифицирован
06 мар 2026, 00:34
8cca814
Код
Авторство
О чём код?
{ "name": "dotgitignore", "version": "2.1.0", "description": "find the closest .gitignore file, parse it, and apply ignore rules", "main": "index.js", "scripts": { "test": "nyc mocha test.js", "posttest": "standard", "release": "standard-version" }, "repository": { "type": "git", "url": "git+https://github.com/bcoe/dotgitignore.git" }, "keywords": [ "gitignore", "git", "ignore", ".gitignore" ], "author": "Ben Coe <ben@npmjs.com>", "license": "ISC", "bugs": { "url": "https://github.com/bcoe/dotgitignore/issues" }, "homepage": "https://github.com/bcoe/dotgitignore#readme", "dependencies": { "find-up": "^3.0.0", "minimatch": "^3.0.4" }, "devDependencies": { "chai": "^4.1.2", "mocha": "^5.2.0", "nyc": "^13.3.0", "standard": "^11.0.1", "standard-version": "^4.4.0" }, "engines": { "node": ">=6" } }