Initial commit (from f5274cbdce4ae7c9e4b937dcdf95ac70ae436d5f)

This commit is contained in:
anaarmas 2020-04-28 16:46:47 +02:00
commit 28ccc3db2d
13974 changed files with 2618436 additions and 0 deletions

50
node_modules/test-exclude/package.json generated vendored Normal file
View file

@ -0,0 +1,50 @@
{
"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"
}