package.json 4.0 KB

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