package.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. {
  2. "_args": [
  3. [
  4. "copy-webpack-plugin@5.1.2",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  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": "sha1-ioieHcr6bJHGzUvhrRWPHTgjuuI=",
  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.1.7",
  22. "is-extglob": "2.1.1",
  23. "p-limit": "2.3.0",
  24. "path-dirname": "1.0.2",
  25. "pify": "4.0.1"
  26. },
  27. "_requested": {
  28. "type": "version",
  29. "registry": true,
  30. "raw": "copy-webpack-plugin@5.1.2",
  31. "name": "copy-webpack-plugin",
  32. "escapedName": "copy-webpack-plugin",
  33. "rawSpec": "5.1.2",
  34. "saveSpec": null,
  35. "fetchSpec": "5.1.2"
  36. },
  37. "_requiredBy": [
  38. "/@vue/cli-service"
  39. ],
  40. "_resolved": "https://registry.nlark.com/copy-webpack-plugin/download/copy-webpack-plugin-5.1.2.tgz?cache=0&sync_timestamp=1624628458516&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcopy-webpack-plugin%2Fdownload%2Fcopy-webpack-plugin-5.1.2.tgz",
  41. "_spec": "5.1.2",
  42. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  43. "author": {
  44. "name": "Len Boyette"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/webpack-contrib/copy-webpack-plugin/issues"
  48. },
  49. "dependencies": {
  50. "cacache": "^12.0.3",
  51. "find-cache-dir": "^2.1.0",
  52. "glob-parent": "^3.1.0",
  53. "globby": "^7.1.1",
  54. "is-glob": "^4.0.1",
  55. "loader-utils": "^1.2.3",
  56. "minimatch": "^3.0.4",
  57. "normalize-path": "^3.0.0",
  58. "p-limit": "^2.2.1",
  59. "schema-utils": "^1.0.0",
  60. "serialize-javascript": "^4.0.0",
  61. "webpack-log": "^2.0.0"
  62. },
  63. "description": "Copy files && directories with webpack",
  64. "devDependencies": {
  65. "@babel/cli": "^7.7.5",
  66. "@babel/core": "^7.7.5",
  67. "@babel/preset-env": "^7.7.6",
  68. "@commitlint/cli": "^8.2.0",
  69. "@commitlint/config-conventional": "^8.2.0",
  70. "@webpack-contrib/defaults": "^6.2.0",
  71. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  72. "babel-jest": "^24.9.0",
  73. "commitlint-azure-pipelines-cli": "^1.0.2",
  74. "cross-env": "^5.2.1",
  75. "del": "^4.1.1",
  76. "del-cli": "^1.1.0",
  77. "enhanced-resolve": "^4.1.1",
  78. "eslint": "^6.7.2",
  79. "eslint-config-prettier": "^6.7.0",
  80. "eslint-plugin-import": "^2.19.1",
  81. "husky": "^3.1.0",
  82. "is-gzip": "^2.0.0",
  83. "jest": "^24.9.0",
  84. "jest-junit": "^10.0.0",
  85. "lint-staged": "^9.5.0",
  86. "memfs": "^3.0.1",
  87. "mkdirp": "^0.5.1",
  88. "npm-run-all": "^4.1.5",
  89. "prettier": "^1.19.1",
  90. "standard-version": "^7.0.1",
  91. "webpack": "^4.41.2"
  92. },
  93. "engines": {
  94. "node": ">= 6.9.0"
  95. },
  96. "files": [
  97. "dist"
  98. ],
  99. "funding": {
  100. "type": "opencollective",
  101. "url": "https://opencollective.com/webpack"
  102. },
  103. "homepage": "https://github.com/webpack-contrib/copy-webpack-plugin",
  104. "keywords": [
  105. "webpack",
  106. "plugin",
  107. "transfer",
  108. "move",
  109. "copy"
  110. ],
  111. "license": "MIT",
  112. "main": "dist/cjs.js",
  113. "name": "copy-webpack-plugin",
  114. "peerDependencies": {
  115. "webpack": "^4.0.0 || ^5.0.0"
  116. },
  117. "repository": {
  118. "type": "git",
  119. "url": "git+https://github.com/webpack-contrib/copy-webpack-plugin.git"
  120. },
  121. "scripts": {
  122. "build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
  123. "clean": "del-cli dist",
  124. "commitlint": "commitlint --from=master",
  125. "defaults": "webpack-defaults",
  126. "lint": "npm-run-all -l -p \"lint:**\"",
  127. "lint:js": "eslint --cache .",
  128. "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
  129. "prebuild": "npm run clean",
  130. "prepare": "npm run build",
  131. "pretest": "npm run lint",
  132. "release": "standard-version",
  133. "security": "npm audit",
  134. "start": "npm run build -- -w",
  135. "test": "npm run test:coverage",
  136. "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
  137. "test:only": "cross-env NODE_ENV=test jest",
  138. "test:watch": "npm run test:only -- --watch"
  139. },
  140. "version": "5.1.2"
  141. }