github-pages-deploy-action/node_modules/test-exclude/package.json
2020-03-31 08:54:32 -04:00

78 lines
1.7 KiB
JSON

{
"_args": [
[
"test-exclude@6.0.0",
"."
]
],
"_development": true,
"_from": "test-exclude@6.0.0",
"_id": "test-exclude@6.0.0",
"_inBundle": false,
"_integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",
"_location": "/test-exclude",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "test-exclude@6.0.0",
"name": "test-exclude",
"escapedName": "test-exclude",
"rawSpec": "6.0.0",
"saveSpec": null,
"fetchSpec": "6.0.0"
},
"_requiredBy": [
"/babel-plugin-istanbul"
],
"_resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
"_spec": "6.0.0",
"_where": ".",
"author": {
"name": "Ben Coe",
"email": "ben@npmjs.com"
},
"bugs": {
"url": "https://github.com/istanbuljs/test-exclude/issues"
},
"dependencies": {
"@istanbuljs/schema": "^0.1.2",
"glob": "^7.1.4",
"minimatch": "^3.0.4"
},
"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"
}