package.json 2.4 KB

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