package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. {
  2. "_args": [
  3. [
  4. "webpack-bundle-analyzer@3.3.2",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "webpack-bundle-analyzer@3.3.2",
  10. "_id": "webpack-bundle-analyzer@3.3.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-PaczqQD1FZFOcp/OvNTEDd5x/G8=",
  13. "_location": "/webpack-bundle-analyzer",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "webpack-bundle-analyzer@3.3.2",
  19. "name": "webpack-bundle-analyzer",
  20. "escapedName": "webpack-bundle-analyzer",
  21. "rawSpec": "3.3.2",
  22. "saveSpec": null,
  23. "fetchSpec": "3.3.2"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/webpack-bundle-analyzer/download/webpack-bundle-analyzer-3.3.2.tgz",
  29. "_spec": "3.3.2",
  30. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  31. "author": {
  32. "name": "Yury Grunin",
  33. "email": "grunin.ya@ya.ru"
  34. },
  35. "bin": {
  36. "webpack-bundle-analyzer": "lib/bin/analyzer.js"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/webpack-contrib/webpack-bundle-analyzer/issues"
  40. },
  41. "changelog": "https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
  42. "dependencies": {
  43. "acorn": "^6.0.7",
  44. "acorn-walk": "^6.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.10",
  53. "mkdirp": "^0.5.1",
  54. "opener": "^1.5.1",
  55. "ws": "^6.0.0"
  56. },
  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. "babel-eslint": "10.0.1",
  69. "babel-loader": "8.0.5",
  70. "babel-plugin-lodash": "3.3.4",
  71. "chai": "4.2.0",
  72. "chai-subset": "1.6.0",
  73. "classnames": "2.2.6",
  74. "core-js": "2.6.5",
  75. "css-loader": "2.1.1",
  76. "cssnano": "4.1.10",
  77. "del": "4.1.0",
  78. "eslint": "5.16.0",
  79. "eslint-config-th0r": "2.0.0",
  80. "eslint-config-th0r-react": "2.0.0",
  81. "eslint-plugin-react": "7.12.4",
  82. "exports-loader": "0.7.0",
  83. "gulp": "4.0.0",
  84. "gulp-babel": "8.0.0",
  85. "mobx": "5.9.4",
  86. "mobx-preact": "3.0.0",
  87. "mocha": "6.1.2",
  88. "nightmare": "3.0.1",
  89. "postcss-icss-values": "2.0.2",
  90. "postcss-loader": "3.0.0",
  91. "preact": "8.4.2",
  92. "stream-combiner2": "1.1.1",
  93. "style-loader": "0.23.1",
  94. "terser-webpack-plugin": "1.2.3",
  95. "url-loader": "1.1.2",
  96. "webpack": "4.29.6",
  97. "webpack-cli": "3.3.0",
  98. "webpack-dev-server": "3.3.1"
  99. },
  100. "engines": {
  101. "node": ">= 6.14.4"
  102. },
  103. "files": [
  104. "public",
  105. "lib",
  106. "src",
  107. "views"
  108. ],
  109. "homepage": "https://github.com/webpack-contrib/webpack-bundle-analyzer",
  110. "keywords": [
  111. "webpack",
  112. "bundle",
  113. "analyzer",
  114. "modules",
  115. "size",
  116. "interactive",
  117. "chart",
  118. "treemap",
  119. "zoomable",
  120. "zoom"
  121. ],
  122. "license": "MIT",
  123. "main": "lib/index.js",
  124. "name": "webpack-bundle-analyzer",
  125. "repository": {
  126. "type": "git",
  127. "url": "git+https://github.com/webpack-contrib/webpack-bundle-analyzer.git"
  128. },
  129. "scripts": {
  130. "build": "gulp build",
  131. "lint": "eslint --ext js,jsx .",
  132. "npm-publish": "npm run lint && npm run build && npm test && npm publish",
  133. "start": "gulp watch",
  134. "test": "mocha --exit --require @babel/register",
  135. "test-dev": "mocha --watch --require @babel/register"
  136. },
  137. "version": "3.3.2"
  138. }