package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "_from": "webpack-bundle-analyzer@^2.13.1",
  3. "_id": "webpack-bundle-analyzer@2.13.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-rwxyfecTAxoarCC9VlHlIpfQCmmJ/qWD5bpbjkof+7HrNhTNZIwZITxN6CdlYL2axGmwNUQ+tFgcSOiNXMf/sQ==",
  6. "_location": "/webpack-bundle-analyzer",
  7. "_phantomChildren": {
  8. "async-limiter": "1.0.1",
  9. "safe-buffer": "5.1.2"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "webpack-bundle-analyzer@^2.13.1",
  15. "name": "webpack-bundle-analyzer",
  16. "escapedName": "webpack-bundle-analyzer",
  17. "rawSpec": "^2.13.1",
  18. "saveSpec": null,
  19. "fetchSpec": "^2.13.1"
  20. },
  21. "_requiredBy": [
  22. "#DEV:/"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.13.1.tgz",
  25. "_shasum": "07d2176c6e86c3cdce4c23e56fae2a7b6b4ad526",
  26. "_spec": "webpack-bundle-analyzer@^2.13.1",
  27. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web",
  28. "author": {
  29. "name": "Yury Grunin",
  30. "email": "grunin.ya@ya.ru"
  31. },
  32. "bin": {
  33. "webpack-bundle-analyzer": "lib/bin/analyzer.js"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/webpack-contrib/webpack-bundle-analyzer/issues"
  37. },
  38. "bundleDependencies": false,
  39. "changelog": "https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
  40. "dependencies": {
  41. "acorn": "^5.3.0",
  42. "bfj-node4": "^5.2.0",
  43. "chalk": "^2.3.0",
  44. "commander": "^2.13.0",
  45. "ejs": "^2.5.7",
  46. "express": "^4.16.2",
  47. "filesize": "^3.5.11",
  48. "gzip-size": "^4.1.0",
  49. "lodash": "^4.17.4",
  50. "mkdirp": "^0.5.1",
  51. "opener": "^1.4.3",
  52. "ws": "^4.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": "6.26.0",
  58. "babel-eslint": "8.2.1",
  59. "babel-loader": "7.1.2",
  60. "babel-plugin-transform-class-properties": "6.24.1",
  61. "babel-plugin-transform-object-rest-spread": "6.26.0",
  62. "babel-plugin-transform-react-jsx": "6.24.1",
  63. "babel-preset-env": "1.6.1",
  64. "chai": "4.1.2",
  65. "chai-subset": "1.6.0",
  66. "classnames": "2.2.5",
  67. "css-loader": "0.28.9",
  68. "del": "3.0.0",
  69. "eslint": "4.16.0",
  70. "eslint-config-th0r": "1.0.0",
  71. "eslint-config-th0r-react": "1.0.0",
  72. "eslint-plugin-react": "7.6.1",
  73. "exports-loader": "0.6.4",
  74. "gulp": "4.0.0",
  75. "gulp-babel": "7.0.1",
  76. "mocha": "5.0.0",
  77. "nightmare": "2.10.0",
  78. "preact": "8.2.7",
  79. "sinon": "4.2.2",
  80. "stream-combiner2": "1.1.1",
  81. "style-loader": "0.20.1",
  82. "webpack": "3.10.0",
  83. "webpack-dev-server": "2.11.1"
  84. },
  85. "engines": {
  86. "node": ">= 4"
  87. },
  88. "files": [
  89. "public",
  90. "lib",
  91. "src",
  92. "views"
  93. ],
  94. "homepage": "https://github.com/webpack-contrib/webpack-bundle-analyzer",
  95. "keywords": [
  96. "webpack",
  97. "bundle",
  98. "analyzer",
  99. "modules",
  100. "size",
  101. "interactive",
  102. "chart",
  103. "treemap",
  104. "zoomable",
  105. "zoom"
  106. ],
  107. "license": "MIT",
  108. "main": "lib/index.js",
  109. "name": "webpack-bundle-analyzer",
  110. "repository": {
  111. "type": "git",
  112. "url": "git+https://github.com/webpack-contrib/webpack-bundle-analyzer.git"
  113. },
  114. "scripts": {
  115. "build": "gulp build",
  116. "lint": "eslint --ext js,jsx .",
  117. "npm-publish": "npm run lint && npm run build && npm test && npm publish",
  118. "start": "gulp watch",
  119. "test": "mocha --exit --require babel-core/register",
  120. "test-dev": "mocha --watch --require babel-core/register"
  121. },
  122. "version": "2.13.1"
  123. }