{ "_from": "@typescript-eslint/typescript-estree@5.62.0", "_id": "@typescript-eslint/typescript-estree@5.62.0", "_inBundle": false, "_integrity": "sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==", "_location": "/@typescript-eslint/typescript-estree", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@typescript-eslint/typescript-estree@5.62.0", "name": "@typescript-eslint/typescript-estree", "escapedName": "@typescript-eslint%2ftypescript-estree", "scope": "@typescript-eslint", "rawSpec": "5.62.0", "saveSpec": null, "fetchSpec": "5.62.0" }, "_requiredBy": [ "/@typescript-eslint/parser", "/@typescript-eslint/type-utils", "/@typescript-eslint/utils" ], "_resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz", "_shasum": "7d17794b77fabcac615d6a48fb143330d962eb9b", "_spec": "@typescript-eslint/typescript-estree@5.62.0", "_where": "/home/josie/development/hdlines/hdlines-react/node_modules/@typescript-eslint/type-utils", "bugs": { "url": "https://github.com/typescript-eslint/typescript-eslint/issues" }, "bundleDependencies": false, "dependencies": { "@typescript-eslint/types": "5.62.0", "@typescript-eslint/visitor-keys": "5.62.0", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", "semver": "^7.3.7", "tsutils": "^3.21.0" }, "deprecated": false, "description": "A parser that converts TypeScript source code into an ESTree compatible form", "devDependencies": { "@babel/code-frame": "*", "@babel/parser": "*", "@types/babel__code-frame": "*", "@types/debug": "*", "@types/glob": "*", "@types/is-glob": "*", "@types/semver": "*", "@types/tmp": "*", "glob": "*", "jest-specific-snapshot": "*", "make-dir": "*", "tmp": "*", "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", "estree", "ecmascript", "javascript", "typescript", "parser", "syntax" ], "license": "BSD-2-Clause", "main": "dist/index.js", "name": "@typescript-eslint/typescript-estree", "peerDependenciesMeta": { "typescript": { "optional": true } }, "repository": { "type": "git", "url": "git+https://github.com/typescript-eslint/typescript-eslint.git", "directory": "packages/typescript-estree" }, "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 --runInBand --verbose", "typecheck": "tsc -p tsconfig.json --noEmit" }, "types": "dist/index.d.ts", "typesVersions": { "<3.8": { "*": [ "_ts3.4/*" ] } }, "version": "5.62.0" }