package.json 3.8 KB

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