mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 01:30:10 +08:00
50 lines
1.0 KiB
JSON
50 lines
1.0 KiB
JSON
{
|
|
"author": {
|
|
"name": "Ben Coe",
|
|
"email": "ben@npmjs.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/istanbuljs/test-exclude/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@istanbuljs/schema": "^0.1.2",
|
|
"glob": "^7.1.4",
|
|
"minimatch": "^3.0.4"
|
|
},
|
|
"deprecated": false,
|
|
"description": "test for inclusion or exclusion of paths using globs",
|
|
"devDependencies": {
|
|
"nyc": "^15.0.0-beta.3",
|
|
"standard-version": "^7.0.0",
|
|
"tap": "^14.10.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"files": [
|
|
"*.js",
|
|
"!nyc.config.js"
|
|
],
|
|
"homepage": "https://istanbul.js.org/",
|
|
"keywords": [
|
|
"exclude",
|
|
"include",
|
|
"glob",
|
|
"package",
|
|
"config"
|
|
],
|
|
"license": "ISC",
|
|
"main": "index.js",
|
|
"name": "test-exclude",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/istanbuljs/test-exclude.git"
|
|
},
|
|
"scripts": {
|
|
"release": "standard-version",
|
|
"snap": "npm test -- --snapshot",
|
|
"test": "nyc tap"
|
|
},
|
|
"version": "6.0.0"
|
|
} |