2015-05-13 12:13:15 +03:00
|
|
|
{
|
2017-04-05 16:07:28 +03:00
|
|
|
"name": "eslint-plugin-no-unsanitized",
|
|
|
|
"description": "ESLint rule to disallow unsanitized DOM access",
|
|
|
|
"version": "1.1.0",
|
2015-05-13 12:13:15 +03:00
|
|
|
"author": {
|
2017-04-05 16:07:28 +03:00
|
|
|
"name": "Frederik Braun et al."
|
2015-05-13 12:13:15 +03:00
|
|
|
},
|
|
|
|
"bugs": {
|
2017-04-05 16:07:28 +03:00
|
|
|
"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
|
|
|
},
|
2015-07-03 11:40:50 +03:00
|
|
|
"dependencies": {
|
2017-04-05 16:07:28 +03:00
|
|
|
"eslint": "^3.19.0"
|
2015-05-13 12:14:50 +03:00
|
|
|
},
|
2017-04-05 16:07:28 +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",
|
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",
|
2017-04-05 16:07:28 +03:00
|
|
|
"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/",
|
2017-04-21 17:52:12 +03:00
|
|
|
"lint": "./node_modules/.bin/eslint index.js lib/*.js lib/**/*.js tests/**/*.js"
|
2015-05-13 12:13:15 +03:00
|
|
|
}
|
|
|
|
}
|