Quellcode-Bibliothek package.json
Sprache: unbekannt
|
|
Spracherkennung für: .json Download desUnknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
{
"name": "eslint-plugin-mozilla",
"version": " 4. 4. 0",
"description": "A collection of rules that help enforce JavaScript coding standard in the Moz illa project.",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"mozilla",
"firefox"
],
"bugs": {
"url": "https://bugzilla.mozilla.org/enter_bug.cgi?component=Lint%20and%20Formatting&product=Developer%20Infrastructure"
},
"homepage": "http://firefox-source-docs.mozilla.org/tools/lint/linters/eslint-plugin-mozilla.html",
"repository": {
"type": "git",
"url": "https://github.com/mozilla-firefox/firefox.git",
"directory": "tools/lint/eslint/eslint-plugin-mozilla/"
},
"author": "Mike Ratcliffe",
"main": "lib/index.mjs",
"dependencies": {
"eslint-scope": "^8.4.0",
"eslint-visitor-keys": "^4.2.1",
"espree": "^10.4.0",
"estraverse": "^5.3.0",
"htmlparser2": "^10.0.0",
"toml-eslint-parser": "1.0.0"
},
"devDependencies": {
"eslint": "9.39.1",
"mocha": "11.7.5"
},
"peerDependencies": {
"@microsoft/eslint-plugin-sdl": "^1.0.0",
"eslint": "^9.0.0 || ^10.0.0",
"eslint-plugin-jsdoc": "*",
"eslint-plugin-no-unsanitized": "^4.1.0",
"eslint-plugin-promise": "^7.2.1"
},
"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"
}
[0.40Quellennavigators]
|
2026-08-25
|