github-pages-deploy-action/node_modules/test-exclude/package.json

46 lines
950 B
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "test-exclude",
"version": "6.0.0",
"description": "test for inclusion or exclusion of paths using globs",
"main": "index.js",
"files": [
"*.js",
"!nyc.config.js"
2020-03-31 20:54:32 +08:00
],
2020-03-31 20:57:48 +08:00
"scripts": {
"release": "standard-version",
"test": "nyc tap",
"snap": "npm test -- --snapshot"
2020-03-31 20:42:07 +08:00
},
2020-03-31 20:57:48 +08:00
"repository": {
"type": "git",
"url": "git+https://github.com/istanbuljs/test-exclude.git"
2020-03-31 20:42:07 +08:00
},
2020-03-31 20:57:48 +08:00
"keywords": [
"exclude",
"include",
"glob",
"package",
"config"
],
"author": "Ben Coe <ben@npmjs.com>",
"license": "ISC",
2020-03-31 20:42:07 +08:00
"bugs": {
"url": "https://github.com/istanbuljs/test-exclude/issues"
},
2020-03-31 20:57:48 +08:00
"homepage": "https://istanbul.js.org/",
2020-03-31 20:42:07 +08:00
"dependencies": {
"@istanbuljs/schema": "^0.1.2",
"glob": "^7.1.4",
"minimatch": "^3.0.4"
},
"devDependencies": {
"nyc": "^15.0.0-beta.3",
"standard-version": "^7.0.0",
"tap": "^14.10.5"
},
"engines": {
"node": ">=8"
2020-03-31 20:57:48 +08:00
}
2020-03-31 20:42:07 +08:00
}