{ "_from": "@typescript-eslint/experimental-utils@^5.0.0", "_id": "@typescript-eslint/experimental-utils@5.62.0", "_inBundle": false, "_integrity": "sha512-RTXpeB3eMkpoclG3ZHft6vG/Z30azNHuqY6wKPBHlVMZFuEvrtlEDe8gMqDb+SO+9hjC/pLekeSCryf9vMZlCw==", "_location": "/@typescript-eslint/experimental-utils", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@typescript-eslint/experimental-utils@^5.0.0", "name": "@typescript-eslint/experimental-utils", "escapedName": "@typescript-eslint%2fexperimental-utils", "scope": "@typescript-eslint", "rawSpec": "^5.0.0", "saveSpec": null, "fetchSpec": "^5.0.0" }, "_requiredBy": [ "/eslint-plugin-jest" ], "_resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.62.0.tgz", "_shasum": "14559bf73383a308026b427a4a6129bae2146741", "_spec": "@typescript-eslint/experimental-utils@^5.0.0", "_where": "/home/josie/development/hdlines/hdlines-react/node_modules/eslint-plugin-jest", "bugs": { "url": "https://github.com/typescript-eslint/typescript-eslint/issues" }, "bundleDependencies": false, "dependencies": { "@typescript-eslint/utils": "5.62.0" }, "deprecated": false, "description": "(Experimental) Utilities for working with TypeScript + ESLint together", "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/experimental-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/experimental-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", "typecheck": "tsc -p tsconfig.json --noEmit" }, "types": "dist/index.d.ts", "version": "5.62.0" }