/
lostSun
/
project-client-server-apps
Обзор
Документация
Войти
/
lostSun
/
project-client-server-apps
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
server/node_modules/ignore-by-default/package.json
34 строки
775 B
1lostsun
update project
25 май 2025, 13:12
25 май 2025, 13:12
78a0079
Код
Авторство
О чём код?
{ "name": "ignore-by-default", "version": "1.0.1", "description": "A list of directories you should ignore by default", "main": "index.js", "files": [ "index.js" ], "scripts": { "test": "standard && node test.js" }, "repository": { "type": "git", "url": "git+https://github.com/novemberborn/ignore-by-default.git" }, "keywords": [ "ignore", "chokidar", "watcher", "exclude", "glob", "pattern" ], "author": "Mark Wubben (https://novemberborn.net/)", "license": "ISC", "bugs": { "url": "https://github.com/novemberborn/ignore-by-default/issues" }, "homepage": "https://github.com/novemberborn/ignore-by-default#readme", "devDependencies": { "figures": "^1.4.0", "standard": "^6.0.4" } }