зеркало из
1
0
Форкнуть 0
eslint-plugin-no-unsanitized/package.json

54 строки
1.4 KiB
JSON
Исходник Постоянная ссылка Обычный вид История

2015-05-13 12:13:15 +03:00
{
"name": "eslint-plugin-no-unsanitized",
2017-05-09 09:58:05 +03:00
"description": "ESLint rule to disallow unsanitized code",
2021-10-20 09:59:31 +03:00
"version": "3.2.0",
2015-05-13 12:13:15 +03:00
"author": {
"name": "Frederik Braun et al."
2015-05-13 12:13:15 +03:00
},
"bugs": {
"url": "https://github.com/mozilla/eslint-plugin-no-unsanitized/issues"
2015-05-13 12:13:15 +03:00
},
"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"
2015-05-13 12:14:50 +03:00
},
"peerDependencies": {
"eslint": "^5 || ^6 || ^7"
},
"homepage": "https://github.com/mozilla/eslint-plugin-no-unsanitized/",
2015-05-13 12:13:15 +03:00
"keywords": [
"eslint",
"eslint-plugin",
"eslintplugin",
2015-05-13 12:14:50 +03:00
"lint",
2017-05-09 09:58:05 +03:00
"sanitize",
"innerHTML",
2015-05-13 12:13:15 +03:00
"security"
],
2015-09-08 13:26:05 +03:00
"license": "MPL-2.0",
2015-05-13 12:13:15 +03:00
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/mozilla/eslint-plugin-no-unsanitized/issues"
2015-05-13 12:13:15 +03:00
},
"scripts": {
"test": "nyc mocha tests/rules/",
"lint": "eslint ."
},
2021-04-12 14:56:22 +03:00
"files": [
"LICENSE",
"README.md",
"SCHEMA.md",
"SECURITY.md",
"docs",
"index.js",
"lib"
]
2015-05-13 12:13:15 +03:00
}