package.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. {
  2. "_args": [
  3. [
  4. "ts-loader@9.5.1",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ts-loader@9.5.1",
  10. "_id": "ts-loader@9.5.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-rNH3sK9kGZcH9dYzC7CewQm4NtxJTjSEVRJ2DyBZR7f8/wcta+iV44UPCXc5+nzDzivKtlzV6c9P4e+oFhDLYg==",
  13. "_location": "/ts-loader",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ts-loader@9.5.1",
  19. "name": "ts-loader",
  20. "escapedName": "ts-loader",
  21. "rawSpec": "9.5.1",
  22. "saveSpec": null,
  23. "fetchSpec": "9.5.1"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/ts-loader/-/ts-loader-9.5.1.tgz",
  29. "_spec": "9.5.1",
  30. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  31. "author": {
  32. "name": "John Reilly",
  33. "email": "johnny_reilly@hotmail.com",
  34. "url": "https://johnnyreilly.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/TypeStrong/ts-loader/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "John Reilly",
  42. "email": "johnny_reilly@hotmail.com",
  43. "url": "https://johnnyreilly.com"
  44. },
  45. {
  46. "name": "James Brantly",
  47. "email": "james@jbrantly.com",
  48. "url": "http://www.jbrantly.com/"
  49. }
  50. ],
  51. "dependencies": {
  52. "chalk": "^4.1.0",
  53. "enhanced-resolve": "^5.0.0",
  54. "micromatch": "^4.0.0",
  55. "semver": "^7.3.4",
  56. "source-map": "^0.7.4"
  57. },
  58. "description": "TypeScript loader for webpack",
  59. "devDependencies": {
  60. "@types/micromatch": "^4.0.0",
  61. "@types/node": "*",
  62. "@types/semver": "^7.3.4",
  63. "@typescript-eslint/eslint-plugin": "^6.0.0",
  64. "@typescript-eslint/parser": "^6.0.0",
  65. "babel": "^6.0.0",
  66. "babel-core": "^6.0.0",
  67. "babel-loader": "^7.0.0",
  68. "babel-polyfill": "^6.16.0",
  69. "babel-preset-es2015": "^6.0.0",
  70. "babel-preset-es2016": "^6.16.0",
  71. "babel-preset-react": "^6.0.0",
  72. "escape-string-regexp": "^2.0.0",
  73. "eslint": "^8.0.0",
  74. "eslint-config-prettier": "^8.0.0",
  75. "eslint-plugin-node": "^11.1.0",
  76. "eslint-plugin-prettier": "^4.0.0",
  77. "fs-extra": "^11.0.0",
  78. "glob": "^7.1.1",
  79. "husky": "^8.0.0",
  80. "jasmine-core": "^4.0.0",
  81. "karma": "^6.0.0",
  82. "karma-chrome-launcher": "^3.1.0",
  83. "karma-jasmine": "^4.0.0",
  84. "karma-mocha-reporter": "^2.0.0",
  85. "karma-sourcemap-loader": "^0.4.0",
  86. "karma-webpack": "^5.0.0",
  87. "lint-staged": "^8.0.0",
  88. "markdown-toc": "^1.2.0",
  89. "mkdirp": "^0.5.1",
  90. "mocha": "^6.0.0",
  91. "prettier": "^2.0.5",
  92. "rimraf": "^2.6.2",
  93. "typescript": "^5.2.2",
  94. "webpack": "^5.74.0",
  95. "webpack-cli": "^4.10.0"
  96. },
  97. "engines": {
  98. "node": ">=12.0.0"
  99. },
  100. "homepage": "https://github.com/TypeStrong/ts-loader",
  101. "husky": {
  102. "hooks": {
  103. "pre-commit": "lint-staged"
  104. }
  105. },
  106. "keywords": [
  107. "ts-loader",
  108. "typescript-loader",
  109. "webpack",
  110. "loader",
  111. "typescript",
  112. "ts"
  113. ],
  114. "license": "MIT",
  115. "lint-staged": {
  116. "src/**/*.{ts,md}": [
  117. "prettier --write",
  118. "yarn lint",
  119. "git add"
  120. ]
  121. },
  122. "main": "index.js",
  123. "name": "ts-loader",
  124. "peerDependencies": {
  125. "typescript": "*",
  126. "webpack": "^5.0.0"
  127. },
  128. "repository": {
  129. "type": "git",
  130. "url": "git+https://github.com/TypeStrong/ts-loader.git"
  131. },
  132. "scripts": {
  133. "build": "tsc --version && tsc --project \"./src\"",
  134. "clean": "git clean -xfd test/comparison-tests && git clean -xfd test/execution-tests",
  135. "comparison-tests": "git clean -xfd test/comparison-tests && npm link --legacy-peer-deps ./test/comparison-tests/testLib && node test/comparison-tests/run-tests.js",
  136. "comparison-tests-generate": "git clean -xfd test/comparison-tests && node test/comparison-tests/stub-new-version.js",
  137. "docker:build": "docker build -t ts-loader .",
  138. "execution-tests": "git clean -xfd test/execution-tests && node test/execution-tests/run-tests.js",
  139. "generate-toc": "markdown-toc -i ./README.md && git add README.md && git commit -m \"chore: update docs\"",
  140. "lint": "tsc --project \"./src\" --noEmit && eslint -c .eslintrc.js --ext .ts ./src",
  141. "postdocker:build": "docker run -it ts-loader yarn test",
  142. "test": "git clean -xfd test/comparison-tests && git clean -xfd test/execution-tests && node test/run-tests.js"
  143. },
  144. "types": "dist",
  145. "version": "9.5.1"
  146. }