Files
med-notes/.pnpm-store/v10/files/ae/0869cc0c4b90d0bd41769ab11122a6318f4c15e46a18167beab0949e75d45581cdfd8d12161778899e6a0a1e0fd5d339158a260ad4e2bdd30d5e310ed61816
2025-06-26 03:35:15 +00:00

35 lines
775 B
Plaintext

{
"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"
}
}