You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

129 lines
3.7 KiB

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