package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "copy-webpack-plugin@4.6.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "copy-webpack-plugin@4.6.0",
  10. "_id": "copy-webpack-plugin@4.6.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Y+SQCF+0NoWQryez2zXn5J5knmr9z/9qSQt7fbL78u83rxmigOy8X5+BFn8CFSuX+nKT8gpYwJX68ekqtQt6ZA==",
  13. "_location": "/copy-webpack-plugin",
  14. "_phantomChildren": {
  15. "array-union": "1.0.2",
  16. "dir-glob": "2.2.2",
  17. "glob": "7.2.3",
  18. "ignore": "3.3.10",
  19. "pify": "3.0.0",
  20. "slash": "1.0.0"
  21. },
  22. "_requested": {
  23. "type": "version",
  24. "registry": true,
  25. "raw": "copy-webpack-plugin@4.6.0",
  26. "name": "copy-webpack-plugin",
  27. "escapedName": "copy-webpack-plugin",
  28. "rawSpec": "4.6.0",
  29. "saveSpec": null,
  30. "fetchSpec": "4.6.0"
  31. },
  32. "_requiredBy": [
  33. "#DEV:/"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-4.6.0.tgz",
  36. "_spec": "4.6.0",
  37. "_where": "E:\\2023\\5\\myjadmin",
  38. "author": {
  39. "name": "Len Boyette"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/webpack-contrib/copy-webpack-plugin/issues"
  43. },
  44. "dependencies": {
  45. "cacache": "^10.0.4",
  46. "find-cache-dir": "^1.0.0",
  47. "globby": "^7.1.1",
  48. "is-glob": "^4.0.0",
  49. "loader-utils": "^1.1.0",
  50. "minimatch": "^3.0.4",
  51. "p-limit": "^1.0.0",
  52. "serialize-javascript": "^1.4.0"
  53. },
  54. "description": "Copy files && directories with webpack",
  55. "devDependencies": {
  56. "babel-cli": "^6.8.0",
  57. "babel-preset-es2015": "^6.6.0",
  58. "chai": "^3.4.0",
  59. "enhanced-resolve": "^3.4.1",
  60. "eslint": "^2.9.0",
  61. "is-gzip": "^2.0.0",
  62. "mkdirp": "^0.5.1",
  63. "mocha": "^2.4.5",
  64. "ncp": "^2.0.0",
  65. "rimraf": "^2.6.2",
  66. "standard-version": "^4.2.0"
  67. },
  68. "engines": {
  69. "node": ">= 4"
  70. },
  71. "files": [
  72. "dist"
  73. ],
  74. "homepage": "https://github.com/webpack-contrib/copy-webpack-plugin",
  75. "keywords": [
  76. "webpack",
  77. "plugin",
  78. "transfer",
  79. "move",
  80. "copy"
  81. ],
  82. "license": "MIT",
  83. "main": "dist/index.js",
  84. "name": "copy-webpack-plugin",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/webpack-contrib/copy-webpack-plugin.git"
  88. },
  89. "scripts": {
  90. "build": "babel src/ --out-dir dist/",
  91. "build:tests": "babel tests/ --out-dir compiled_tests/ && rimraf compiled_tests/helpers && ncp tests/helpers compiled_tests/helpers && node scripts/createSpecialDirectory.js",
  92. "lint": "eslint src/ tests/",
  93. "prepare": "npm run build",
  94. "pretest": "npm run lint && npm run build && npm run build:tests",
  95. "release": "standard-version",
  96. "test": "mocha compiled_tests/"
  97. },
  98. "version": "4.6.0"
  99. }