Urara-Blog/node_modules/.pnpm-store/v3/files/46/6e5c6a0c22537450133d8526801d629afde27ac3f9e460e3b4414b48c54fd6525ca93bbf5816ffcd1b2a8606cf4d0b10eb28368e7bc40386a53f010c359dcb
2022-08-14 01:14:53 +08:00

70 lines
1.7 KiB
Text

{
"name": "@typescript-eslint/type-utils",
"version": "5.33.0",
"description": "Type utilities for working with TypeScript + ESLint together",
"keywords": [
"eslint",
"typescript",
"estree"
],
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"files": [
"dist",
"_ts3.4",
"package.json",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "https://github.com/typescript-eslint/typescript-eslint.git",
"directory": "packages/type-utils"
},
"bugs": {
"url": "https://github.com/typescript-eslint/typescript-eslint/issues"
},
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc -b tsconfig.build.json",
"postbuild": "downlevel-dts dist _ts3.4/dist",
"clean": "tsc -b tsconfig.build.json --clean",
"postclean": "rimraf dist && rimraf _ts3.4 && rimraf coverage",
"format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore",
"lint": "eslint . --ignore-path='../../.eslintignore'",
"test": "jest --coverage",
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"@typescript-eslint/utils": "5.33.0",
"debug": "^4.3.4",
"tsutils": "^3.21.0"
},
"devDependencies": {
"@typescript-eslint/parser": "5.33.0",
"typescript": "*"
},
"peerDependencies": {
"eslint": "*"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
},
"typesVersions": {
"<3.8": {
"*": [
"_ts3.4/*"
]
}
},
"gitHead": "399b3b1263665288316be6faff759cf514e24b1b"
}