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