package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "copy-webpack-plugin@^4.0.1",
  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. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "copy-webpack-plugin@^4.0.1",
  12. "name": "copy-webpack-plugin",
  13. "escapedName": "copy-webpack-plugin",
  14. "rawSpec": "^4.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.1"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-4.6.0.tgz",
  22. "_shasum": "e7f40dd8a68477d405dd1b7a854aae324b158bae",
  23. "_spec": "copy-webpack-plugin@^4.0.1",
  24. "_where": "D:\\workSpace\\dealer_front",
  25. "author": {
  26. "name": "Len Boyette"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/webpack-contrib/copy-webpack-plugin/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "cacache": "^10.0.4",
  34. "find-cache-dir": "^1.0.0",
  35. "globby": "^7.1.1",
  36. "is-glob": "^4.0.0",
  37. "loader-utils": "^1.1.0",
  38. "minimatch": "^3.0.4",
  39. "p-limit": "^1.0.0",
  40. "serialize-javascript": "^1.4.0"
  41. },
  42. "deprecated": false,
  43. "description": "Copy files && directories with webpack",
  44. "devDependencies": {
  45. "babel-cli": "^6.8.0",
  46. "babel-preset-es2015": "^6.6.0",
  47. "chai": "^3.4.0",
  48. "enhanced-resolve": "^3.4.1",
  49. "eslint": "^2.9.0",
  50. "is-gzip": "^2.0.0",
  51. "mkdirp": "^0.5.1",
  52. "mocha": "^2.4.5",
  53. "ncp": "^2.0.0",
  54. "rimraf": "^2.6.2",
  55. "standard-version": "^4.2.0"
  56. },
  57. "engines": {
  58. "node": ">= 4"
  59. },
  60. "files": [
  61. "dist"
  62. ],
  63. "homepage": "https://github.com/webpack-contrib/copy-webpack-plugin",
  64. "keywords": [
  65. "webpack",
  66. "plugin",
  67. "transfer",
  68. "move",
  69. "copy"
  70. ],
  71. "license": "MIT",
  72. "main": "dist/index.js",
  73. "name": "copy-webpack-plugin",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/webpack-contrib/copy-webpack-plugin.git"
  77. },
  78. "scripts": {
  79. "build": "babel src/ --out-dir dist/",
  80. "build:tests": "babel tests/ --out-dir compiled_tests/ && rimraf compiled_tests/helpers && ncp tests/helpers compiled_tests/helpers && node scripts/createSpecialDirectory.js",
  81. "lint": "eslint src/ tests/",
  82. "prepare": "npm run build",
  83. "pretest": "npm run lint && npm run build && npm run build:tests",
  84. "release": "standard-version",
  85. "test": "mocha compiled_tests/"
  86. },
  87. "version": "4.6.0"
  88. }