{
  "_from": "eslint-plugin-jest@^22.4.1",
  "_id": "eslint-plugin-jest@22.21.0",
  "_inBundle": false,
  "_integrity": "sha512-OaqnSS7uBgcGiqXUiEnjoqxPNKvR4JWG5mSRkzVoR6+vDwlqqp11beeql1hYs0HTbdhiwrxWLxbX0Vx7roG3Ew==",
  "_location": "/eslint-plugin-jest",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "eslint-plugin-jest@^22.4.1",
    "name": "eslint-plugin-jest",
    "escapedName": "eslint-plugin-jest",
    "rawSpec": "^22.4.1",
    "saveSpec": null,
    "fetchSpec": "^22.4.1"
  },
  "_requiredBy": [
    "/@umijs/fabric"
  ],
  "_resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-22.21.0.tgz",
  "_shasum": "8137294645866636160487d9764224b9a43e2eb1",
  "_spec": "eslint-plugin-jest@^22.4.1",
  "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/@umijs/fabric",
  "author": {
    "name": "Jonathan Kim",
    "email": "hello@jkimbo.com",
    "url": "jkimbo.com"
  },
  "bugs": {
    "url": "https://github.com/jest-community/eslint-plugin-jest/issues"
  },
  "bundleDependencies": false,
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "dependencies": {
    "@typescript-eslint/experimental-utils": "^1.13.0"
  },
  "deprecated": false,
  "description": "Eslint rules for Jest",
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "^7.4.4",
    "@babel/preset-env": "^7.4.4",
    "@babel/preset-typescript": "^7.3.3",
    "@commitlint/cli": "^6.0.0",
    "@commitlint/config-conventional": "^6.0.0",
    "@types/eslint": "^4.16.6",
    "@types/jest": "^24.0.15",
    "@types/node": "^12.6.6",
    "@typescript-eslint/eslint-plugin": "^1.13.0",
    "@typescript-eslint/parser": "^1.13.0",
    "babel-jest": "^24.9.0",
    "babel-plugin-replace-ts-export-assignment": "^0.0.2",
    "eslint": "^5.1.0",
    "eslint-config-prettier": "^5.1.0",
    "eslint-plugin-eslint-plugin": "^2.0.0",
    "eslint-plugin-import": "^2.18.0",
    "eslint-plugin-node": "^8.0.0",
    "eslint-plugin-prettier": "^3.0.0",
    "husky": "^1.0.1",
    "jest": "^24.9.0",
    "jest-runner-eslint": "^0.7.1",
    "lint-staged": "^8.0.4",
    "prettier": "^1.10.2",
    "prettylint": "^1.0.0",
    "rimraf": "^3.0.0",
    "typescript": "^3.5.3"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "docs/",
    "lib/"
  ],
  "homepage": "https://github.com/jest-community/eslint-plugin-jest#readme",
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -e $HUSKY_GIT_PARAMS",
      "pre-commit": "lint-staged"
    }
  },
  "jest": {
    "coverageThreshold": {
      "global": {
        "branches": 100,
        "functions": 100,
        "lines": 100,
        "statements": 100
      }
    },
    "projects": [
      {
        "displayName": "test",
        "testEnvironment": "node",
        "testPathIgnorePatterns": [
          "<rootDir>/lib/.*"
        ]
      },
      {
        "displayName": "lint",
        "runner": "jest-runner-eslint",
        "testMatch": [
          "<rootDir>/**/*.{js,ts}"
        ],
        "testPathIgnorePatterns": [
          "<rootDir>/lib/.*"
        ]
      }
    ]
  },
  "keywords": [
    "eslint",
    "eslintplugin",
    "eslint-plugin"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{js,ts}": [
      "eslint --fix",
      "git add"
    ],
    "*.{md,json}": [
      "prettier --write",
      "git add"
    ]
  },
  "main": "lib/",
  "name": "eslint-plugin-jest",
  "peerDependencies": {
    "eslint": ">=5"
  },
  "prettier": {
    "proseWrap": "always",
    "singleQuote": true,
    "trailingComma": "all"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jest-community/eslint-plugin-jest.git"
  },
  "scripts": {
    "build": "babel --extensions .js,.ts src --out-dir lib --copy-files",
    "lint": "eslint . --ignore-pattern '!.eslintrc.js' --ext js,ts",
    "postbuild": "rimraf lib/**/__tests__/**",
    "prepare": "yarn build && yarn postbuild",
    "prepublishOnly": "yarn build",
    "pretest": "yarn build",
    "prettylint": "prettylint docs/**/*.md README.md package.json",
    "test": "jest",
    "typecheck": "tsc -p ."
  },
  "version": "22.21.0"
}
