package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_args": [
  3. [
  4. "thread-loader@2.1.3",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "thread-loader@2.1.3",
  10. "_id": "thread-loader@2.1.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-wNrVKH2Lcf8ZrWxDF/khdlLlsTMczdcwPA9VEK4c2exlEPynYWxi9op3nPTo5lAnDIkE0rQEB3VBP+4Zncc9Hg==",
  13. "_location": "/thread-loader",
  14. "_phantomChildren": {
  15. "big.js": "5.2.2",
  16. "emojis-list": "3.0.0",
  17. "minimist": "1.2.6"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "thread-loader@2.1.3",
  23. "name": "thread-loader",
  24. "escapedName": "thread-loader",
  25. "rawSpec": "2.1.3",
  26. "saveSpec": null,
  27. "fetchSpec": "2.1.3"
  28. },
  29. "_requiredBy": [
  30. "/@vue/cli-service"
  31. ],
  32. "_resolved": "https://registry.npmmirror.com/thread-loader/-/thread-loader-2.1.3.tgz",
  33. "_spec": "2.1.3",
  34. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  35. "author": {
  36. "name": "Tobias Koppers @sokra"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/webpack-contrib/thread-loader/issues"
  40. },
  41. "dependencies": {
  42. "loader-runner": "^2.3.1",
  43. "loader-utils": "^1.1.0",
  44. "neo-async": "^2.6.0"
  45. },
  46. "description": "Runs the following loaders in a worker pool",
  47. "devDependencies": {
  48. "babel-cli": "^6.26.0",
  49. "babel-core": "^6.26.3",
  50. "babel-jest": "^23.6.0",
  51. "babel-loader": "^7.1.5",
  52. "babel-plugin-transform-object-rest-spread": "^6.26.0",
  53. "babel-polyfill": "^6.26.0",
  54. "babel-preset-env": "^1.7.0",
  55. "cross-env": "^5.2.0",
  56. "css-loader": "^1.0.1",
  57. "del-cli": "^1.1.0",
  58. "eslint": "^5.10.0",
  59. "eslint-config-webpack": "^1.2.5",
  60. "eslint-plugin-import": "^2.14.0",
  61. "jest": "^23.6.0",
  62. "lint-staged": "^8.1.0",
  63. "lodash": "^4.17.11",
  64. "mini-css-extract-plugin": "^0.5.0",
  65. "node-sass": "^4.11.0",
  66. "nodemon": "^1.18.8",
  67. "pre-commit": "^1.2.2",
  68. "sass-loader": "^7.1.0",
  69. "standard-version": "^4.4.0",
  70. "webpack": "^4.27.1",
  71. "webpack-cli": "^3.1.2",
  72. "webpack-defaults": "^1.6.0"
  73. },
  74. "engines": {
  75. "node": ">= 6.9.0 <7.0.0 || >= 8.9.0"
  76. },
  77. "files": [
  78. "dist"
  79. ],
  80. "homepage": "https://github.com/webpack-contrib/thread-loader",
  81. "license": "MIT",
  82. "lint-staged": {
  83. "*.js": [
  84. "eslint --fix",
  85. "git add"
  86. ]
  87. },
  88. "main": "dist/cjs.js",
  89. "name": "thread-loader",
  90. "peerDependencies": {
  91. "webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"
  92. },
  93. "pre-commit": "lint-staged",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/webpack-contrib/thread-loader.git"
  97. },
  98. "scripts": {
  99. "appveyor:test": "npm run test",
  100. "build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js'",
  101. "clean": "del-cli dist",
  102. "lint": "eslint --cache src test",
  103. "lint-staged": "lint-staged",
  104. "prebuild": "npm run clean",
  105. "prepare": "npm run build",
  106. "release": "standard-version",
  107. "security": "npm audit",
  108. "start": "npm run build -- -w",
  109. "test": "jest",
  110. "test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
  111. "test:watch": "jest --watch",
  112. "travis:coverage": "npm run test:coverage -- --runInBand",
  113. "travis:lint": "npm run lint && npm run security",
  114. "travis:test": "npm run test -- --runInBand",
  115. "webpack-defaults": "webpack-defaults"
  116. },
  117. "version": "2.1.3"
  118. }