package.json 3.9 KB

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