summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/@humanwhocodes/config-array/package.json
blob: ae21affff5ca1b53f73a8f2d137643dbd72b0fe9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
  "name": "@humanwhocodes/config-array",
  "version": "0.9.5",
  "description": "Glob-based configuration matching.",
  "author": "Nicholas C. Zakas",
  "main": "api.js",
  "files": [
    "api.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/humanwhocodes/config-array.git"
  },
  "bugs": {
    "url": "https://github.com/humanwhocodes/config-array/issues"
  },
  "homepage": "https://github.com/humanwhocodes/config-array#readme",
  "scripts": {
    "build": "rollup -c",
    "format": "nitpik",
    "lint": "eslint *.config.js src/*.js tests/*.js",
    "prepublish": "npm run build",
    "test:coverage": "nyc --include src/*.js npm run test",
    "test": "mocha -r esm tests/ --recursive"
  },
  "gitHooks": {
    "pre-commit": "lint-staged"
  },
  "lint-staged": {
    "*.js": [
      "nitpik",
      "eslint --fix --ignore-pattern '!.eslintrc.js'"
    ]
  },
  "keywords": [
    "configuration",
    "configarray",
    "config file"
  ],
  "license": "Apache-2.0",
  "engines": {
    "node": ">=10.10.0"
  },
  "dependencies": {
    "@humanwhocodes/object-schema": "^1.2.1",
    "debug": "^4.1.1",
    "minimatch": "^3.0.4"
  },
  "devDependencies": {
    "@nitpik/javascript": "^0.3.3",
    "@nitpik/node": "0.0.5",
    "chai": "^4.2.0",
    "eslint": "^6.7.1",
    "esm": "^3.2.25",
    "lint-staged": "^10.2.8",
    "mocha": "^6.2.3",
    "nyc": "^14.1.1",
    "rollup": "^1.12.3",
    "yorkie": "^2.0.0"
  }
}