UNPKG

@rushstack/eslint-plugin-security

Version:

An ESLint plugin providing rules that identify common security vulnerabilities for browser applications, Node.js tools, and Node.js services

46 lines 1.41 kB
{ "name": "@rushstack/eslint-plugin-security", "version": "0.8.2", "description": "An ESLint plugin providing rules that identify common security vulnerabilities for browser applications, Node.js tools, and Node.js services", "license": "MIT", "repository": { "url": "https://github.com/microsoft/rushstack.git", "type": "git", "directory": "eslint/eslint-plugin-security" }, "homepage": "https://rushstack.io", "keywords": [ "eslint", "eslint-config", "security" ], "main": "lib/index.js", "typings": "lib/index.d.ts", "dependencies": { "@typescript-eslint/utils": "~6.19.0", "@rushstack/tree-pattern": "0.3.4" }, "peerDependencies": { "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" }, "devDependencies": { "@eslint/eslintrc": "~3.0.0", "@rushstack/heft": "0.66.17", "@rushstack/heft-node-rig": "2.6.15", "@types/eslint": "8.2.0", "@types/estree": "1.0.5", "@types/heft-jest": "1.0.1", "@types/node": "18.17.15", "@typescript-eslint/parser": "~6.19.0", "@typescript-eslint/rule-tester": "~6.19.0", "@typescript-eslint/typescript-estree": "~6.19.0", "eslint": "~8.57.0", "eslint-plugin-header": "~3.1.1", "typescript": "~5.4.2" }, "scripts": { "build": "heft build --clean", "_phase:build": "heft run --only build -- --clean", "_phase:test": "heft run --only test -- --clean" } }