package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. {
  2. "_from": "webpack-bundle-analyzer@^3.8.0",
  3. "_id": "webpack-bundle-analyzer@3.9.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-9vlNsQj7V05BWtMT3kGicH0z7zw=",
  6. "_location": "/webpack-bundle-analyzer",
  7. "_phantomChildren": {
  8. "ansi-styles": "3.2.1",
  9. "escape-string-regexp": "1.0.5",
  10. "minimist": "1.2.5",
  11. "supports-color": "5.5.0"
  12. },
  13. "_requested": {
  14. "type": "range",
  15. "registry": true,
  16. "raw": "webpack-bundle-analyzer@^3.8.0",
  17. "name": "webpack-bundle-analyzer",
  18. "escapedName": "webpack-bundle-analyzer",
  19. "rawSpec": "^3.8.0",
  20. "saveSpec": null,
  21. "fetchSpec": "^3.8.0"
  22. },
  23. "_requiredBy": [
  24. "/@vue/cli-service"
  25. ],
  26. "_resolved": "https://registry.nlark.com/webpack-bundle-analyzer/download/webpack-bundle-analyzer-3.9.0.tgz",
  27. "_shasum": "f6f94db108fb574e415ad313de41a2707d33ef3c",
  28. "_spec": "webpack-bundle-analyzer@^3.8.0",
  29. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\@vue\\cli-service",
  30. "author": {
  31. "name": "Yury Grunin",
  32. "email": "grunin.ya@ya.ru"
  33. },
  34. "bin": {
  35. "webpack-bundle-analyzer": "lib/bin/analyzer.js"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/webpack-contrib/webpack-bundle-analyzer/issues"
  39. },
  40. "bundleDependencies": false,
  41. "changelog": "https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
  42. "dependencies": {
  43. "acorn": "^7.1.1",
  44. "acorn-walk": "^7.1.1",
  45. "bfj": "^6.1.1",
  46. "chalk": "^2.4.1",
  47. "commander": "^2.18.0",
  48. "ejs": "^2.6.1",
  49. "express": "^4.16.3",
  50. "filesize": "^3.6.1",
  51. "gzip-size": "^5.0.0",
  52. "lodash": "^4.17.19",
  53. "mkdirp": "^0.5.1",
  54. "opener": "^1.5.1",
  55. "ws": "^6.0.0"
  56. },
  57. "deprecated": false,
  58. "description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
  59. "devDependencies": {
  60. "@babel/core": "7.4.3",
  61. "@babel/plugin-proposal-class-properties": "7.4.0",
  62. "@babel/plugin-proposal-decorators": "7.4.0",
  63. "@babel/plugin-transform-runtime": "7.4.3",
  64. "@babel/polyfill": "7.4.3",
  65. "@babel/preset-env": "7.4.3",
  66. "@babel/preset-react": "7.0.0",
  67. "@babel/register": "7.4.0",
  68. "@babel/runtime": "7.4.3",
  69. "autoprefixer": "9.5.1",
  70. "babel-eslint": "10.0.1",
  71. "babel-loader": "8.0.5",
  72. "babel-plugin-lodash": "3.3.4",
  73. "chai": "4.2.0",
  74. "chai-subset": "1.6.0",
  75. "classnames": "2.2.6",
  76. "core-js": "2.6.5",
  77. "css-loader": "2.1.1",
  78. "cssnano": "4.1.10",
  79. "del": "4.1.0",
  80. "eslint": "5.16.0",
  81. "eslint-config-th0r": "2.0.0",
  82. "eslint-config-th0r-react": "2.0.0",
  83. "eslint-plugin-react": "7.12.4",
  84. "exports-loader": "0.7.0",
  85. "gulp": "4.0.2",
  86. "gulp-babel": "8.0.0",
  87. "mobx": "5.9.4",
  88. "mobx-preact": "3.0.0",
  89. "mocha": "6.2.2",
  90. "nightmare": "3.0.1",
  91. "postcss-icss-values": "2.0.2",
  92. "postcss-loader": "3.0.0",
  93. "preact": "8.4.2",
  94. "stream-combiner2": "1.1.1",
  95. "style-loader": "0.23.1",
  96. "terser-webpack-plugin": "1.4.3",
  97. "url-loader": "1.1.2",
  98. "webpack": "4.42.0",
  99. "webpack-cli": "3.3.11",
  100. "webpack-dev-server": "3.10.3"
  101. },
  102. "engines": {
  103. "node": ">= 6.14.4"
  104. },
  105. "files": [
  106. "public",
  107. "lib",
  108. "src",
  109. "views"
  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. "repository": {
  128. "type": "git",
  129. "url": "git+https://github.com/webpack-contrib/webpack-bundle-analyzer.git"
  130. },
  131. "scripts": {
  132. "build": "gulp build",
  133. "lint": "eslint --ext js,jsx .",
  134. "npm-publish": "npm run lint && npm run build && npm test && npm publish",
  135. "start": "gulp watch",
  136. "test": "mocha --exit --require @babel/register",
  137. "test-dev": "mocha --watch --require @babel/register"
  138. },
  139. "version": "3.9.0"
  140. }