34 строки
937 B
JSON
34 строки
937 B
JSON
{
|
|
"name": "@microsoft/eslint-plugin-sdl",
|
|
"version": "0.1.8",
|
|
"description": "ESLint plugin focused on common security issues and misconfigurations discoverable during static testing as part of Microsoft Security Development Lifecycle (SDL)",
|
|
"keywords": [
|
|
"eslint",
|
|
"eslintplugin",
|
|
"eslint-plugin",
|
|
"sdl"
|
|
],
|
|
"author": "Microsoft",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/microsoft/eslint-plugin-sdl"
|
|
},
|
|
"homepage": "https://github.com/microsoft/eslint-plugin-sdl",
|
|
"bugs": "https://github.com/microsoft/eslint-plugin-sdl/issues",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"test": "mocha tests --recursive"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^3.7.0",
|
|
"@typescript-eslint/parser": "^3.7.0",
|
|
"eslint": "^7.32.0",
|
|
"mocha": "^8.3.2",
|
|
"typescript": "^3.9.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|