You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

142 lines
4.1 KiB

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