{ "_from": "@typescript-eslint/types@5.62.0", "_id": "@typescript-eslint/types@5.62.0", "_inBundle": false, "_integrity": "sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==", "_location": "/@typescript-eslint/types", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@typescript-eslint/types@5.62.0", "name": "@typescript-eslint/types", "escapedName": "@typescript-eslint%2ftypes", "scope": "@typescript-eslint", "rawSpec": "5.62.0", "saveSpec": null, "fetchSpec": "5.62.0" }, "_requiredBy": [ "/@typescript-eslint/parser", "/@typescript-eslint/scope-manager", "/@typescript-eslint/typescript-estree", "/@typescript-eslint/utils", "/@typescript-eslint/visitor-keys" ], "_resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz", "_shasum": "258607e60effa309f067608931c3df6fed41fd2f", "_spec": "@typescript-eslint/types@5.62.0", "_where": "/home/josie/development/hdlines/hdlines-react/node_modules/@typescript-eslint/scope-manager", "bugs": { "url": "https://github.com/typescript-eslint/typescript-eslint/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Types for the TypeScript-ESTree AST spec", "devDependencies": { "typescript": "*" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, "files": [ "dist", "_ts3.4", "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", "typescript", "estree" ], "license": "MIT", "main": "dist/index.js", "name": "@typescript-eslint/types", "nx": { "targets": { "prebuild": { "dependsOn": [ { "target": "build", "projects": "dependencies" } ], "outputs": [ "packages/types/src/generated" ] }, "build": { "dependsOn": [ { "target": "build", "projects": "dependencies" }, { "target": "prebuild", "projects": "self" } ] } } }, "repository": { "type": "git", "url": "git+https://github.com/typescript-eslint/typescript-eslint.git", "directory": "packages/types" }, "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", "generate:lib": "yarn tsx ../scope-manager/tools/generate-lib.ts", "lint": "nx lint", "postbuild": "downlevel-dts dist _ts3.4/dist", "postclean": "rimraf dist && rimraf src/generated && rimraf _ts3.4 && rimraf coverage", "prebuild": "yarn tsx ./tools/copy-ast-spec.ts", "typecheck": "tsc -p tsconfig.json --noEmit" }, "types": "dist/index.d.ts", "typesVersions": { "<3.8": { "*": [ "_ts3.4/*" ] } }, "version": "5.62.0" }