{ "_from": "@typescript-eslint/eslint-plugin@^5.5.0", "_id": "@typescript-eslint/eslint-plugin@5.62.0", "_inBundle": false, "_integrity": "sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==", "_location": "/@typescript-eslint/eslint-plugin", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@typescript-eslint/eslint-plugin@^5.5.0", "name": "@typescript-eslint/eslint-plugin", "escapedName": "@typescript-eslint%2feslint-plugin", "scope": "@typescript-eslint", "rawSpec": "^5.5.0", "saveSpec": null, "fetchSpec": "^5.5.0" }, "_requiredBy": [ "/eslint-config-react-app" ], "_resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz", "_shasum": "aeef0328d172b9e37d9bab6dbc13b87ed88977db", "_spec": "@typescript-eslint/eslint-plugin@^5.5.0", "_where": "/home/josie/development/hdlines/hdlines-react/node_modules/eslint-config-react-app", "bugs": { "url": "https://github.com/typescript-eslint/typescript-eslint/issues" }, "bundleDependencies": false, "dependencies": { "@eslint-community/regexpp": "^4.4.0", "@typescript-eslint/scope-manager": "5.62.0", "@typescript-eslint/type-utils": "5.62.0", "@typescript-eslint/utils": "5.62.0", "debug": "^4.3.4", "graphemer": "^1.4.0", "ignore": "^5.2.0", "natural-compare-lite": "^1.4.0", "semver": "^7.3.7", "tsutils": "^3.21.0" }, "deprecated": false, "description": "TypeScript plugin for ESLint", "devDependencies": { "@types/debug": "*", "@types/json-schema": "*", "@types/marked": "*", "@types/natural-compare-lite": "^1.4.0", "@types/prettier": "*", "chalk": "^5.0.1", "cross-fetch": "^3.1.5", "json-schema": "*", "markdown-table": "^3.0.2", "marked": "^4.0.15", "prettier": "*", "title-case": "^3.0.3", "typescript": "*" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, "files": [ "dist", "docs", "index.d.ts", "package.json", "README.md", "LICENSE" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" }, "gitHead": "cba0d113bba1bbcee69149c954dc6bd4c658c714", "homepage": "https://github.com/typescript-eslint/typescript-eslint#readme", "keywords": [ "eslint", "eslintplugin", "eslint-plugin", "typescript" ], "license": "MIT", "main": "dist/index.js", "name": "@typescript-eslint/eslint-plugin", "peerDependencies": { "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0", "@typescript-eslint/parser": "^5.0.0" }, "peerDependenciesMeta": { "typescript": { "optional": true } }, "repository": { "type": "git", "url": "git+https://github.com/typescript-eslint/typescript-eslint.git", "directory": "packages/eslint-plugin" }, "scripts": { "build": "tsc -b tsconfig.build.json", "check-configs": "jest tests/configs.test.ts --runTestsByPath --silent --runInBand", "check-docs": "jest tests/docs.test.ts --runTestsByPath --silent --runInBand", "clean": "tsc -b tsconfig.build.json --clean", "format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore", "generate:breaking-changes": "yarn tsx tools/generate-breaking-changes.ts", "generate:configs": "yarn tsx tools/generate-configs.ts", "lint": "nx lint", "postclean": "rimraf dist && rimraf coverage", "test": "jest --coverage", "typecheck": "tsc -p tsconfig.json --noEmit" }, "types": "index.d.ts", "version": "5.62.0" }