package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "gzip-size@5.1.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "gzip-size@5.1.0",
  10. "_id": "gzip-size@5.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-LbA5bHH1yQLVz2tSrdUDC5PJm9I=",
  13. "_location": "/gzip-size",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "gzip-size@5.1.0",
  19. "name": "gzip-size",
  20. "escapedName": "gzip-size",
  21. "rawSpec": "5.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "5.1.0"
  24. },
  25. "_requiredBy": [
  26. "/webpack-bundle-analyzer"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/gzip-size/download/gzip-size-5.1.0.tgz",
  29. "_spec": "5.1.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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": "^4.0.1"
  42. },
  43. "description": "Get the gzipped size of a string or buffer",
  44. "devDependencies": {
  45. "ava": "^1.4.1",
  46. "p-event": "^2.1.0",
  47. "tsd": "^0.7.2",
  48. "xo": "^0.24.0"
  49. },
  50. "engines": {
  51. "node": ">=6"
  52. },
  53. "files": [
  54. "index.js",
  55. "index.d.ts"
  56. ],
  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": "5.1.0"
  78. }