package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "_args": [
  3. [
  4. "copy-webpack-plugin@4.6.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  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. "big.js": "5.2.2",
  17. "bluebird": "3.7.2",
  18. "chownr": "1.1.4",
  19. "commondir": "1.0.1",
  20. "concat-stream": "1.6.2",
  21. "dir-glob": "2.2.2",
  22. "duplexify": "3.7.1",
  23. "emojis-list": "3.0.0",
  24. "end-of-stream": "1.4.4",
  25. "find-up": "2.1.0",
  26. "flush-write-stream": "1.1.1",
  27. "from2": "2.3.0",
  28. "glob": "7.2.0",
  29. "graceful-fs": "4.2.9",
  30. "ignore": "3.3.10",
  31. "minimist": "1.2.6",
  32. "mkdirp": "0.5.6",
  33. "move-concurrently": "1.0.1",
  34. "once": "1.4.0",
  35. "parallel-transform": "1.2.0",
  36. "promise-inflight": "1.0.1",
  37. "pseudomap": "1.0.2",
  38. "pumpify": "1.5.1",
  39. "rimraf": "2.7.1",
  40. "safe-buffer": "5.1.2",
  41. "stream-each": "1.2.3",
  42. "through2": "2.0.5",
  43. "unique-filename": "1.1.1",
  44. "y18n": "4.0.3"
  45. },
  46. "_requested": {
  47. "type": "version",
  48. "registry": true,
  49. "raw": "copy-webpack-plugin@4.6.0",
  50. "name": "copy-webpack-plugin",
  51. "escapedName": "copy-webpack-plugin",
  52. "rawSpec": "4.6.0",
  53. "saveSpec": null,
  54. "fetchSpec": "4.6.0"
  55. },
  56. "_requiredBy": [
  57. "/@vue/cli-service"
  58. ],
  59. "_resolved": "https://registry.npmmirror.com/copy-webpack-plugin/-/copy-webpack-plugin-4.6.0.tgz",
  60. "_spec": "4.6.0",
  61. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  62. "author": {
  63. "name": "Len Boyette"
  64. },
  65. "bugs": {
  66. "url": "https://github.com/webpack-contrib/copy-webpack-plugin/issues"
  67. },
  68. "dependencies": {
  69. "cacache": "^10.0.4",
  70. "find-cache-dir": "^1.0.0",
  71. "globby": "^7.1.1",
  72. "is-glob": "^4.0.0",
  73. "loader-utils": "^1.1.0",
  74. "minimatch": "^3.0.4",
  75. "p-limit": "^1.0.0",
  76. "serialize-javascript": "^1.4.0"
  77. },
  78. "description": "Copy files && directories with webpack",
  79. "devDependencies": {
  80. "babel-cli": "^6.8.0",
  81. "babel-preset-es2015": "^6.6.0",
  82. "chai": "^3.4.0",
  83. "enhanced-resolve": "^3.4.1",
  84. "eslint": "^2.9.0",
  85. "is-gzip": "^2.0.0",
  86. "mkdirp": "^0.5.1",
  87. "mocha": "^2.4.5",
  88. "ncp": "^2.0.0",
  89. "rimraf": "^2.6.2",
  90. "standard-version": "^4.2.0"
  91. },
  92. "engines": {
  93. "node": ">= 4"
  94. },
  95. "files": [
  96. "dist"
  97. ],
  98. "homepage": "https://github.com/webpack-contrib/copy-webpack-plugin",
  99. "keywords": [
  100. "webpack",
  101. "plugin",
  102. "transfer",
  103. "move",
  104. "copy"
  105. ],
  106. "license": "MIT",
  107. "main": "dist/index.js",
  108. "name": "copy-webpack-plugin",
  109. "repository": {
  110. "type": "git",
  111. "url": "git+https://github.com/webpack-contrib/copy-webpack-plugin.git"
  112. },
  113. "scripts": {
  114. "build": "babel src/ --out-dir dist/",
  115. "build:tests": "babel tests/ --out-dir compiled_tests/ && rimraf compiled_tests/helpers && ncp tests/helpers compiled_tests/helpers && node scripts/createSpecialDirectory.js",
  116. "lint": "eslint src/ tests/",
  117. "prepare": "npm run build",
  118. "pretest": "npm run lint && npm run build && npm run build:tests",
  119. "release": "standard-version",
  120. "test": "mocha compiled_tests/"
  121. },
  122. "version": "4.6.0"
  123. }