package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_from": "copy-webpack-plugin@^4.6.0",
  3. "_id": "copy-webpack-plugin@4.6.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Y+SQCF+0NoWQryez2zXn5J5knmr9z/9qSQt7fbL78u83rxmigOy8X5+BFn8CFSuX+nKT8gpYwJX68ekqtQt6ZA==",
  6. "_location": "/copy-webpack-plugin",
  7. "_phantomChildren": {
  8. "array-union": "1.0.2",
  9. "bluebird": "3.7.2",
  10. "chownr": "1.1.4",
  11. "commondir": "1.0.1",
  12. "concat-stream": "1.6.2",
  13. "dir-glob": "2.2.2",
  14. "duplexify": "3.7.1",
  15. "end-of-stream": "1.4.4",
  16. "find-up": "2.1.0",
  17. "flush-write-stream": "1.1.1",
  18. "from2": "2.3.0",
  19. "glob": "7.1.6",
  20. "graceful-fs": "4.2.6",
  21. "ignore": "3.3.10",
  22. "mkdirp": "0.5.5",
  23. "move-concurrently": "1.0.1",
  24. "once": "1.4.0",
  25. "parallel-transform": "1.2.0",
  26. "promise-inflight": "1.0.1",
  27. "pseudomap": "1.0.2",
  28. "pumpify": "1.5.1",
  29. "rimraf": "2.7.1",
  30. "safe-buffer": "5.1.2",
  31. "stream-each": "1.2.3",
  32. "through2": "2.0.5",
  33. "unique-filename": "1.1.1",
  34. "y18n": "4.0.3"
  35. },
  36. "_requested": {
  37. "type": "range",
  38. "registry": true,
  39. "raw": "copy-webpack-plugin@^4.6.0",
  40. "name": "copy-webpack-plugin",
  41. "escapedName": "copy-webpack-plugin",
  42. "rawSpec": "^4.6.0",
  43. "saveSpec": null,
  44. "fetchSpec": "^4.6.0"
  45. },
  46. "_requiredBy": [
  47. "/@vue/cli-service"
  48. ],
  49. "_resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-4.6.0.tgz",
  50. "_shasum": "e7f40dd8a68477d405dd1b7a854aae324b158bae",
  51. "_spec": "copy-webpack-plugin@^4.6.0",
  52. "_where": "D:\\jiayue\\pig-ui\\node_modules\\@vue\\cli-service",
  53. "author": {
  54. "name": "Len Boyette"
  55. },
  56. "bugs": {
  57. "url": "https://github.com/webpack-contrib/copy-webpack-plugin/issues"
  58. },
  59. "bundleDependencies": false,
  60. "dependencies": {
  61. "cacache": "^10.0.4",
  62. "find-cache-dir": "^1.0.0",
  63. "globby": "^7.1.1",
  64. "is-glob": "^4.0.0",
  65. "loader-utils": "^1.1.0",
  66. "minimatch": "^3.0.4",
  67. "p-limit": "^1.0.0",
  68. "serialize-javascript": "^1.4.0"
  69. },
  70. "deprecated": false,
  71. "description": "Copy files && directories with webpack",
  72. "devDependencies": {
  73. "babel-cli": "^6.8.0",
  74. "babel-preset-es2015": "^6.6.0",
  75. "chai": "^3.4.0",
  76. "enhanced-resolve": "^3.4.1",
  77. "eslint": "^2.9.0",
  78. "is-gzip": "^2.0.0",
  79. "mkdirp": "^0.5.1",
  80. "mocha": "^2.4.5",
  81. "ncp": "^2.0.0",
  82. "rimraf": "^2.6.2",
  83. "standard-version": "^4.2.0"
  84. },
  85. "engines": {
  86. "node": ">= 4"
  87. },
  88. "files": [
  89. "dist"
  90. ],
  91. "homepage": "https://github.com/webpack-contrib/copy-webpack-plugin",
  92. "keywords": [
  93. "webpack",
  94. "plugin",
  95. "transfer",
  96. "move",
  97. "copy"
  98. ],
  99. "license": "MIT",
  100. "main": "dist/index.js",
  101. "name": "copy-webpack-plugin",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/webpack-contrib/copy-webpack-plugin.git"
  105. },
  106. "scripts": {
  107. "build": "babel src/ --out-dir dist/",
  108. "build:tests": "babel tests/ --out-dir compiled_tests/ && rimraf compiled_tests/helpers && ncp tests/helpers compiled_tests/helpers && node scripts/createSpecialDirectory.js",
  109. "lint": "eslint src/ tests/",
  110. "prepare": "npm run build",
  111. "pretest": "npm run lint && npm run build && npm run build:tests",
  112. "release": "standard-version",
  113. "test": "mocha compiled_tests/"
  114. },
  115. "version": "4.6.0"
  116. }