package.json 3.4 KB

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