{ "_from": "@typescript-eslint/parser@^5.5.0", "_id": "@typescript-eslint/parser@5.62.0", "_inBundle": false, "_integrity": "sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==", "_location": "/@typescript-eslint/parser", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@typescript-eslint/parser@^5.5.0", "name": "@typescript-eslint/parser", "escapedName": "@typescript-eslint%2fparser", "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/parser/-/parser-5.62.0.tgz", "_shasum": "1b63d082d849a2fcae8a569248fbe2ee1b8a56c7", "_spec": "@typescript-eslint/parser@^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": { "@typescript-eslint/scope-manager": "5.62.0", "@typescript-eslint/types": "5.62.0", "@typescript-eslint/typescript-estree": "5.62.0", "debug": "^4.3.4" }, "deprecated": false, "description": "An ESLint custom parser which leverages TypeScript ESTree", "devDependencies": { "@types/glob": "*", "glob": "*", "typescript": "*" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, "files": [ "dist", "_ts3.4", "README.md", "LICENSE" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" }, "gitHead": "cba0d113bba1bbcee69149c954dc6bd4c658c714", "homepage": "https://github.com/typescript-eslint/typescript-eslint#readme", "keywords": [ "ast", "ecmascript", "javascript", "typescript", "parser", "syntax", "eslint" ], "license": "BSD-2-Clause", "main": "dist/index.js", "name": "@typescript-eslint/parser", "peerDependencies": { "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" }, "peerDependenciesMeta": { "typescript": { "optional": true } }, "repository": { "type": "git", "url": "git+https://github.com/typescript-eslint/typescript-eslint.git", "directory": "packages/parser" }, "scripts": { "build": "tsc -b tsconfig.build.json", "clean": "tsc -b tsconfig.build.json --clean", "format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore", "lint": "nx lint", "postbuild": "downlevel-dts dist _ts3.4/dist", "postclean": "rimraf dist && rimraf _ts3.4 && rimraf coverage", "test": "jest --coverage", "typecheck": "tsc -p tsconfig.json --noEmit" }, "types": "dist/index.d.ts", "typesVersions": { "<3.8": { "*": [ "_ts3.4/*" ] } }, "version": "5.62.0" }