package.json 3.5 KB

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