package.json 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. {
  2. "_from": "eslint-plugin-jest@^24.1.0",
  3. "_id": "eslint-plugin-jest@24.3.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WOVH4TIaBLIeCX576rLcOgjNXqP+jNlCiEmRgFTfQtJ52DpwnIQKAVGlGPAN7CZ33bW6eNfHD6s8ZbEUTQubJg==",
  6. "_location": "/eslint-plugin-jest",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "eslint-plugin-jest@^24.1.0",
  12. "name": "eslint-plugin-jest",
  13. "escapedName": "eslint-plugin-jest",
  14. "rawSpec": "^24.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^24.1.0"
  17. },
  18. "_requiredBy": [
  19. "/react-scripts"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.3.6.tgz",
  22. "_shasum": "5f0ca019183c3188c5ad3af8e80b41de6c8e9173",
  23. "_spec": "eslint-plugin-jest@^24.1.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\react-scripts",
  25. "author": {
  26. "name": "Jonathan Kim",
  27. "email": "hello@jkimbo.com",
  28. "url": "jkimbo.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jest-community/eslint-plugin-jest/issues"
  32. },
  33. "bundleDependencies": false,
  34. "commitlint": {
  35. "extends": [
  36. "@commitlint/config-conventional"
  37. ]
  38. },
  39. "dependencies": {
  40. "@typescript-eslint/experimental-utils": "^4.0.1"
  41. },
  42. "deprecated": false,
  43. "description": "Eslint rules for Jest",
  44. "devDependencies": {
  45. "@babel/cli": "^7.4.4",
  46. "@babel/core": "^7.4.4",
  47. "@babel/preset-env": "^7.4.4",
  48. "@babel/preset-typescript": "^7.3.3",
  49. "@commitlint/cli": "^12.0.0",
  50. "@commitlint/config-conventional": "^12.0.0",
  51. "@schemastore/package": "^0.0.6",
  52. "@semantic-release/changelog": "^5.0.1",
  53. "@semantic-release/git": "^9.0.0",
  54. "@types/dedent": "^0.7.0",
  55. "@types/jest": "^26.0.0",
  56. "@types/node": "^14.0.0",
  57. "@types/prettier": "^2.0.0",
  58. "@typescript-eslint/eslint-plugin": "^4.0.1",
  59. "@typescript-eslint/parser": "^4.0.1",
  60. "babel-jest": "^26.0.1",
  61. "babel-plugin-replace-ts-export-assignment": "^0.0.2",
  62. "dedent": "^0.7.0",
  63. "eslint": "^5.1.0 || ^6.0.0 || ^7.0.0",
  64. "eslint-config-prettier": "^6.5.0",
  65. "eslint-plugin-eslint-comments": "^3.1.2",
  66. "eslint-plugin-eslint-config": "^2.0.0",
  67. "eslint-plugin-eslint-plugin": "^2.0.0",
  68. "eslint-plugin-import": "^2.20.2",
  69. "eslint-plugin-node": "^11.0.0",
  70. "eslint-plugin-prettier": "^3.0.0",
  71. "husky": "^6.0.0",
  72. "is-ci": "^3.0.0",
  73. "jest": "^26.0.1",
  74. "jest-runner-eslint": "^0.10.0",
  75. "lint-staged": "^10.2.2",
  76. "pinst": "^2.0.0",
  77. "prettier": "^2.0.5",
  78. "resolve-from": "^5.0.0",
  79. "rimraf": "^3.0.0",
  80. "semantic-release": "^17.0.7",
  81. "ts-node": "^9.0.0",
  82. "typescript": "^4.0.0"
  83. },
  84. "engines": {
  85. "node": ">=10"
  86. },
  87. "files": [
  88. "docs/",
  89. "lib/"
  90. ],
  91. "homepage": "https://github.com/jest-community/eslint-plugin-jest#readme",
  92. "jest": {
  93. "coverageThreshold": {
  94. "global": {
  95. "branches": 100,
  96. "functions": 100,
  97. "lines": 100,
  98. "statements": 100
  99. }
  100. },
  101. "projects": [
  102. {
  103. "displayName": "test",
  104. "testEnvironment": "node",
  105. "testPathIgnorePatterns": [
  106. "<rootDir>/lib/.*",
  107. "<rootDir>/src/rules/__tests__/fixtures/*"
  108. ]
  109. },
  110. {
  111. "displayName": "lint",
  112. "runner": "jest-runner-eslint",
  113. "testMatch": [
  114. "<rootDir>/**/*.{js,ts}"
  115. ],
  116. "testPathIgnorePatterns": [
  117. "<rootDir>/lib/.*"
  118. ]
  119. }
  120. ]
  121. },
  122. "keywords": [
  123. "eslint",
  124. "eslintplugin",
  125. "eslint-plugin"
  126. ],
  127. "license": "MIT",
  128. "lint-staged": {
  129. "*.{js,ts}": "eslint --fix",
  130. "*.{md,json,yml}": "prettier --write"
  131. },
  132. "main": "lib/",
  133. "name": "eslint-plugin-jest",
  134. "peerDependencies": {
  135. "@typescript-eslint/eslint-plugin": ">= 4",
  136. "eslint": ">=5"
  137. },
  138. "peerDependenciesMeta": {
  139. "@typescript-eslint/eslint-plugin": {
  140. "optional": true
  141. }
  142. },
  143. "prettier": {
  144. "arrowParens": "avoid",
  145. "endOfLine": "auto",
  146. "proseWrap": "always",
  147. "singleQuote": true,
  148. "trailingComma": "all"
  149. },
  150. "release": {
  151. "branches": [
  152. "main"
  153. ],
  154. "plugins": [
  155. "@semantic-release/commit-analyzer",
  156. "@semantic-release/release-notes-generator",
  157. "@semantic-release/changelog",
  158. "@semantic-release/npm",
  159. "@semantic-release/git",
  160. "@semantic-release/github"
  161. ]
  162. },
  163. "repository": {
  164. "type": "git",
  165. "url": "git+https://github.com/jest-community/eslint-plugin-jest.git"
  166. },
  167. "scripts": {
  168. "_postinstall": "is-ci || husky install",
  169. "build": "babel --extensions .js,.ts src --out-dir lib --copy-files && rimraf lib/__tests__ 'lib/**/__tests__'",
  170. "lint": "eslint . --ignore-pattern '!.eslintrc.js' --ext js,ts",
  171. "postpublish": "pinst --enable",
  172. "prepack": "rimraf lib && yarn build",
  173. "prepublishOnly": "pinst --disable",
  174. "prettier:check": "prettier --check 'docs/**/*.md' README.md '.github/**' package.json tsconfig.json src/globals.json .yarnrc.yml",
  175. "prettier:write": "prettier --write 'docs/**/*.md' README.md '.github/**' package.json tsconfig.json src/globals.json .yarnrc.yml",
  176. "test": "jest",
  177. "tools:regenerate-docs": "ts-node -T tools/regenerate-docs",
  178. "typecheck": "tsc -p ."
  179. },
  180. "version": "24.3.6"
  181. }