package.json 4.2 KB

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