package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "gzip-size@6.0.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "gzip-size@6.0.0",
  10. "_id": "gzip-size@6.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==",
  13. "_location": "/gzip-size",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "gzip-size@6.0.0",
  19. "name": "gzip-size",
  20. "escapedName": "gzip-size",
  21. "rawSpec": "6.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "6.0.0"
  24. },
  25. "_requiredBy": [
  26. "/webpack-bundle-analyzer"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/gzip-size/-/gzip-size-6.0.0.tgz",
  29. "_spec": "6.0.0",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "https://sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/gzip-size/issues"
  38. },
  39. "dependencies": {
  40. "duplexer": "^0.1.2"
  41. },
  42. "description": "Get the gzipped size of a string or buffer",
  43. "devDependencies": {
  44. "ava": "^2.4.0",
  45. "p-event": "^4.2.0",
  46. "tsd": "^0.13.1",
  47. "xo": "^0.34.2"
  48. },
  49. "engines": {
  50. "node": ">=10"
  51. },
  52. "files": [
  53. "index.js",
  54. "index.d.ts"
  55. ],
  56. "funding": "https://github.com/sponsors/sindresorhus",
  57. "homepage": "https://github.com/sindresorhus/gzip-size#readme",
  58. "keywords": [
  59. "app",
  60. "tool",
  61. "zlib",
  62. "gzip",
  63. "compressed",
  64. "size",
  65. "string",
  66. "buffer"
  67. ],
  68. "license": "MIT",
  69. "name": "gzip-size",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/sindresorhus/gzip-size.git"
  73. },
  74. "scripts": {
  75. "test": "xo && ava && tsd"
  76. },
  77. "version": "6.0.0"
  78. }