package.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. {
  2. "_from": "webpack-bundle-analyzer@^4.4.0",
  3. "_id": "webpack-bundle-analyzer@4.10.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vJptkMm9pk5si4Bv922ZbKLV8UTT4zib4FPgXMhgzUny0bfDDkLXAVQs3ly3fS4/TN9ROFtb0NFrm04UXFE/Vw==",
  6. "_location": "/webpack-bundle-analyzer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "webpack-bundle-analyzer@^4.4.0",
  12. "name": "webpack-bundle-analyzer",
  13. "escapedName": "webpack-bundle-analyzer",
  14. "rawSpec": "^4.4.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.4.0"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-service"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.10.2.tgz",
  22. "_shasum": "633af2862c213730be3dbdf40456db171b60d5bd",
  23. "_spec": "webpack-bundle-analyzer@^4.4.0",
  24. "_where": "E:\\vue_project\\el-table-column\\node_modules\\@vue\\cli-service",
  25. "author": {
  26. "name": "Yury Grunin",
  27. "email": "grunin.ya@ya.ru"
  28. },
  29. "bin": {
  30. "webpack-bundle-analyzer": "lib/bin/analyzer.js"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/webpack-contrib/webpack-bundle-analyzer/issues"
  34. },
  35. "bundleDependencies": false,
  36. "changelog": "https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
  37. "dependencies": {
  38. "@discoveryjs/json-ext": "0.5.7",
  39. "acorn": "^8.0.4",
  40. "acorn-walk": "^8.0.0",
  41. "commander": "^7.2.0",
  42. "debounce": "^1.2.1",
  43. "escape-string-regexp": "^4.0.0",
  44. "gzip-size": "^6.0.0",
  45. "html-escaper": "^2.0.2",
  46. "opener": "^1.5.2",
  47. "picocolors": "^1.0.0",
  48. "sirv": "^2.0.3",
  49. "ws": "^7.3.1"
  50. },
  51. "deprecated": false,
  52. "description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
  53. "devDependencies": {
  54. "@babel/core": "7.14.3",
  55. "@babel/plugin-proposal-class-properties": "7.13.0",
  56. "@babel/plugin-proposal-decorators": "7.14.2",
  57. "@babel/plugin-transform-runtime": "7.14.3",
  58. "@babel/preset-env": "7.14.2",
  59. "@babel/preset-react": "7.13.13",
  60. "@babel/runtime": "7.14.0",
  61. "@carrotsearch/foamtree": "3.5.0",
  62. "autoprefixer": "10.2.5",
  63. "babel-eslint": "10.1.0",
  64. "babel-loader": "8.2.2",
  65. "babel-plugin-lodash": "3.3.4",
  66. "chai": "4.3.4",
  67. "chai-subset": "1.6.0",
  68. "classnames": "2.3.1",
  69. "core-js": "3.12.1",
  70. "css-loader": "5.2.5",
  71. "cssnano": "5.0.4",
  72. "del": "6.0.0",
  73. "eslint": "5.16.0",
  74. "eslint-config-th0r": "2.0.0",
  75. "eslint-config-th0r-react": "2.0.1",
  76. "eslint-plugin-react": "7.23.2",
  77. "filesize": "^6.3.0",
  78. "globby": "11.0.3",
  79. "gulp": "4.0.2",
  80. "gulp-babel": "8.0.0",
  81. "jest": "27.2.2",
  82. "lodash.memoize": "^4.1.2",
  83. "lodash.merge": "^4.6.2",
  84. "lodash.partial": "^4.2.1",
  85. "mobx": "5.15.7",
  86. "mobx-react": "6.3.1",
  87. "postcss": "8.3.0",
  88. "postcss-icss-values": "2.0.2",
  89. "postcss-loader": "5.3.0",
  90. "preact": "10.5.13",
  91. "puppeteer": "10.4.0",
  92. "stream-combiner2": "1.1.1",
  93. "style-loader": "2.0.0",
  94. "terser-webpack-plugin": "5.1.2",
  95. "url-loader": "4.1.1",
  96. "webpack": "5.76.0",
  97. "webpack-cli": "3.3.12",
  98. "webpack-dev-server": "3.11.3"
  99. },
  100. "engines": {
  101. "node": ">= 10.13.0"
  102. },
  103. "files": [
  104. "public",
  105. "lib"
  106. ],
  107. "homepage": "https://github.com/webpack-contrib/webpack-bundle-analyzer",
  108. "keywords": [
  109. "webpack",
  110. "bundle",
  111. "analyzer",
  112. "modules",
  113. "size",
  114. "interactive",
  115. "chart",
  116. "treemap",
  117. "zoomable",
  118. "zoom"
  119. ],
  120. "license": "MIT",
  121. "main": "lib/index.js",
  122. "name": "webpack-bundle-analyzer",
  123. "packageManager": "npm@6.14.8",
  124. "repository": {
  125. "type": "git",
  126. "url": "git+https://github.com/webpack-contrib/webpack-bundle-analyzer.git"
  127. },
  128. "scripts": {
  129. "build": "gulp build",
  130. "install-test-webpack-versions": "./bin/install-test-webpack-versions.sh",
  131. "lint": "eslint --ext js,jsx .",
  132. "npm-publish": "npm run lint && npm run build && npm test && npm publish",
  133. "start": "gulp watch",
  134. "test": "npm run install-test-webpack-versions && jest --runInBand",
  135. "test-dev": "npm run install-test-webpack-versions && jest --watch --runInBand"
  136. },
  137. "version": "4.10.2"
  138. }