You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 3 година
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "gzip-size@5.0.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "gzip-size@5.0.0",
  9. "_id": "gzip-size@5.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-5iI7omclyqrnWw4XbXAmGhPsABkSIDQonv2K0h61lybgofWa6iZyvrI3r2zsJH4P8Nb64fFVzlvfhs0g7BBxAA==",
  12. "_location": "/gzip-size",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "gzip-size@5.0.0",
  18. "name": "gzip-size",
  19. "escapedName": "gzip-size",
  20. "rawSpec": "5.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "5.0.0"
  23. },
  24. "_requiredBy": [
  25. "/react-dev-utils"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-5.0.0.tgz",
  28. "_spec": "5.0.0",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/gzip-size/issues"
  37. },
  38. "dependencies": {
  39. "duplexer": "^0.1.1",
  40. "pify": "^3.0.0"
  41. },
  42. "description": "Get the gzipped size of a string or buffer",
  43. "devDependencies": {
  44. "ava": "*",
  45. "p-event": "^2.1.0",
  46. "xo": "*"
  47. },
  48. "engines": {
  49. "node": ">=6"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/sindresorhus/gzip-size#readme",
  55. "keywords": [
  56. "app",
  57. "tool",
  58. "zlib",
  59. "gzip",
  60. "compressed",
  61. "size",
  62. "string",
  63. "buffer"
  64. ],
  65. "license": "MIT",
  66. "name": "gzip-size",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/sindresorhus/gzip-size.git"
  70. },
  71. "scripts": {
  72. "test": "xo && ava"
  73. },
  74. "version": "5.0.0"
  75. }