7fife-backend/node_modules/ignore-by-default/package.json

35 lines
775 B
JSON
Raw Permalink Normal View History

2024-03-07 13:01:44 +00:00
{
2024-03-11 12:29:54 +00:00
"name": "ignore-by-default",
"version": "1.0.1",
2024-03-07 13:01:44 +00:00
"description": "A list of directories you should ignore by default",
2024-03-11 12:29:54 +00:00
"main": "index.js",
2024-03-07 13:01:44 +00:00
"files": [
"index.js"
],
2024-03-11 12:29:54 +00:00
"scripts": {
"test": "standard && node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/novemberborn/ignore-by-default.git"
},
2024-03-07 13:01:44 +00:00
"keywords": [
"ignore",
"chokidar",
"watcher",
"exclude",
"glob",
"pattern"
],
2024-03-11 12:29:54 +00:00
"author": "Mark Wubben (https://novemberborn.net/)",
2024-03-07 13:01:44 +00:00
"license": "ISC",
2024-03-11 12:29:54 +00:00
"bugs": {
"url": "https://github.com/novemberborn/ignore-by-default/issues"
2024-03-07 13:01:44 +00:00
},
2024-03-11 12:29:54 +00:00
"homepage": "https://github.com/novemberborn/ignore-by-default#readme",
"devDependencies": {
"figures": "^1.4.0",
"standard": "^6.0.4"
}
2024-03-07 13:01:44 +00:00
}