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

43 строки
1.1 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",
2020-06-10 13:46:07 +03:00
"version": "3.1.2",
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": {
"@typescript-eslint/parser": "^3.7.1",
"babel-eslint": "^10.1.0",
"eslint": "^7.1.0",
"mocha": "^7.2.0",
"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 ."
2015-05-13 12:13:15 +03:00
}
}