{
  "_args": [
    [
      "@typescript-eslint/eslint-plugin-tslint@3.9.0",
      "/data/DATAPROJECTS/playground/shaoming/checkout-js"
    ]
  ],
  "_development": true,
  "_from": "@typescript-eslint/eslint-plugin-tslint@3.9.0",
  "_id": "@typescript-eslint/eslint-plugin-tslint@3.9.0",
  "_inBundle": false,
  "_integrity": "sha512-CPEqTJdLXTai/+0zn+0pcW/C30zKYK6tCIaSD76eV+GBUgdWOjwJYi7DcrLIepkcABHWxS3db6hnNuF/48V7nw==",
  "_location": "/@typescript-eslint/eslint-plugin-tslint",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "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.9.0.tgz",
  "_spec": "3.9.0",
  "_where": "/data/DATAPROJECTS/playground/shaoming/checkout-js",
  "bugs": {
    "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
  },
  "dependencies": {
    "@typescript-eslint/experimental-utils": "3.9.0",
    "lodash": "^4.17.15"
  },
  "description": "TSLint wrapper plugin for ESLint",
  "devDependencies": {
    "@types/lodash": "^4.14.149",
    "@typescript-eslint/parser": "3.9.0"
  },
  "engines": {
    "node": "^10.12.0 || >=12.0.0"
  },
  "files": [
    "dist",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "gitHead": "fb6a33120184184cef278b2f9d11761df4ac5a91",
  "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.9.0"
}
