package.json 3.8 KB

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