lightfold
Version:
lightweight scaffolding and archiving utility CLI.
84 lines (83 loc) • 2.78 kB
JSON
{
"_from": "@typescript-eslint/experimental-utils@2.34.0",
"_id": "@typescript-eslint/experimental-utils@2.34.0",
"_inBundle": false,
"_integrity": "sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==",
"_location": "/@typescript-eslint/experimental-utils",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@typescript-eslint/experimental-utils@2.34.0",
"name": "@typescript-eslint/experimental-utils",
"escapedName": "@typescript-eslint%2fexperimental-utils",
"scope": "@typescript-eslint",
"rawSpec": "2.34.0",
"saveSpec": null,
"fetchSpec": "2.34.0"
},
"_requiredBy": [
"/@typescript-eslint/eslint-plugin",
"/@typescript-eslint/parser"
],
"_resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz",
"_shasum": "d3524b644cdb40eebceca67f8cf3e4cc9c8f980f",
"_spec": "@typescript-eslint/experimental-utils@2.34.0",
"_where": "/Users/andrewxia/Documents/work/codefold/example/node_modules/@typescript-eslint/eslint-plugin",
"bugs": {
"url": "https://github.com/typescript-eslint/typescript-eslint/issues"
},
"bundleDependencies": false,
"dependencies": {
"@types/json-schema": "^7.0.3",
"@typescript-eslint/typescript-estree": "2.34.0",
"eslint-scope": "^5.0.0",
"eslint-utils": "^2.0.0"
},
"deprecated": false,
"description": "(Experimental) Utilities for working with TypeScript + ESLint together",
"devDependencies": {
"typescript": "*"
},
"engines": {
"node": "^8.10.0 || ^10.13.0 || >=11.10.1"
},
"files": [
"dist",
"package.json",
"README.md",
"LICENSE"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
},
"gitHead": "f18890166146d8c6b8804ef705c04b15da269926",
"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": "*"
},
"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,js,json,md}\" --ignore-path ../../.prettierignore",
"lint": "eslint . --ext .js,.ts --ignore-path='../../.eslintignore'",
"test": "jest --coverage",
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"types": "dist/index.d.ts",
"version": "2.34.0"
}