package.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. {
  2. "_args": [
  3. [
  4. "copy-webpack-plugin@5.1.2",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "copy-webpack-plugin@5.1.2",
  10. "_id": "copy-webpack-plugin@5.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Uh7crJAco3AjBvgAy9Z75CjK8IG+gxaErro71THQ+vv/bl4HaQcpkexAY8KVW/T6D2W2IRr+couF/knIRkZMIQ==",
  13. "_location": "/copy-webpack-plugin",
  14. "_phantomChildren": {
  15. "ajv": "6.12.6",
  16. "ajv-errors": "1.0.1",
  17. "ajv-keywords": "3.5.2",
  18. "array-union": "1.0.2",
  19. "commondir": "1.0.1",
  20. "dir-glob": "2.2.2",
  21. "glob": "7.2.0",
  22. "is-extglob": "2.1.1",
  23. "p-limit": "2.3.0",
  24. "path-dirname": "1.0.2",
  25. "pify": "4.0.1",
  26. "semver": "5.7.1"
  27. },
  28. "_requested": {
  29. "type": "version",
  30. "registry": true,
  31. "raw": "copy-webpack-plugin@5.1.2",
  32. "name": "copy-webpack-plugin",
  33. "escapedName": "copy-webpack-plugin",
  34. "rawSpec": "5.1.2",
  35. "saveSpec": null,
  36. "fetchSpec": "5.1.2"
  37. },
  38. "_requiredBy": [
  39. "/@vue/cli-service"
  40. ],
  41. "_resolved": "https://registry.npmmirror.com/copy-webpack-plugin/download/copy-webpack-plugin-5.1.2.tgz",
  42. "_spec": "5.1.2",
  43. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  44. "author": {
  45. "name": "Len Boyette"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/webpack-contrib/copy-webpack-plugin/issues"
  49. },
  50. "dependencies": {
  51. "cacache": "^12.0.3",
  52. "find-cache-dir": "^2.1.0",
  53. "glob-parent": "^3.1.0",
  54. "globby": "^7.1.1",
  55. "is-glob": "^4.0.1",
  56. "loader-utils": "^1.2.3",
  57. "minimatch": "^3.0.4",
  58. "normalize-path": "^3.0.0",
  59. "p-limit": "^2.2.1",
  60. "schema-utils": "^1.0.0",
  61. "serialize-javascript": "^4.0.0",
  62. "webpack-log": "^2.0.0"
  63. },
  64. "description": "Copy files && directories with webpack",
  65. "devDependencies": {
  66. "@babel/cli": "^7.7.5",
  67. "@babel/core": "^7.7.5",
  68. "@babel/preset-env": "^7.7.6",
  69. "@commitlint/cli": "^8.2.0",
  70. "@commitlint/config-conventional": "^8.2.0",
  71. "@webpack-contrib/defaults": "^6.2.0",
  72. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  73. "babel-jest": "^24.9.0",
  74. "commitlint-azure-pipelines-cli": "^1.0.2",
  75. "cross-env": "^5.2.1",
  76. "del": "^4.1.1",
  77. "del-cli": "^1.1.0",
  78. "enhanced-resolve": "^4.1.1",
  79. "eslint": "^6.7.2",
  80. "eslint-config-prettier": "^6.7.0",
  81. "eslint-plugin-import": "^2.19.1",
  82. "husky": "^3.1.0",
  83. "is-gzip": "^2.0.0",
  84. "jest": "^24.9.0",
  85. "jest-junit": "^10.0.0",
  86. "lint-staged": "^9.5.0",
  87. "memfs": "^3.0.1",
  88. "mkdirp": "^0.5.1",
  89. "npm-run-all": "^4.1.5",
  90. "prettier": "^1.19.1",
  91. "standard-version": "^7.0.1",
  92. "webpack": "^4.41.2"
  93. },
  94. "engines": {
  95. "node": ">= 6.9.0"
  96. },
  97. "files": [
  98. "dist"
  99. ],
  100. "funding": {
  101. "type": "opencollective",
  102. "url": "https://opencollective.com/webpack"
  103. },
  104. "homepage": "https://github.com/webpack-contrib/copy-webpack-plugin",
  105. "keywords": [
  106. "webpack",
  107. "plugin",
  108. "transfer",
  109. "move",
  110. "copy"
  111. ],
  112. "license": "MIT",
  113. "main": "dist/cjs.js",
  114. "name": "copy-webpack-plugin",
  115. "peerDependencies": {
  116. "webpack": "^4.0.0 || ^5.0.0"
  117. },
  118. "repository": {
  119. "type": "git",
  120. "url": "git+https://github.com/webpack-contrib/copy-webpack-plugin.git"
  121. },
  122. "scripts": {
  123. "build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
  124. "clean": "del-cli dist",
  125. "commitlint": "commitlint --from=master",
  126. "defaults": "webpack-defaults",
  127. "lint": "npm-run-all -l -p \"lint:**\"",
  128. "lint:js": "eslint --cache .",
  129. "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
  130. "prebuild": "npm run clean",
  131. "prepare": "npm run build",
  132. "pretest": "npm run lint",
  133. "release": "standard-version",
  134. "security": "npm audit",
  135. "start": "npm run build -- -w",
  136. "test": "npm run test:coverage",
  137. "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
  138. "test:only": "cross-env NODE_ENV=test jest",
  139. "test:watch": "npm run test:only -- --watch"
  140. },
  141. "version": "5.1.2"
  142. }