test-exclude
Version:
test for inclusion or exclusion of paths using globs
45 lines (44 loc) • 914 B
JSON
{
"name": "test-exclude",
"version": "8.0.0",
"description": "test for inclusion or exclusion of paths using globs",
"main": "index.js",
"files": [
"*.js",
"!nyc.config.js"
],
"scripts": {
"release": "standard-version",
"test": "c8 tap",
"snap": "npm test -- --snapshot"
},
"repository": {
"type": "git",
"url": "git+https://github.com/istanbuljs/test-exclude.git"
},
"keywords": [
"exclude",
"include",
"glob",
"package",
"config"
],
"author": "Ben Coe <ben@npmjs.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/istanbuljs/test-exclude/issues"
},
"homepage": "https://istanbul.js.org/",
"dependencies": {
"@istanbuljs/schema": "^0.1.2",
"glob": "^13.0.6",
"minimatch": "^10.2.2"
},
"devDependencies": {
"c8": "^9.1.0",
"tap": "^19.2.2"
},
"engines": {
"node": "20 || >=22"
}
}