2020-11-07 23:08:00 +03:00
{
"name" : "@microsoft/eslint-plugin-sdl" ,
2021-11-03 15:00:33 +03:00
"version" : "0.1.8" ,
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"
} ,
"devDependencies" : {
"@typescript-eslint/eslint-plugin" : "^3.7.0" ,
"@typescript-eslint/parser" : "^3.7.0" ,
2021-11-02 15:59:48 +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"
} ,
"engines" : {
"node" : ">=0.10.0"
} ,
2021-11-02 15:59:48 +03:00
"license" : "MIT"
2020-11-07 23:08:00 +03:00
}