Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 

160 Zeilen
4.5 KiB

  1. {
  2. "_args": [
  3. [
  4. "fork-ts-checker-webpack-plugin-alt@0.4.14",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "fork-ts-checker-webpack-plugin-alt@0.4.14",
  9. "_id": "fork-ts-checker-webpack-plugin-alt@0.4.14",
  10. "_inBundle": false,
  11. "_integrity": "sha512-s0wjOBuPdylMRBzZ4yO8LSJuzem3g0MYZFxsjRXrFDQyL5KJBVSq30+GoHM/t/r2CRU4tI6zi04sq6OXK0UYnw==",
  12. "_location": "/fork-ts-checker-webpack-plugin-alt",
  13. "_phantomChildren": {
  14. "color-convert": "1.9.3",
  15. "escape-string-regexp": "1.0.5",
  16. "has-flag": "3.0.0"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "fork-ts-checker-webpack-plugin-alt@0.4.14",
  22. "name": "fork-ts-checker-webpack-plugin-alt",
  23. "escapedName": "fork-ts-checker-webpack-plugin-alt",
  24. "rawSpec": "0.4.14",
  25. "saveSpec": null,
  26. "fetchSpec": "0.4.14"
  27. },
  28. "_requiredBy": [
  29. "/react-scripts"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin-alt/-/fork-ts-checker-webpack-plugin-alt-0.4.14.tgz",
  32. "_spec": "0.4.14",
  33. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  34. "author": {
  35. "name": "Piotr Oleś",
  36. "email": "piotrek.oles@gmail.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/Realytics/fork-ts-checker-webpack-plugin/issues"
  40. },
  41. "contributors": [
  42. {
  43. "name": "Piotr Oleś",
  44. "email": "piotrek.oles@gmail.com",
  45. "url": "https://github.com/piotr-oles"
  46. },
  47. {
  48. "name": "John Reilly",
  49. "email": "johnny_reilly@hotmail.com",
  50. "url": "https://blog.johnnyreilly.com"
  51. }
  52. ],
  53. "dependencies": {
  54. "babel-code-frame": "^6.22.0",
  55. "chalk": "^2.4.1",
  56. "chokidar": "^2.0.4",
  57. "lodash": "^4.17.11",
  58. "micromatch": "^3.1.10",
  59. "minimatch": "^3.0.4",
  60. "resolve": "^1.5.0",
  61. "tapable": "^1.0.0"
  62. },
  63. "description": "Runs typescript type checker and linter on separate process.",
  64. "devDependencies": {
  65. "@types/babel-code-frame": "^6.20.1",
  66. "@types/chokidar": "^1.7.5",
  67. "@types/lodash": "^4.14.117",
  68. "@types/micromatch": "^3.1.0",
  69. "@types/minimatch": "^3.0.1",
  70. "@types/node": "^8.0.26",
  71. "@types/resolve": "0.0.4",
  72. "@types/webpack": "^4.4.9",
  73. "chai": "^3.5.0",
  74. "css-loader": "^0.28.7",
  75. "eslint": "^5.7.0",
  76. "husky": "^1.1.2",
  77. "istanbul": "^0.4.5",
  78. "lint-staged": "^7.3.0",
  79. "mocha": "^5.2.0",
  80. "mock-fs": "^4.3.0",
  81. "mock-require": "^2.0.2",
  82. "prettier": "^1.14.3",
  83. "rimraf": "^2.5.4",
  84. "sinon": "^2.3.1",
  85. "ts-loader": "4.3.0",
  86. "tslint": "^5.11.0",
  87. "tslint-config-prettier": "^1.15.0",
  88. "typescript": "^3.0.1",
  89. "vue": "^2.5.16",
  90. "vue-class-component": "^6.1.1",
  91. "vue-loader": "^15.2.4",
  92. "vue-template-compiler": "^2.5.16",
  93. "webpack": "^4.16.5"
  94. },
  95. "engines": {
  96. "node": ">=6.11.5"
  97. },
  98. "files": [
  99. "lib"
  100. ],
  101. "homepage": "https://github.com/Timer/fork-ts-checker-webpack-plugin#readme",
  102. "husky": {
  103. "hooks": {
  104. "pre-commit": "lint-staged"
  105. }
  106. },
  107. "keywords": [
  108. "webpack",
  109. "plugin",
  110. "typescript",
  111. "type",
  112. "checker",
  113. "linter",
  114. "fork",
  115. "fast",
  116. "speed",
  117. "ts-loader",
  118. "awesome-typescript-loader",
  119. "increment",
  120. "webpack-plugin"
  121. ],
  122. "license": "MIT",
  123. "lint-staged": {
  124. "concurrent": false,
  125. "linters": {
  126. "*.js": [
  127. "eslint --fix"
  128. ],
  129. "*.ts": [
  130. "tslint --fix"
  131. ],
  132. "*.{js,ts}": [
  133. "prettier --write",
  134. "git add"
  135. ]
  136. }
  137. },
  138. "main": "lib/index.js",
  139. "name": "fork-ts-checker-webpack-plugin-alt",
  140. "peerDependencies": {
  141. "webpack": "^2.3.0 || ^3.0.0 || ^4.0.0"
  142. },
  143. "repository": {
  144. "url": "git+https://github.com/Timer/fork-ts-checker-webpack-plugin.git",
  145. "type": "git"
  146. },
  147. "scripts": {
  148. "build": "tsc --version && tsc --project \"./src\"",
  149. "lint": "tslint --project src/tsconfig.json && eslint ./test",
  150. "lint:fix": "tslint --project src/tsconfig.json --fix && eslint ./test --fix",
  151. "test": "npm run build && npm run test:unit && npm run test:integration",
  152. "test:coverage": "rimraf coverage && istanbul cover -root lib --include-all-sources mocha -- -R spec ./test/unit ./test/integration",
  153. "test:integration": "mocha -R spec ./test/integration --exit && rimraf tmp",
  154. "test:unit": "mocha -R spec ./test/unit --exit",
  155. "test:watch": "mocha -R spec --watch ./test/unit"
  156. },
  157. "types": "lib/types/index.d.ts",
  158. "version": "0.4.14"
  159. }