package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "_args": [
  3. [
  4. "copy-webpack-plugin@9.1.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "copy-webpack-plugin@9.1.0",
  10. "_id": "copy-webpack-plugin@9.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-rxnR7PaGigJzhqETHGmAcxKnLZSR5u1Y3/bcIv/1FnqXedcL/E2ewK7ZCNrArJKCiSv8yVXhTqetJh8inDvfsA==",
  13. "_location": "/copy-webpack-plugin",
  14. "_phantomChildren": {
  15. "@types/json-schema": "7.0.12",
  16. "ajv": "6.12.6",
  17. "ajv-keywords": "3.5.2",
  18. "is-glob": "4.0.3"
  19. },
  20. "_requested": {
  21. "type": "version",
  22. "registry": true,
  23. "raw": "copy-webpack-plugin@9.1.0",
  24. "name": "copy-webpack-plugin",
  25. "escapedName": "copy-webpack-plugin",
  26. "rawSpec": "9.1.0",
  27. "saveSpec": null,
  28. "fetchSpec": "9.1.0"
  29. },
  30. "_requiredBy": [
  31. "/@vue/cli-service"
  32. ],
  33. "_resolved": "https://registry.npmmirror.com/copy-webpack-plugin/-/copy-webpack-plugin-9.1.0.tgz",
  34. "_spec": "9.1.0",
  35. "_where": "/Users/mac/projects/mime/mine",
  36. "author": {
  37. "name": "Len Boyette"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/webpack-contrib/copy-webpack-plugin/issues"
  41. },
  42. "dependencies": {
  43. "fast-glob": "^3.2.7",
  44. "glob-parent": "^6.0.1",
  45. "globby": "^11.0.3",
  46. "normalize-path": "^3.0.0",
  47. "schema-utils": "^3.1.1",
  48. "serialize-javascript": "^6.0.0"
  49. },
  50. "description": "Copy files && directories with webpack",
  51. "devDependencies": {
  52. "@babel/cli": "^7.14.8",
  53. "@babel/core": "^7.15.0",
  54. "@babel/preset-env": "^7.15.0",
  55. "@commitlint/cli": "^14.1.0",
  56. "@commitlint/config-conventional": "^14.1.0",
  57. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  58. "babel-jest": "^27.0.6",
  59. "cross-env": "^7.0.3",
  60. "del": "^6.0.0",
  61. "del-cli": "^4.0.1",
  62. "eslint": "^8.2.0",
  63. "eslint-config-prettier": "^8.3.0",
  64. "eslint-plugin-import": "^2.24.0",
  65. "file-loader": "^6.2.0",
  66. "husky": "^7.0.1",
  67. "is-gzip": "^2.0.0",
  68. "jest": "^27.0.6",
  69. "lint-staged": "^11.1.2",
  70. "memfs": "^3.2.2",
  71. "mkdirp": "^1.0.4",
  72. "npm-run-all": "^4.1.5",
  73. "prettier": "^2.3.2",
  74. "standard-version": "^9.3.1",
  75. "webpack": "^5.50.0"
  76. },
  77. "engines": {
  78. "node": ">= 12.13.0"
  79. },
  80. "files": [
  81. "dist"
  82. ],
  83. "funding": {
  84. "type": "opencollective",
  85. "url": "https://opencollective.com/webpack"
  86. },
  87. "homepage": "https://github.com/webpack-contrib/copy-webpack-plugin",
  88. "keywords": [
  89. "webpack",
  90. "plugin",
  91. "transfer",
  92. "move",
  93. "copy"
  94. ],
  95. "license": "MIT",
  96. "main": "dist/cjs.js",
  97. "name": "copy-webpack-plugin",
  98. "peerDependencies": {
  99. "webpack": "^5.1.0"
  100. },
  101. "repository": {
  102. "type": "git",
  103. "url": "git+https://github.com/webpack-contrib/copy-webpack-plugin.git"
  104. },
  105. "scripts": {
  106. "build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
  107. "clean": "del-cli dist",
  108. "commitlint": "commitlint --from=master",
  109. "lint": "npm-run-all -l -p \"lint:**\"",
  110. "lint:js": "eslint --cache .",
  111. "lint:prettier": "prettier --list-different .",
  112. "prebuild": "npm run clean",
  113. "prepare": "husky install && npm run build",
  114. "pretest": "npm run lint",
  115. "release": "standard-version",
  116. "security": "npm audit --production",
  117. "start": "npm run build -- -w",
  118. "test": "npm run test:coverage",
  119. "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
  120. "test:only": "cross-env NODE_ENV=test jest",
  121. "test:watch": "npm run test:only -- --watch"
  122. },
  123. "version": "9.1.0"
  124. }