package.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. {
  2. "_args": [
  3. [
  4. "terser-webpack-plugin@1.4.5",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "terser-webpack-plugin@1.4.5",
  10. "_id": "terser-webpack-plugin@1.4.5",
  11. "_inBundle": false,
  12. "_integrity": "sha1-oheu+uozDnNP+sthIOwfoxLWBAs=",
  13. "_location": "/terser-webpack-plugin",
  14. "_phantomChildren": {
  15. "ajv": "6.12.6",
  16. "ajv-errors": "1.0.1",
  17. "ajv-keywords": "3.5.2",
  18. "commondir": "1.0.1",
  19. "p-limit": "2.3.0",
  20. "pify": "4.0.1"
  21. },
  22. "_requested": {
  23. "type": "version",
  24. "registry": true,
  25. "raw": "terser-webpack-plugin@1.4.5",
  26. "name": "terser-webpack-plugin",
  27. "escapedName": "terser-webpack-plugin",
  28. "rawSpec": "1.4.5",
  29. "saveSpec": null,
  30. "fetchSpec": "1.4.5"
  31. },
  32. "_requiredBy": [
  33. "/@vue/cli-service",
  34. "/webpack"
  35. ],
  36. "_resolved": "https://registry.nlark.com/terser-webpack-plugin/download/terser-webpack-plugin-1.4.5.tgz?cache=0&sync_timestamp=1630671841179&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fterser-webpack-plugin%2Fdownload%2Fterser-webpack-plugin-1.4.5.tgz",
  37. "_spec": "1.4.5",
  38. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  39. "author": {
  40. "name": "webpack Contrib Team"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/webpack-contrib/terser-webpack-plugin/issues"
  44. },
  45. "dependencies": {
  46. "cacache": "^12.0.2",
  47. "find-cache-dir": "^2.1.0",
  48. "is-wsl": "^1.1.0",
  49. "schema-utils": "^1.0.0",
  50. "serialize-javascript": "^4.0.0",
  51. "source-map": "^0.6.1",
  52. "terser": "^4.1.2",
  53. "webpack-sources": "^1.4.0",
  54. "worker-farm": "^1.7.0"
  55. },
  56. "description": "Terser plugin for webpack",
  57. "devDependencies": {
  58. "@babel/cli": "^7.5.5",
  59. "@babel/core": "^7.5.5",
  60. "@babel/preset-env": "^7.5.5",
  61. "@commitlint/cli": "^8.1.0",
  62. "@commitlint/config-conventional": "^8.1.0",
  63. "@webpack-contrib/defaults": "^5.0.2",
  64. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  65. "babel-jest": "^24.8.0",
  66. "commitlint-azure-pipelines-cli": "^1.0.2",
  67. "cross-env": "^5.2.0",
  68. "del": "^4.1.1",
  69. "del-cli": "^1.1.0",
  70. "eslint": "^6.1.0",
  71. "eslint-config-prettier": "^6.0.0",
  72. "eslint-plugin-import": "^2.18.2",
  73. "husky": "^3.0.2",
  74. "jest": "^24.8.0",
  75. "jest-junit": "^7.0.0",
  76. "lint-staged": "^9.2.1",
  77. "memory-fs": "^0.4.1",
  78. "npm-run-all": "^4.1.5",
  79. "prettier": "^1.18.2",
  80. "standard-version": "^7.0.0",
  81. "uglify-js": "^3.6.0",
  82. "webpack": "^4.38.0"
  83. },
  84. "engines": {
  85. "node": ">= 6.9.0"
  86. },
  87. "files": [
  88. "dist"
  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"
  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 --ignore \"src/**/*.test.js\" --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 src test",
  125. "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css}\" --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": "cross-env NODE_ENV=test npm run test:coverage",
  133. "test:coverage": "cross-env NODE_ENV=test jest --collectCoverageFrom=\"src/**/*.js\" --coverage",
  134. "test:only": "cross-env NODE_ENV=test jest",
  135. "test:watch": "cross-env NODE_ENV=test jest --watch"
  136. },
  137. "version": "1.4.5"
  138. }