Source code

Revision control

Copy as Markdown

Other Tools

{
"name": "eslint-plugin-mozilla",
"version": "4.2.1",
"description": "A collection of rules that help enforce JavaScript coding standard in the Mozilla project.",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"mozilla",
"firefox"
],
"bugs": {
},
"repository": {
"type": "hg",
},
"author": "Mike Ratcliffe",
"main": "lib/index.mjs",
"dependencies": {
"eslint-scope": "^8.0.1",
"eslint-visitor-keys": "^4.0.0",
"espree": "^10.0.1",
"estraverse": "^5.3.0",
"htmlparser2": "^9.1.0",
"toml-eslint-parser": "0.10.0"
},
"devDependencies": {
"eslint": "9.6.0",
"mocha": "11.4.0"
},
"peerDependencies": {
"@microsoft/eslint-plugin-sdl": "^1.0.0",
"eslint": "^9.0.0",
"eslint-plugin-no-unsanitized": "^4.1.0",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-jsdoc": "^50.6.3"
},
"peerDependenciesMeta": {
"@eslint-plugin-jsdoc": {
"optional": true
},
"@microsoft/eslint-plugin-sdl": {
"optional": true
}
},
"engines": {
"node": ">=22.0.0"
},
"scripts": {
"prepack": "node scripts/createExports.mjs",
"test": "mocha --reporter 'reporters/mozilla-format.js' tests",
"postpublish": "rm -f lib/environments/saved-globals.json",
"update-tooltool": "./update.sh"
},
"license": "MPL-2.0"
}