{ "_from": "@typescript-eslint/utils@5.62.0", "_id": "@typescript-eslint/utils@5.62.0", "_inBundle": false, "_integrity": "sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==", "_location": "/@typescript-eslint/utils", "_phantomChildren": { "esrecurse": "4.3.0", "estraverse": "4.3.0" }, "_requested": { "type": "version", "registry": true, "raw": "@typescript-eslint/utils@5.62.0", "name": "@typescript-eslint/utils", "escapedName": "@typescript-eslint%2futils", "scope": "@typescript-eslint", "rawSpec": "5.62.0", "saveSpec": null, "fetchSpec": "5.62.0" }, "_requiredBy": [ "/@typescript-eslint/eslint-plugin", "/@typescript-eslint/experimental-utils", "/@typescript-eslint/type-utils", "/eslint-plugin-testing-library" ], "_resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.62.0.tgz", "_shasum": "141e809c71636e4a75daa39faed2fb5f4b10df86", "_spec": "@typescript-eslint/utils@5.62.0", "_where": "/home/josie/development/hdlines/hdlines-react/node_modules/@typescript-eslint/eslint-plugin", "bugs": { "url": "https://github.com/typescript-eslint/typescript-eslint/issues" }, "bundleDependencies": false, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@types/json-schema": "^7.0.9", "@types/semver": "^7.3.12", "@typescript-eslint/scope-manager": "5.62.0", "@typescript-eslint/types": "5.62.0", "@typescript-eslint/typescript-estree": "5.62.0", "eslint-scope": "^5.1.1", "semver": "^7.3.7" }, "deprecated": false, "description": "Utilities for working with TypeScript + ESLint together", "devDependencies": { "@typescript-eslint/parser": "5.62.0", "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/utils", "peerDependencies": { "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/typescript-eslint/typescript-eslint.git", "directory": "packages/utils" }, "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" }