package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "gzip-size@4.1.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "gzip-size@4.1.0",
  10. "_id": "gzip-size@4.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-iuCWJX6r59acRb4rZ8RIEk/7UXw=",
  13. "_location": "/gzip-size",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "gzip-size@4.1.0",
  19. "name": "gzip-size",
  20. "escapedName": "gzip-size",
  21. "rawSpec": "4.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.1.0"
  24. },
  25. "_requiredBy": [
  26. "/webpack-bundle-analyzer"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-4.1.0.tgz",
  29. "_spec": "4.1.0",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/gzip-size/issues"
  38. },
  39. "dependencies": {
  40. "duplexer": "^0.1.1",
  41. "pify": "^3.0.0"
  42. },
  43. "description": "Get the gzipped size of a string or buffer",
  44. "devDependencies": {
  45. "ava": "*",
  46. "p-event": "^1.3.0",
  47. "xo": "*"
  48. },
  49. "engines": {
  50. "node": ">=4"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/sindresorhus/gzip-size#readme",
  56. "keywords": [
  57. "app",
  58. "tool",
  59. "zlib",
  60. "gzip",
  61. "compressed",
  62. "size",
  63. "string",
  64. "buffer"
  65. ],
  66. "license": "MIT",
  67. "name": "gzip-size",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/sindresorhus/gzip-size.git"
  71. },
  72. "scripts": {
  73. "test": "xo && ava"
  74. },
  75. "version": "4.1.0"
  76. }