package.json 3.9 KB

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