Urara-Blog/node_modules/.pnpm-store/v3/files/8b/84a110027e7807e082d34ce423191998e7a64d27ac253fac72e6c182ec64d80537fac30b5d43def516903d35d458e24d6156c99a0f25815d1d5c7af0304cc9
2022-08-14 01:14:53 +08:00

67 lines
1.9 KiB
Text

{
"name": "@typescript-eslint/scope-manager",
"version": "5.33.0",
"description": "TypeScript scope analyser for ESLint",
"keywords": [
"eslint",
"typescript",
"estree"
],
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"files": [
"dist",
"package.json",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "https://github.com/typescript-eslint/typescript-eslint.git",
"directory": "packages/scope-manager"
},
"bugs": {
"url": "https://github.com/typescript-eslint/typescript-eslint/issues"
},
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "cd ../../ && nx build @typescript-eslint/scope-manager",
"clean": "cd ../../ && nx clean @typescript-eslint/scope-manager",
"clean-fixtures": "cd ../../ && nx clean-fixtures @typescript-eslint/scope-manager",
"format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore",
"generate:lib": "cd ../../ && nx generate-lib @typescript-eslint/scope-manager",
"lint": "cd ../../ && nx lint @typescript-eslint/scope-manager",
"test": "cd ../../ && nx test @typescript-eslint/scope-manager --code-coverage",
"typecheck": "cd ../../ && nx typecheck @typescript-eslint/scope-manager"
},
"dependencies": {
"@typescript-eslint/types": "5.33.0",
"@typescript-eslint/visitor-keys": "5.33.0"
},
"devDependencies": {
"@types/glob": "*",
"@typescript-eslint/typescript-estree": "5.33.0",
"glob": "*",
"jest-specific-snapshot": "*",
"make-dir": "*",
"prettier": "*",
"pretty-format": "*",
"rimraf": "*",
"typescript": "*"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
},
"typesVersions": {
"<3.8": {
"*": [
"_ts3.4/*"
]
}
},
"gitHead": "399b3b1263665288316be6faff759cf514e24b1b"
}