2020-11-07 23:08:00 +03:00
{
"name" : "@microsoft/eslint-plugin-sdl" ,
2023-07-25 18:24:30 +03:00
"version" : "0.2.2" ,
2020-11-07 23:08:00 +03:00
"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"
} ,
2022-01-28 13:15:17 +03:00
"dependencies" : {
"eslint-plugin-node" : "11.1.0" ,
2022-02-02 17:16:55 +03:00
"eslint-plugin-security" : "1.4.0" ,
2023-07-25 15:43:29 +03:00
"eslint-plugin-react" : "7.33.0"
2022-01-28 13:15:17 +03:00
} ,
2020-11-07 23:08:00 +03:00
"devDependencies" : {
"@typescript-eslint/eslint-plugin" : "^3.7.0" ,
"@typescript-eslint/parser" : "^3.7.0" ,
2023-07-26 15:36:30 +03:00
"eslint" : "^7.32.0" ,
2021-04-29 12:23:53 +03:00
"mocha" : "^8.3.2" ,
2020-11-07 23:08:00 +03:00
"typescript" : "^3.9.7"
} ,
2023-07-26 10:50:36 +03:00
"peerDependencies" : {
2024-09-19 23:56:02 +03:00
"eslint" : "^7 || ^8"
2023-07-26 10:50:36 +03:00
} ,
2020-11-07 23:08:00 +03:00
"engines" : {
2024-09-19 23:53:08 +03:00
"node" : ">=10.0.0"
2020-11-07 23:08:00 +03:00
} ,
2021-11-02 15:59:48 +03:00
"license" : "MIT"
2020-11-07 23:08:00 +03:00
}