{
  "_args": [
    [
      "@typescript-eslint/types@4.33.0",
      "/Users/david/Desktop/Desarrollo/RequiezPages/Quadri"
    ]
  ],
  "_from": "@typescript-eslint/types@4.33.0",
  "_id": "@typescript-eslint/types@4.33.0",
  "_inBundle": false,
  "_integrity": "sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==",
  "_location": "/@typescript-eslint/types",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@typescript-eslint/types@4.33.0",
    "name": "@typescript-eslint/types",
    "escapedName": "@typescript-eslint%2ftypes",
    "scope": "@typescript-eslint",
    "rawSpec": "4.33.0",
    "saveSpec": null,
    "fetchSpec": "4.33.0"
  },
  "_requiredBy": [
    "/@typescript-eslint/experimental-utils",
    "/@typescript-eslint/parser",
    "/@typescript-eslint/scope-manager",
    "/@typescript-eslint/typescript-estree",
    "/@typescript-eslint/visitor-keys"
  ],
  "_resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.33.0.tgz",
  "_spec": "4.33.0",
  "_where": "/Users/david/Desktop/Desarrollo/RequiezPages/Quadri",
  "bugs": {
    "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
  },
  "description": "Types for the TypeScript-ESTree AST spec",
  "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": "7bf8c9cb0235e225aab08b7793ff17f6ab1dc52e",
  "homepage": "https://github.com/typescript-eslint/typescript-eslint#readme",
  "keywords": [
    "eslint",
    "typescript",
    "estree"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "@typescript-eslint/types",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/typescript-eslint/typescript-eslint.git",
    "directory": "packages/types"
  },
  "scripts": {
    "build": "tsc -b tsconfig.build.json",
    "clean": "tsc -b tsconfig.build.json --clean",
    "format": "prettier --write \"./**/*.{ts,js,json,md}\" --ignore-path ../../.prettierignore",
    "generate:lib": "../../node_modules/.bin/ts-node --files --transpile-only ../scope-manager/tools/generate-lib.ts",
    "lint": "eslint . --ext .js,.ts --ignore-path='../../.eslintignore'",
    "postbuild": "downlevel-dts dist _ts3.4/dist",
    "postclean": "rimraf dist && rimraf _ts3.4 && rimraf coverage",
    "prebuild": "yarn ts-node --transpile-only ./tools/copy-ast-spec.ts",
    "typecheck": "tsc -p tsconfig.json --noEmit"
  },
  "types": "dist/index.d.ts",
  "typesVersions": {
    "<3.8": {
      "*": [
        "_ts3.4/*"
      ]
    }
  },
  "version": "4.33.0"
}
