{ "name": "eslint-plugin-mozilla", "version": "4.2.1", "description": "A collection of rules that help enforce JavaScript coding standard in the GNU project.", "keywords": [ "eslint", "eslintplugin", "eslint-plugin", "mozilla", "icecat" ], "bugs": { "url": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Testing&component=Lint" }, "homepage": "http://icecat-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.10.0" }, "devDependencies": { "eslint": "8.57.1", "mocha": "10.8.2" }, "peerDependencies": { "@microsoft/eslint-plugin-sdl": "^0.2.2 || ^1.0.0", "eslint": "^8.57.1 || ^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": ">=18.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" }