summaryrefslogtreecommitdiffstats
path: root/tools/lint/eslint/eslint-plugin-mozilla/package.json
blob: 7384f4140189975a399caea7a3a0e217cac38392 (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
{
  "name": "eslint-plugin-mozilla",
  "version": "3.7.3",
  "description": "A collection of rules that help enforce JavaScript coding standard in the Mozilla project.",
  "keywords": [
    "eslint",
    "eslintplugin",
    "eslint-plugin",
    "mozilla",
    "firefox"
  ],
  "bugs": {
    "url": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Testing&component=Lint"
  },
  "homepage": "http://firefox-source-docs.mozilla.org/tools/lint/linters/eslint-plugin-mozilla.html",
  "repository": {
    "type": "hg",
    "url": "https://hg.mozilla.org/mozilla-central/"
  },
  "author": "Mike Ratcliffe",
  "main": "lib/index.js",
  "dependencies": {
    "eslint-scope": "^7.2.2",
    "eslint-visitor-keys": "^3.4.3",
    "espree": "^9.6.1",
    "estraverse": "^5.3.0",
    "htmlparser2": "^9.1.0",
    "toml-eslint-parser": "0.9.3"
  },
  "devDependencies": {
    "eslint": "8.57.0",
    "mocha": "10.2.0"
  },
  "peerDependencies": {
    "@microsoft/eslint-plugin-sdl": "^0.2.2",
    "eslint": "^7.23.0 || ^8.0.0",
    "eslint-config-prettier": "^8.0.0 || ^9.0.0",
    "eslint-plugin-html": "^7.0.0 || ^8.0.0",
    "eslint-plugin-json": "^3.1.0",
    "eslint-plugin-no-unsanitized": "^4.0.0"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "scripts": {
    "prepack": "node scripts/createExports.js",
    "test": "mocha --reporter 'reporters/mozilla-format.js' tests",
    "postpublish": "rm -f lib/environments/saved-globals.json lib/rules/saved-rules-data.json",
    "update-tooltool": "./update.sh"
  },
  "license": "MPL-2.0"
}