package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. {
  2. "_from": "terser-webpack-plugin@^4.2.3",
  3. "_id": "terser-webpack-plugin@4.2.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jTgXh40RnvOrLQNgIkwEKnQ8rmHjHK4u+6UBEi+W+FPmvb+uo+chJXntKe7/3lW5mNysgSWD60KyesnhW8D6MQ==",
  6. "_location": "/terser-webpack-plugin",
  7. "_phantomChildren": {
  8. "@types/json-schema": "7.0.11",
  9. "acorn": "8.7.0",
  10. "ajv": "6.12.6",
  11. "ajv-keywords": "3.5.2",
  12. "source-map-support": "0.5.21",
  13. "yocto-queue": "0.1.0"
  14. },
  15. "_requested": {
  16. "type": "range",
  17. "registry": true,
  18. "raw": "terser-webpack-plugin@^4.2.3",
  19. "name": "terser-webpack-plugin",
  20. "escapedName": "terser-webpack-plugin",
  21. "rawSpec": "^4.2.3",
  22. "saveSpec": null,
  23. "fetchSpec": "^4.2.3"
  24. },
  25. "_requiredBy": [
  26. "/@nuxt/webpack"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-4.2.3.tgz",
  29. "_shasum": "28daef4a83bd17c1db0297070adc07fc8cfc6a9a",
  30. "_spec": "terser-webpack-plugin@^4.2.3",
  31. "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\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. "cacache": "^15.0.5",
  41. "find-cache-dir": "^3.3.1",
  42. "jest-worker": "^26.5.0",
  43. "p-limit": "^3.0.2",
  44. "schema-utils": "^3.0.0",
  45. "serialize-javascript": "^5.0.1",
  46. "source-map": "^0.6.1",
  47. "terser": "^5.3.4",
  48. "webpack-sources": "^1.4.3"
  49. },
  50. "deprecated": false,
  51. "description": "Terser plugin for webpack",
  52. "devDependencies": {
  53. "@babel/cli": "^7.11.6",
  54. "@babel/core": "^7.11.6",
  55. "@babel/preset-env": "^7.11.5",
  56. "@commitlint/cli": "^11.0.0",
  57. "@commitlint/config-conventional": "^11.0.0",
  58. "@webpack-contrib/defaults": "^6.3.0",
  59. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  60. "babel-jest": "^26.5.2",
  61. "copy-webpack-plugin": "^6.2.0",
  62. "cross-env": "^7.0.2",
  63. "del": "^6.0.0",
  64. "del-cli": "^3.0.1",
  65. "eslint": "^7.10.0",
  66. "eslint-config-prettier": "^6.12.0",
  67. "eslint-plugin-import": "^2.22.1",
  68. "file-loader": "^6.1.0",
  69. "husky": "^4.3.0",
  70. "jest": "^26.5.2",
  71. "lint-staged": "^10.4.0",
  72. "memfs": "^3.2.0",
  73. "npm-run-all": "^4.1.5",
  74. "prettier": "^2.1.2",
  75. "standard-version": "^9.0.0",
  76. "uglify-js": "^3.11.1",
  77. "webpack": "^4.44.2",
  78. "worker-loader": "^3.0.3"
  79. },
  80. "engines": {
  81. "node": ">= 10.13.0"
  82. },
  83. "files": [
  84. "dist"
  85. ],
  86. "funding": {
  87. "type": "opencollective",
  88. "url": "https://opencollective.com/webpack"
  89. },
  90. "homepage": "https://github.com/webpack-contrib/terser-webpack-plugin",
  91. "keywords": [
  92. "uglify",
  93. "uglify-js",
  94. "uglify-es",
  95. "terser",
  96. "webpack",
  97. "webpack-plugin",
  98. "minification",
  99. "compress",
  100. "compressor",
  101. "min",
  102. "minification",
  103. "minifier",
  104. "minify",
  105. "optimize",
  106. "optimizer"
  107. ],
  108. "license": "MIT",
  109. "main": "dist/cjs.js",
  110. "name": "terser-webpack-plugin",
  111. "peerDependencies": {
  112. "webpack": "^4.0.0 || ^5.0.0"
  113. },
  114. "repository": {
  115. "type": "git",
  116. "url": "git+https://github.com/webpack-contrib/terser-webpack-plugin.git"
  117. },
  118. "scripts": {
  119. "build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
  120. "clean": "del-cli dist",
  121. "commitlint": "commitlint --from=master",
  122. "defaults": "webpack-defaults",
  123. "lint": "npm-run-all -l -p \"lint:**\"",
  124. "lint:js": "eslint --cache .",
  125. "lint:prettier": "prettier --list-different .",
  126. "prebuild": "npm run clean",
  127. "prepare": "npm run build",
  128. "pretest": "npm run lint",
  129. "release": "standard-version",
  130. "security": "npm audit",
  131. "start": "npm run build -- -w",
  132. "test": "npm run test:coverage",
  133. "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
  134. "test:only": "cross-env NODE_ENV=test jest",
  135. "test:watch": "npm run test:only -- --watch"
  136. },
  137. "version": "4.2.3"
  138. }