package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "_from": "webpack-bundle-analyzer@^4.4.1",
  3. "_id": "webpack-bundle-analyzer@4.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-GUMZlM3SKwS8Z+CKeIFx7CVoHn3dXFcUAjT/dcZQQmfSZGvitPfMob2ipjai7ovFFqPvTqkEZ/leL4O0YOdAYQ==",
  6. "_location": "/webpack-bundle-analyzer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "webpack-bundle-analyzer@^4.4.1",
  12. "name": "webpack-bundle-analyzer",
  13. "escapedName": "webpack-bundle-analyzer",
  14. "rawSpec": "^4.4.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.4.1"
  17. },
  18. "_requiredBy": [
  19. "/@nuxt/webpack"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.5.0.tgz",
  22. "_shasum": "1b0eea2947e73528754a6f9af3e91b2b6e0f79d5",
  23. "_spec": "webpack-bundle-analyzer@^4.4.1",
  24. "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\webpack",
  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. "acorn": "^8.0.4",
  39. "acorn-walk": "^8.0.0",
  40. "chalk": "^4.1.0",
  41. "commander": "^7.2.0",
  42. "gzip-size": "^6.0.0",
  43. "lodash": "^4.17.20",
  44. "opener": "^1.5.2",
  45. "sirv": "^1.0.7",
  46. "ws": "^7.3.1"
  47. },
  48. "deprecated": false,
  49. "description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
  50. "devDependencies": {
  51. "@babel/core": "7.14.3",
  52. "@babel/plugin-proposal-class-properties": "7.13.0",
  53. "@babel/plugin-proposal-decorators": "7.14.2",
  54. "@babel/plugin-transform-runtime": "7.14.3",
  55. "@babel/preset-env": "7.14.2",
  56. "@babel/preset-react": "7.13.13",
  57. "@babel/runtime": "7.14.0",
  58. "@carrotsearch/foamtree": "3.5.0",
  59. "autoprefixer": "10.2.5",
  60. "babel-eslint": "10.1.0",
  61. "babel-loader": "8.2.2",
  62. "babel-plugin-lodash": "3.3.4",
  63. "chai": "4.3.4",
  64. "chai-subset": "1.6.0",
  65. "classnames": "2.3.1",
  66. "core-js": "3.12.1",
  67. "css-loader": "5.2.5",
  68. "cssnano": "5.0.4",
  69. "del": "6.0.0",
  70. "eslint": "5.16.0",
  71. "eslint-config-th0r": "2.0.0",
  72. "eslint-config-th0r-react": "2.0.1",
  73. "eslint-plugin-react": "7.23.2",
  74. "filesize": "^6.3.0",
  75. "globby": "11.0.3",
  76. "gulp": "4.0.2",
  77. "gulp-babel": "8.0.0",
  78. "jest": "27.2.2",
  79. "mobx": "5.15.7",
  80. "mobx-react": "6.3.1",
  81. "postcss": "8.3.0",
  82. "postcss-icss-values": "2.0.2",
  83. "postcss-loader": "5.3.0",
  84. "preact": "10.5.13",
  85. "puppeteer": "10.4.0",
  86. "stream-combiner2": "1.1.1",
  87. "style-loader": "2.0.0",
  88. "terser-webpack-plugin": "5.1.2",
  89. "url-loader": "4.1.1",
  90. "webpack": "5.37.1",
  91. "webpack-cli": "3.3.12",
  92. "webpack-dev-server": "3.11.2"
  93. },
  94. "engines": {
  95. "node": ">= 10.13.0"
  96. },
  97. "files": [
  98. "public",
  99. "lib"
  100. ],
  101. "homepage": "https://github.com/webpack-contrib/webpack-bundle-analyzer",
  102. "keywords": [
  103. "webpack",
  104. "bundle",
  105. "analyzer",
  106. "modules",
  107. "size",
  108. "interactive",
  109. "chart",
  110. "treemap",
  111. "zoomable",
  112. "zoom"
  113. ],
  114. "license": "MIT",
  115. "main": "lib/index.js",
  116. "name": "webpack-bundle-analyzer",
  117. "repository": {
  118. "type": "git",
  119. "url": "git+https://github.com/webpack-contrib/webpack-bundle-analyzer.git"
  120. },
  121. "scripts": {
  122. "build": "gulp build",
  123. "install-test-webpack-versions": "./bin/install-test-webpack-versions.sh",
  124. "lint": "eslint --ext js,jsx .",
  125. "npm-publish": "npm run lint && npm run build && npm test && npm publish",
  126. "start": "gulp watch",
  127. "test": "npm run install-test-webpack-versions && jest --runInBand",
  128. "test-dev": "npm run install-test-webpack-versions && jest --watch --runInBand"
  129. },
  130. "version": "4.5.0"
  131. }