package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_from": "copy-webpack-plugin@^9.0.1",
  3. "_id": "copy-webpack-plugin@9.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-rxnR7PaGigJzhqETHGmAcxKnLZSR5u1Y3/bcIv/1FnqXedcL/E2ewK7ZCNrArJKCiSv8yVXhTqetJh8inDvfsA==",
  6. "_location": "/copy-webpack-plugin",
  7. "_phantomChildren": {
  8. "@types/json-schema": "7.0.15",
  9. "ajv": "6.14.0",
  10. "ajv-keywords": "3.5.2"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "copy-webpack-plugin@^9.0.1",
  16. "name": "copy-webpack-plugin",
  17. "escapedName": "copy-webpack-plugin",
  18. "rawSpec": "^9.0.1",
  19. "saveSpec": null,
  20. "fetchSpec": "^9.0.1"
  21. },
  22. "_requiredBy": [
  23. "/@vue/cli-service"
  24. ],
  25. "_resolved": "https://registry.npmmirror.com/copy-webpack-plugin/-/copy-webpack-plugin-9.1.0.tgz",
  26. "_shasum": "2d2c460c4c4695ec0a58afb2801a1205256c4e6b",
  27. "_spec": "copy-webpack-plugin@^9.0.1",
  28. "_where": "E:\\git\\2021项目\\安科院大屏\\node_modules\\@vue\\cli-service",
  29. "author": {
  30. "name": "Len Boyette"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/webpack-contrib/copy-webpack-plugin/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "fast-glob": "^3.2.7",
  38. "glob-parent": "^6.0.1",
  39. "globby": "^11.0.3",
  40. "normalize-path": "^3.0.0",
  41. "schema-utils": "^3.1.1",
  42. "serialize-javascript": "^6.0.0"
  43. },
  44. "deprecated": false,
  45. "description": "Copy files && directories with webpack",
  46. "devDependencies": {
  47. "@babel/cli": "^7.14.8",
  48. "@babel/core": "^7.15.0",
  49. "@babel/preset-env": "^7.15.0",
  50. "@commitlint/cli": "^14.1.0",
  51. "@commitlint/config-conventional": "^14.1.0",
  52. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  53. "babel-jest": "^27.0.6",
  54. "cross-env": "^7.0.3",
  55. "del": "^6.0.0",
  56. "del-cli": "^4.0.1",
  57. "eslint": "^8.2.0",
  58. "eslint-config-prettier": "^8.3.0",
  59. "eslint-plugin-import": "^2.24.0",
  60. "file-loader": "^6.2.0",
  61. "husky": "^7.0.1",
  62. "is-gzip": "^2.0.0",
  63. "jest": "^27.0.6",
  64. "lint-staged": "^11.1.2",
  65. "memfs": "^3.2.2",
  66. "mkdirp": "^1.0.4",
  67. "npm-run-all": "^4.1.5",
  68. "prettier": "^2.3.2",
  69. "standard-version": "^9.3.1",
  70. "webpack": "^5.50.0"
  71. },
  72. "engines": {
  73. "node": ">= 12.13.0"
  74. },
  75. "files": [
  76. "dist"
  77. ],
  78. "funding": {
  79. "type": "opencollective",
  80. "url": "https://opencollective.com/webpack"
  81. },
  82. "homepage": "https://github.com/webpack-contrib/copy-webpack-plugin",
  83. "keywords": [
  84. "webpack",
  85. "plugin",
  86. "transfer",
  87. "move",
  88. "copy"
  89. ],
  90. "license": "MIT",
  91. "main": "dist/cjs.js",
  92. "name": "copy-webpack-plugin",
  93. "peerDependencies": {
  94. "webpack": "^5.1.0"
  95. },
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/webpack-contrib/copy-webpack-plugin.git"
  99. },
  100. "scripts": {
  101. "build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
  102. "clean": "del-cli dist",
  103. "commitlint": "commitlint --from=master",
  104. "lint": "npm-run-all -l -p \"lint:**\"",
  105. "lint:js": "eslint --cache .",
  106. "lint:prettier": "prettier --list-different .",
  107. "prebuild": "npm run clean",
  108. "prepare": "husky install && npm run build",
  109. "pretest": "npm run lint",
  110. "release": "standard-version",
  111. "security": "npm audit --production",
  112. "start": "npm run build -- -w",
  113. "test": "npm run test:coverage",
  114. "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
  115. "test:only": "cross-env NODE_ENV=test jest",
  116. "test:watch": "npm run test:only -- --watch"
  117. },
  118. "version": "9.1.0"
  119. }