{
  "_from": "@typescript-eslint/eslint-plugin-tslint@^3.9.0",
  "_id": "@typescript-eslint/eslint-plugin-tslint@3.10.1",
  "_inBundle": false,
  "_integrity": "sha512-DD2sr8Qkoi0TUYlbxLGMivTvMz3i5s8qt7n3/ptWSO3fSQlnf43OeM6tQCujC1MWEKoOwDnyCuMehWwNm3Xi0w==",
  "_location": "/@typescript-eslint/eslint-plugin-tslint",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@typescript-eslint/eslint-plugin-tslint@^3.9.0",
    "name": "@typescript-eslint/eslint-plugin-tslint",
    "escapedName": "@typescript-eslint%2feslint-plugin-tslint",
    "scope": "@typescript-eslint",
    "rawSpec": "^3.9.0",
    "saveSpec": null,
    "fetchSpec": "^3.9.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin-tslint/-/eslint-plugin-tslint-3.10.1.tgz",
  "_shasum": "0c01577635fd5c3469a603e964b193306a923034",
  "_spec": "@typescript-eslint/eslint-plugin-tslint@^3.9.0",
  "_where": "/data/DATAPROJECTS/playground/env1/greenlanetheme/bundle-checkout-js",
  "bugs": {
    "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@typescript-eslint/experimental-utils": "3.10.1",
    "lodash": "^4.17.15"
  },
  "deprecated": false,
  "description": "TSLint wrapper plugin for ESLint",
  "devDependencies": {
    "@types/lodash": "^4.14.149",
    "@typescript-eslint/parser": "3.10.1"
  },
  "engines": {
    "node": "^10.12.0 || >=12.0.0"
  },
  "files": [
    "dist",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "gitHead": "43b1201a73687e29f19a16b0b26f68569f3c7a2e",
  "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": "^5.0.0 || ^6.0.0 || ^7.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,js,json,md}\" --ignore-path ../../.prettierignore",
    "lint": "eslint . --ext .js,.ts --ignore-path='../../.eslintignore'",
    "postclean": "rimraf dist",
    "test": "jest --coverage",
    "typecheck": "tsc -p tsconfig.json --noEmit"
  },
  "typings": "src/index.ts",
  "version": "3.10.1"
}
