{
  "_args": [
    [
      "@typescript-eslint/eslint-plugin-tslint@5.32.0",
      "/data/DATAPROJECTS/bigcommerce/groupbc/bundle-checkout-js-main"
    ]
  ],
  "_development": true,
  "_from": "@typescript-eslint/eslint-plugin-tslint@5.32.0",
  "_id": "@typescript-eslint/eslint-plugin-tslint@5.32.0",
  "_inBundle": false,
  "_integrity": "sha512-CXX51UApOdlAkF46ZTg7M7kOjWEfb6Qy5NTNuRhQ3FUD+FCqae1eFlpsC0SFfyhjW/V5c8ctFGiiWezZnKDmVg==",
  "_location": "/@typescript-eslint/eslint-plugin-tslint",
  "_phantomChildren": {
    "@types/json-schema": "7.0.11",
    "debug": "4.3.4",
    "eslint-scope": "5.1.1",
    "eslint-utils": "3.0.0",
    "eslint-visitor-keys": "3.3.0",
    "globby": "11.1.0",
    "is-glob": "4.0.3",
    "lru-cache": "6.0.0",
    "tsutils": "3.21.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@typescript-eslint/eslint-plugin-tslint@5.32.0",
    "name": "@typescript-eslint/eslint-plugin-tslint",
    "escapedName": "@typescript-eslint%2feslint-plugin-tslint",
    "scope": "@typescript-eslint",
    "rawSpec": "5.32.0",
    "saveSpec": null,
    "fetchSpec": "5.32.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin-tslint/-/eslint-plugin-tslint-5.32.0.tgz",
  "_spec": "5.32.0",
  "_where": "/data/DATAPROJECTS/bigcommerce/groupbc/bundle-checkout-js-main",
  "bugs": {
    "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
  },
  "dependencies": {
    "@typescript-eslint/utils": "5.32.0",
    "lodash": "^4.17.21"
  },
  "description": "TSLint wrapper plugin for ESLint",
  "devDependencies": {
    "@types/lodash": "*",
    "@typescript-eslint/parser": "5.32.0"
  },
  "engines": {
    "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  },
  "files": [
    "dist",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "gitHead": "17dcf2742af64629844a08fecaaf52a583a5be2c",
  "homepage": "https://github.com/typescript-eslint/typescript-eslint#readme",
  "keywords": [
    "eslint",
    "eslintplugin",
    "eslint-plugin",
    "tslint"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "@typescript-eslint/eslint-plugin-tslint",
  "peerDependencies": {
    "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0",
    "tslint": "^5.0.0 || ^6.0.0",
    "typescript": "*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/typescript-eslint/typescript-eslint.git",
    "directory": "packages/eslint-plugin-tslint"
  },
  "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": "eslint . --ignore-path='../../.eslintignore'",
    "postclean": "rimraf dist && rimraf coverage",
    "test": "jest --coverage",
    "typecheck": "tsc -p tsconfig.json --noEmit"
  },
  "typings": "src/index.ts",
  "version": "5.32.0"
}
