You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

163 lines
4.6 KiB

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