package.json 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. {
  2. "_from": "fork-ts-checker-webpack-plugin@4.1.6",
  3. "_id": "fork-ts-checker-webpack-plugin@4.1.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-DUxuQaKoqfNne8iikd14SAkh5uw4+8vNifp6gmA73yYNS6ywLIWSLD/n/mBzHQRpW3J7rbATEakmiA8JvkTyZw==",
  6. "_location": "/fork-ts-checker-webpack-plugin",
  7. "_phantomChildren": {
  8. "arr-diff": "4.0.0",
  9. "arr-flatten": "1.1.0",
  10. "array-unique": "0.3.2",
  11. "define-property": "2.0.2",
  12. "extend-shallow": "3.0.2",
  13. "extglob": "2.0.4",
  14. "fragment-cache": "0.2.1",
  15. "is-buffer": "1.1.6",
  16. "is-extendable": "0.1.1",
  17. "isobject": "3.0.1",
  18. "kind-of": "6.0.3",
  19. "nanomatch": "1.2.13",
  20. "object.pick": "1.3.0",
  21. "regex-not": "1.0.2",
  22. "repeat-element": "1.1.4",
  23. "repeat-string": "1.6.1",
  24. "snapdragon": "0.8.2",
  25. "snapdragon-node": "2.1.1",
  26. "split-string": "3.1.0",
  27. "to-regex": "3.0.2"
  28. },
  29. "_requested": {
  30. "type": "version",
  31. "registry": true,
  32. "raw": "fork-ts-checker-webpack-plugin@4.1.6",
  33. "name": "fork-ts-checker-webpack-plugin",
  34. "escapedName": "fork-ts-checker-webpack-plugin",
  35. "rawSpec": "4.1.6",
  36. "saveSpec": null,
  37. "fetchSpec": "4.1.6"
  38. },
  39. "_requiredBy": [
  40. "/react-dev-utils"
  41. ],
  42. "_resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-4.1.6.tgz",
  43. "_shasum": "5055c703febcf37fa06405d400c122b905167fc5",
  44. "_spec": "fork-ts-checker-webpack-plugin@4.1.6",
  45. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\react-dev-utils",
  46. "author": {
  47. "name": "Piotr Oleś",
  48. "email": "piotrek.oles@gmail.com"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/issues"
  52. },
  53. "bundleDependencies": false,
  54. "commitlint": {
  55. "extends": [
  56. "@commitlint/config-conventional"
  57. ]
  58. },
  59. "config": {
  60. "commitizen": {
  61. "path": "cz-conventional-changelog"
  62. }
  63. },
  64. "contributors": [
  65. {
  66. "name": "Piotr Oleś",
  67. "email": "piotrek.oles@gmail.com",
  68. "url": "https://github.com/piotr-oles"
  69. },
  70. {
  71. "name": "John Reilly",
  72. "email": "johnny_reilly@hotmail.com",
  73. "url": "https://blog.johnnyreilly.com"
  74. }
  75. ],
  76. "dependencies": {
  77. "@babel/code-frame": "^7.5.5",
  78. "chalk": "^2.4.1",
  79. "micromatch": "^3.1.10",
  80. "minimatch": "^3.0.4",
  81. "semver": "^5.6.0",
  82. "tapable": "^1.0.0",
  83. "worker-rpc": "^0.1.0"
  84. },
  85. "deprecated": false,
  86. "description": "Runs typescript type checker and linter on separate process.",
  87. "devDependencies": {
  88. "@commitlint/config-conventional": "^7.5.0",
  89. "@types/babel__code-frame": "^7.0.1",
  90. "@types/jest": "^24.0.11",
  91. "@types/lodash": "^4.14.134",
  92. "@types/micromatch": "^3.1.0",
  93. "@types/minimatch": "^3.0.1",
  94. "@types/mock-fs": "^4.10.0",
  95. "@types/mock-require": "^2.0.0",
  96. "@types/node": "^11.0.0",
  97. "@types/rimraf": "^2.0.2",
  98. "@types/semver": "^5.5.0",
  99. "@types/webpack": "^4.4.19",
  100. "@typescript-eslint/eslint-plugin": "^2.12.0",
  101. "@typescript-eslint/parser": "^2.12.0",
  102. "commitlint": "^7.5.2",
  103. "copy-dir": "^0.4.0",
  104. "css-loader": "0.28.11",
  105. "eslint": "^6.8.0",
  106. "eslint-config-prettier": "^6.7.0",
  107. "eslint-plugin-node": "^10.0.0",
  108. "eslint-plugin-prettier": "^3.1.2",
  109. "git-cz": "^3.0.1",
  110. "husky": "^1.1.4",
  111. "jest": "^24.7.1",
  112. "lint-staged": "^8.0.5",
  113. "lodash": "^4.17.11",
  114. "mock-fs": "^4.3.0",
  115. "mock-require": "^3.0.2",
  116. "nativescript-vue-template-compiler": "^2.4.0",
  117. "prettier": "^1.14.3",
  118. "rimraf": "^3.0.0",
  119. "ts-jest": "^24.2.0",
  120. "ts-loader": "^5.0.0",
  121. "typescript": "^3.0.1",
  122. "unixify": "^1.0.0",
  123. "vue": "^2.5.16",
  124. "vue-class-component": "^6.1.1",
  125. "vue-loader": "^15.2.4",
  126. "vue-template-compiler": "^2.5.16",
  127. "webpack": "^4.0.0"
  128. },
  129. "engines": {
  130. "node": ">=6.11.5",
  131. "yarn": ">=1.0.0"
  132. },
  133. "files": [
  134. "lib"
  135. ],
  136. "homepage": "https://github.com/TypeStrong/fork-ts-checker-webpack-plugin#readme",
  137. "husky": {
  138. "hooks": {
  139. "pre-commit": "lint-staged && yarn build && yarn test:unit",
  140. "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
  141. }
  142. },
  143. "keywords": [
  144. "awesome-typescript-loader",
  145. "checker",
  146. "fast",
  147. "fork",
  148. "increment",
  149. "linter",
  150. "plugin",
  151. "speed",
  152. "ts-loader",
  153. "type",
  154. "typescript",
  155. "webpack",
  156. "webpack-plugin"
  157. ],
  158. "license": "MIT",
  159. "lint-staged": {
  160. "linters": {
  161. "*.js": [
  162. "eslint --fix",
  163. "prettier --write",
  164. "git add"
  165. ],
  166. "*.ts": [
  167. "prettier --write",
  168. "git add"
  169. ]
  170. }
  171. },
  172. "main": "lib/index.js",
  173. "name": "fork-ts-checker-webpack-plugin",
  174. "repository": {
  175. "type": "git",
  176. "url": "git+https://github.com/TypeStrong/fork-ts-checker-webpack-plugin.git"
  177. },
  178. "scripts": {
  179. "build": "rimraf lib && tsc --version && tsc --project \"./src\"",
  180. "commit": "git-cz",
  181. "lint": "eslint ./src ./test --ext .ts --ext .js --ignore-pattern '/test/fixtures/**' --ignore-pattern '/test/tmp/**'",
  182. "precommit": "lint-staged && yarn build && yarn test:unit",
  183. "test": "yarn build && yarn test:unit && yarn test:integration",
  184. "test:integration": "jest integration && rimraf tmp",
  185. "test:unit": "jest unit"
  186. },
  187. "types": "lib/index.d.ts",
  188. "version": "4.1.6"
  189. }