54 строки
1.4 KiB
JSON
54 строки
1.4 KiB
JSON
{
|
|
"name": "eslint-plugin-no-unsanitized",
|
|
"description": "ESLint rule to disallow unsanitized code",
|
|
"version": "3.2.0",
|
|
"author": {
|
|
"name": "Frederik Braun et al."
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mozilla/eslint-plugin-no-unsanitized/issues"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-proposal-logical-assignment-operators": "^7.11.0",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
|
|
"@typescript-eslint/parser": "^3.7.1",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^7.1.0",
|
|
"mocha": "^9.1.3",
|
|
"nyc": "^15.1.0",
|
|
"typescript": "^3.9.7"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^5 || ^6 || ^7"
|
|
},
|
|
"homepage": "https://github.com/mozilla/eslint-plugin-no-unsanitized/",
|
|
"keywords": [
|
|
"eslint",
|
|
"eslint-plugin",
|
|
"eslintplugin",
|
|
"lint",
|
|
"sanitize",
|
|
"innerHTML",
|
|
"security"
|
|
],
|
|
"license": "MPL-2.0",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mozilla/eslint-plugin-no-unsanitized/issues"
|
|
},
|
|
"scripts": {
|
|
"test": "nyc mocha tests/rules/",
|
|
"lint": "eslint ."
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"SCHEMA.md",
|
|
"SECURITY.md",
|
|
"docs",
|
|
"index.js",
|
|
"lib"
|
|
]
|
|
}
|