package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_from": "thread-loader@^3.0.0",
  3. "_id": "thread-loader@3.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ByaL2TPb+m6yArpqQUZvP+5S1mZtXsEP7nWKKlAUTm7fCml8kB5s1uI3+eHRP2bk5mVYfRSBI7FFf+tWEyLZwA==",
  6. "_location": "/thread-loader",
  7. "_phantomChildren": {
  8. "@types/json-schema": "7.0.15",
  9. "ajv": "6.12.6",
  10. "ajv-keywords": "3.5.2"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "thread-loader@^3.0.0",
  16. "name": "thread-loader",
  17. "escapedName": "thread-loader",
  18. "rawSpec": "^3.0.0",
  19. "saveSpec": null,
  20. "fetchSpec": "^3.0.0"
  21. },
  22. "_requiredBy": [
  23. "/@vue/cli-plugin-babel",
  24. "/@vue/cli-service"
  25. ],
  26. "_resolved": "https://registry.npmmirror.com/thread-loader/-/thread-loader-3.0.4.tgz",
  27. "_shasum": "c392e4c0241fbc80430eb680e4886819b504a31b",
  28. "_spec": "thread-loader@^3.0.0",
  29. "_where": "E:\\vue_project\\el-table-column\\node_modules\\@vue\\cli-plugin-babel",
  30. "author": {
  31. "name": "Tobias Koppers @sokra"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/webpack-contrib/thread-loader/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "json-parse-better-errors": "^1.0.2",
  39. "loader-runner": "^4.1.0",
  40. "loader-utils": "^2.0.0",
  41. "neo-async": "^2.6.2",
  42. "schema-utils": "^3.0.0"
  43. },
  44. "deprecated": false,
  45. "description": "Runs the following loaders in a worker pool",
  46. "devDependencies": {
  47. "@babel/cli": "^7.12.1",
  48. "@babel/core": "^7.12.3",
  49. "@babel/preset-env": "^7.12.1",
  50. "@commitlint/cli": "^11.0.0",
  51. "@commitlint/config-conventional": "^11.0.0",
  52. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  53. "babel-jest": "^26.6.1",
  54. "babel-loader": "^8.1.0",
  55. "cross-env": "^7.0.2",
  56. "css-loader": "^5.0.0",
  57. "del": "^5.1.0",
  58. "del-cli": "^3.0.1",
  59. "eslint": "^7.12.1",
  60. "eslint-config-prettier": "^6.14.0",
  61. "eslint-plugin-import": "^2.22.1",
  62. "husky": "^4.3.0",
  63. "jest": "^26.6.1",
  64. "lint-staged": "^10.5.0",
  65. "lodash": "^4.17.20",
  66. "memfs": "^3.2.0",
  67. "mini-css-extract-plugin": "^1.6.0",
  68. "nodemon": "^2.0.6",
  69. "npm-run-all": "^4.1.5",
  70. "postcss": "^8.2.14",
  71. "postcss-font-magician": "^3.0.0",
  72. "postcss-loader": "^5.2.0",
  73. "prettier": "^2.1.2",
  74. "sass": "^1.27.0",
  75. "sass-loader": "^11.0.1",
  76. "standard-version": "^9.0.0",
  77. "webpack": "^5.3.0"
  78. },
  79. "engines": {
  80. "node": ">= 10.13.0"
  81. },
  82. "files": [
  83. "dist"
  84. ],
  85. "funding": {
  86. "type": "opencollective",
  87. "url": "https://opencollective.com/webpack"
  88. },
  89. "homepage": "https://github.com/webpack-contrib/thread-loader",
  90. "keywords": [
  91. "webpack"
  92. ],
  93. "license": "MIT",
  94. "main": "dist/cjs.js",
  95. "name": "thread-loader",
  96. "peerDependencies": {
  97. "webpack": "^4.27.0 || ^5.0.0"
  98. },
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/webpack-contrib/thread-loader.git"
  102. },
  103. "scripts": {
  104. "build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
  105. "clean": "del-cli dist",
  106. "commitlint": "commitlint --from=master",
  107. "lint": "npm-run-all -l -p \"lint:**\"",
  108. "lint:js": "eslint --cache .",
  109. "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
  110. "prebuild": "npm run clean",
  111. "prepare": "npm run build",
  112. "pretest": "npm run lint",
  113. "release": "standard-version",
  114. "security": "npm audit",
  115. "start": "npm run build -- -w",
  116. "test": "npm run test:coverage",
  117. "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
  118. "test:only": "cross-env NODE_ENV=test jest --forceExit",
  119. "test:watch": "npm run test:only -- --watch"
  120. },
  121. "version": "3.0.4"
  122. }