package.json 3.3 KB

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