source: frontend/node_modules/test-exclude/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 950 bytes
Line 
1{
2 "name": "test-exclude",
3 "version": "6.0.0",
4 "description": "test for inclusion or exclusion of paths using globs",
5 "main": "index.js",
6 "files": [
7 "*.js",
8 "!nyc.config.js"
9 ],
10 "scripts": {
11 "release": "standard-version",
12 "test": "nyc tap",
13 "snap": "npm test -- --snapshot"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/istanbuljs/test-exclude.git"
18 },
19 "keywords": [
20 "exclude",
21 "include",
22 "glob",
23 "package",
24 "config"
25 ],
26 "author": "Ben Coe <ben@npmjs.com>",
27 "license": "ISC",
28 "bugs": {
29 "url": "https://github.com/istanbuljs/test-exclude/issues"
30 },
31 "homepage": "https://istanbul.js.org/",
32 "dependencies": {
33 "@istanbuljs/schema": "^0.1.2",
34 "glob": "^7.1.4",
35 "minimatch": "^3.0.4"
36 },
37 "devDependencies": {
38 "nyc": "^15.0.0-beta.3",
39 "standard-version": "^7.0.0",
40 "tap": "^14.10.5"
41 },
42 "engines": {
43 "node": ">=8"
44 }
45}
Note: See TracBrowser for help on using the repository browser.