You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123 lines
3.4 KiB

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