package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "copy-webpack-plugin@4.6.0",
  5. "E:\\amr1.0\\AMR"
  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. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "copy-webpack-plugin@4.6.0",
  19. "name": "copy-webpack-plugin",
  20. "escapedName": "copy-webpack-plugin",
  21. "rawSpec": "4.6.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.6.0"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-4.6.0.tgz",
  29. "_spec": "4.6.0",
  30. "_where": "E:\\amr1.0\\AMR",
  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. "mkdirp": "^0.5.1",
  56. "mocha": "^2.4.5",
  57. "ncp": "^2.0.0",
  58. "rimraf": "^2.6.2",
  59. "standard-version": "^4.2.0"
  60. },
  61. "engines": {
  62. "node": ">= 4"
  63. },
  64. "files": [
  65. "dist"
  66. ],
  67. "homepage": "https://github.com/webpack-contrib/copy-webpack-plugin",
  68. "keywords": [
  69. "webpack",
  70. "plugin",
  71. "transfer",
  72. "move",
  73. "copy"
  74. ],
  75. "license": "MIT",
  76. "main": "dist/index.js",
  77. "name": "copy-webpack-plugin",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/webpack-contrib/copy-webpack-plugin.git"
  81. },
  82. "scripts": {
  83. "build": "babel src/ --out-dir dist/",
  84. "build:tests": "babel tests/ --out-dir compiled_tests/ && rimraf compiled_tests/helpers && ncp tests/helpers compiled_tests/helpers && node scripts/createSpecialDirectory.js",
  85. "lint": "eslint src/ tests/",
  86. "prepare": "npm run build",
  87. "pretest": "npm run lint && npm run build && npm run build:tests",
  88. "release": "standard-version",
  89. "test": "mocha compiled_tests/"
  90. },
  91. "version": "4.6.0"
  92. }