summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/eslint-utils/package.json
blob: bbade790ea5f1ac1aa461db4fd9a878fe709ab2d (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
62
63
64
65
66
{
  "author": {
    "name": "Toru Nagashima"
  },
  "bugs": {
    "url": "https://github.com/mysticatea/eslint-utils/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "eslint-visitor-keys": "^1.0.0"
  },
  "deprecated": false,
  "description": "Utilities for ESLint plugins.",
  "devDependencies": {
    "@mysticatea/eslint-plugin": "^10.0.3",
    "codecov": "^3.0.2",
    "dot-prop": "^4.2.0",
    "eslint": "^5.16.0",
    "esm": "^3.0.55",
    "espree": "^5.0.1",
    "mocha": "^5.2.0",
    "nyc": "^13.0.1",
    "opener": "^1.4.3",
    "rimraf": "^2.6.2",
    "rollup": "^1.16.7",
    "rollup-plugin-sourcemaps": "^0.4.2",
    "vuepress": "^0.14.4",
    "warun": "^1.0.0"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "index.*"
  ],
  "homepage": "https://github.com/mysticatea/eslint-utils#readme",
  "keywords": [
    "eslint"
  ],
  "license": "MIT",
  "main": "index",
  "module": "index.mjs",
  "name": "eslint-utils",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mysticatea/eslint-utils.git"
  },
  "scripts": {
    "build": "rollup -c",
    "clean": "rimraf .nyc_output coverage index.*",
    "codecov": "nyc report -r lcovonly && codecov",
    "coverage": "nyc report -r lcov && opener ./coverage/lcov-report/index.html",
    "docs:build": "vuepress build docs",
    "docs:watch": "vuepress dev docs",
    "lint": "eslint src test",
    "postversion": "git push && git push --tags",
    "prebuild": "npm run -s clean",
    "pretest": "npm run -s lint && npm run -s build",
    "preversion": "npm test && npm run -s build",
    "prewatch": "npm run -s clean",
    "test": "nyc mocha --reporter dot \"test/*.js\"",
    "watch": "warun \"{src,test}/**/*.js\" -- nyc --reporter lcov mocha --reporter dot \"test/*.js\""
  },
  "sideEffects": false,
  "version": "1.4.2"
}