package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_from": "webpack-bundle-analyzer@^2.9.0",
  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. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "webpack-bundle-analyzer@^2.9.0",
  12. "name": "webpack-bundle-analyzer",
  13. "escapedName": "webpack-bundle-analyzer",
  14. "rawSpec": "^2.9.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.9.0"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.13.1.tgz",
  22. "_shasum": "07d2176c6e86c3cdce4c23e56fae2a7b6b4ad526",
  23. "_spec": "webpack-bundle-analyzer@^2.9.0",
  24. "_where": "D:\\workSpace\\dealer_front",
  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": "^5.3.0",
  39. "bfj-node4": "^5.2.0",
  40. "chalk": "^2.3.0",
  41. "commander": "^2.13.0",
  42. "ejs": "^2.5.7",
  43. "express": "^4.16.2",
  44. "filesize": "^3.5.11",
  45. "gzip-size": "^4.1.0",
  46. "lodash": "^4.17.4",
  47. "mkdirp": "^0.5.1",
  48. "opener": "^1.4.3",
  49. "ws": "^4.0.0"
  50. },
  51. "deprecated": false,
  52. "description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
  53. "devDependencies": {
  54. "babel-core": "6.26.0",
  55. "babel-eslint": "8.2.1",
  56. "babel-loader": "7.1.2",
  57. "babel-plugin-transform-class-properties": "6.24.1",
  58. "babel-plugin-transform-object-rest-spread": "6.26.0",
  59. "babel-plugin-transform-react-jsx": "6.24.1",
  60. "babel-preset-env": "1.6.1",
  61. "chai": "4.1.2",
  62. "chai-subset": "1.6.0",
  63. "classnames": "2.2.5",
  64. "css-loader": "0.28.9",
  65. "del": "3.0.0",
  66. "eslint": "4.16.0",
  67. "eslint-config-th0r": "1.0.0",
  68. "eslint-config-th0r-react": "1.0.0",
  69. "eslint-plugin-react": "7.6.1",
  70. "exports-loader": "0.6.4",
  71. "gulp": "4.0.0",
  72. "gulp-babel": "7.0.1",
  73. "mocha": "5.0.0",
  74. "nightmare": "2.10.0",
  75. "preact": "8.2.7",
  76. "sinon": "4.2.2",
  77. "stream-combiner2": "1.1.1",
  78. "style-loader": "0.20.1",
  79. "webpack": "3.10.0",
  80. "webpack-dev-server": "2.11.1"
  81. },
  82. "engines": {
  83. "node": ">= 4"
  84. },
  85. "files": [
  86. "public",
  87. "lib",
  88. "src",
  89. "views"
  90. ],
  91. "homepage": "https://github.com/webpack-contrib/webpack-bundle-analyzer",
  92. "keywords": [
  93. "webpack",
  94. "bundle",
  95. "analyzer",
  96. "modules",
  97. "size",
  98. "interactive",
  99. "chart",
  100. "treemap",
  101. "zoomable",
  102. "zoom"
  103. ],
  104. "license": "MIT",
  105. "main": "lib/index.js",
  106. "name": "webpack-bundle-analyzer",
  107. "repository": {
  108. "type": "git",
  109. "url": "git+https://github.com/webpack-contrib/webpack-bundle-analyzer.git"
  110. },
  111. "scripts": {
  112. "build": "gulp build",
  113. "lint": "eslint --ext js,jsx .",
  114. "npm-publish": "npm run lint && npm run build && npm test && npm publish",
  115. "start": "gulp watch",
  116. "test": "mocha --exit --require babel-core/register",
  117. "test-dev": "mocha --watch --require babel-core/register"
  118. },
  119. "version": "2.13.1"
  120. }