package.json 4.0 KB

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