{ "_args": [ [ "eslint-plugin-jest@22.21.0", "/Users/ives/Documents/Dev/Personal/gh-pages-github-action" ] ], "_development": true, "_from": "eslint-plugin-jest@22.21.0", "_id": "eslint-plugin-jest@22.21.0", "_inBundle": false, "_integrity": "sha512-OaqnSS7uBgcGiqXUiEnjoqxPNKvR4JWG5mSRkzVoR6+vDwlqqp11beeql1hYs0HTbdhiwrxWLxbX0Vx7roG3Ew==", "_location": "/eslint-plugin-jest", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "eslint-plugin-jest@22.21.0", "name": "eslint-plugin-jest", "escapedName": "eslint-plugin-jest", "rawSpec": "22.21.0", "saveSpec": null, "fetchSpec": "22.21.0" }, "_requiredBy": [ "#DEV:/", "/eslint-plugin-github" ], "_resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-22.21.0.tgz", "_spec": "22.21.0", "_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action", "author": { "name": "Jonathan Kim", "email": "hello@jkimbo.com", "url": "jkimbo.com" }, "bugs": { "url": "https://github.com/jest-community/eslint-plugin-jest/issues" }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "dependencies": { "@typescript-eslint/experimental-utils": "^1.13.0" }, "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": [ "/lib/.*" ] }, { "displayName": "lint", "runner": "jest-runner-eslint", "testMatch": [ "/**/*.{js,ts}" ], "testPathIgnorePatterns": [ "/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" }