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

38 строки
1007 B
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",
"version": "2.0.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": {
2017-02-07 11:02:19 +03:00
"mocha": "^3.2.0"
2015-05-13 12:13:15 +03:00
},
"dependencies": {
"eslint": "^4.16.0"
2015-05-13 12:14:50 +03:00
},
"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":{
2017-02-07 11:02:19 +03:00
"test": "./node_modules/.bin/mocha tests/rules/",
"lint": "./node_modules/.bin/eslint index.js lib/*.js lib/**/*.js tests/**/*.js"
2015-05-13 12:13:15 +03:00
}
}