package.json 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. {
  2. "_from": "terser-webpack-plugin@^5.3.11",
  3. "_id": "terser-webpack-plugin@5.3.14",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vkZjpUjb6OMS7dhV+tILUW6BhpDR7P2L/aQSAv+Uwk+m8KATX9EccViHTJR2qDtACKPIYndLGCyl3FMo+r2LMw==",
  6. "_location": "/terser-webpack-plugin",
  7. "_phantomChildren": {
  8. "@types/json-schema": "7.0.15",
  9. "ajv-formats": "2.1.1",
  10. "fast-deep-equal": "3.1.3",
  11. "fast-uri": "3.0.6",
  12. "require-from-string": "2.0.2"
  13. },
  14. "_requested": {
  15. "type": "range",
  16. "registry": true,
  17. "raw": "terser-webpack-plugin@^5.3.11",
  18. "name": "terser-webpack-plugin",
  19. "escapedName": "terser-webpack-plugin",
  20. "rawSpec": "^5.3.11",
  21. "saveSpec": null,
  22. "fetchSpec": "^5.3.11"
  23. },
  24. "_requiredBy": [
  25. "/@vue/cli-service",
  26. "/webpack"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.14.tgz",
  29. "_shasum": "9031d48e57ab27567f02ace85c7d690db66c3e06",
  30. "_spec": "terser-webpack-plugin@^5.3.11",
  31. "_where": "E:\\vue_project\\el-table-column\\node_modules\\webpack",
  32. "author": {
  33. "name": "webpack Contrib Team"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/webpack-contrib/terser-webpack-plugin/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "@jridgewell/trace-mapping": "^0.3.25",
  41. "jest-worker": "^27.4.5",
  42. "schema-utils": "^4.3.0",
  43. "serialize-javascript": "^6.0.2",
  44. "terser": "^5.31.1"
  45. },
  46. "deprecated": false,
  47. "description": "Terser plugin for webpack",
  48. "devDependencies": {
  49. "@babel/cli": "^7.24.7",
  50. "@babel/core": "^7.24.7",
  51. "@babel/preset-env": "^7.24.7",
  52. "@commitlint/cli": "^17.7.1",
  53. "@commitlint/config-conventional": "^17.7.0",
  54. "@swc/core": "^1.3.102",
  55. "@types/node": "^18.15.11",
  56. "@types/serialize-javascript": "^5.0.2",
  57. "@types/uglify-js": "^3.17.5",
  58. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  59. "babel-jest": "^28.1.2",
  60. "copy-webpack-plugin": "^9.0.1",
  61. "cross-env": "^7.0.3",
  62. "cspell": "^6.31.2",
  63. "del": "^6.0.0",
  64. "del-cli": "^3.0.1",
  65. "esbuild": "^0.19.11",
  66. "eslint": "^7.32.0",
  67. "eslint-config-prettier": "^8.9.0",
  68. "eslint-plugin-import": "^2.28.1",
  69. "file-loader": "^6.2.0",
  70. "husky": "^7.0.2",
  71. "jest": "^27.5.1",
  72. "lint-staged": "^13.2.3",
  73. "memfs": "^3.4.13",
  74. "npm-run-all": "^4.1.5",
  75. "prettier": "^2.8.7",
  76. "standard-version": "^9.3.1",
  77. "typescript": "^4.9.5",
  78. "uglify-js": "^3.18.0",
  79. "webpack": "^5.92.1",
  80. "webpack-cli": "^4.10.0",
  81. "worker-loader": "^3.0.8"
  82. },
  83. "engines": {
  84. "node": ">= 10.13.0"
  85. },
  86. "files": [
  87. "dist",
  88. "types"
  89. ],
  90. "funding": {
  91. "type": "opencollective",
  92. "url": "https://opencollective.com/webpack"
  93. },
  94. "homepage": "https://github.com/webpack-contrib/terser-webpack-plugin",
  95. "keywords": [
  96. "uglify",
  97. "uglify-js",
  98. "uglify-es",
  99. "terser",
  100. "webpack",
  101. "webpack-plugin",
  102. "minification",
  103. "compress",
  104. "compressor",
  105. "min",
  106. "minification",
  107. "minifier",
  108. "minify",
  109. "optimize",
  110. "optimizer"
  111. ],
  112. "license": "MIT",
  113. "main": "dist/index.js",
  114. "name": "terser-webpack-plugin",
  115. "peerDependencies": {
  116. "webpack": "^5.1.0"
  117. },
  118. "peerDependenciesMeta": {
  119. "@swc/core": {
  120. "optional": true
  121. },
  122. "uglify-js": {
  123. "optional": true
  124. },
  125. "esbuild": {
  126. "optional": true
  127. }
  128. },
  129. "repository": {
  130. "type": "git",
  131. "url": "git+https://github.com/webpack-contrib/terser-webpack-plugin.git"
  132. },
  133. "scripts": {
  134. "build": "npm-run-all -p \"build:**\"",
  135. "build:code": "cross-env NODE_ENV=production babel src -d dist --copy-files",
  136. "build:types": "tsc --declaration --emitDeclarationOnly --outDir types && prettier \"types/**/*.ts\" --write",
  137. "clean": "del-cli dist types",
  138. "commitlint": "commitlint --from=master",
  139. "fix": "npm-run-all -l fix:js fix:prettier",
  140. "fix:js": "npm run lint:js -- --fix",
  141. "fix:prettier": "npm run lint:prettier -- --write",
  142. "lint": "npm-run-all -l -p \"lint:**\"",
  143. "lint:js": "eslint --cache .",
  144. "lint:prettier": "prettier --list-different .",
  145. "lint:spelling": "cspell \"**/*.*\"",
  146. "lint:types": "tsc --pretty --noEmit",
  147. "prebuild": "npm run clean",
  148. "prepare": "husky install && npm run build",
  149. "pretest": "npm run lint",
  150. "release": "standard-version",
  151. "security": "npm audit --production",
  152. "test": "npm run test:coverage",
  153. "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
  154. "test:only": "cross-env NODE_ENV=test jest",
  155. "test:watch": "npm run test:only -- --watch"
  156. },
  157. "types": "types/index.d.ts",
  158. "version": "5.3.14"
  159. }