package.json 3.1 KB

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