package.json 3.5 KB

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