package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "simple-get@^4.0.0",
  3. "_id": "simple-get@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ZalZGexYr3TA0SwySsr5HlgOOinS4Jsa8YB2GJ6lUNAazyAu4KG/VmzMTwAt2YVXzzVj8QmefmAonZIK2BSGcQ==",
  6. "_location": "/simple-get",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "simple-get@^4.0.0",
  12. "name": "simple-get",
  13. "escapedName": "simple-get",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/sharp"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/simple-get/-/simple-get-4.0.0.tgz",
  22. "_shasum": "73fa628278d21de83dadd5512d2cc1f4872bd675",
  23. "_spec": "simple-get@^4.0.0",
  24. "_where": "D:\\a-level\\javascript\\homework\\chat-server\\node_modules\\sharp",
  25. "author": {
  26. "name": "Feross Aboukhadijeh",
  27. "email": "feross@feross.org",
  28. "url": "https://feross.org"
  29. },
  30. "browser": {
  31. "decompress-response": false
  32. },
  33. "bugs": {
  34. "url": "https://github.com/feross/simple-get/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "decompress-response": "^6.0.0",
  39. "once": "^1.3.1",
  40. "simple-concat": "^1.0.0"
  41. },
  42. "deprecated": false,
  43. "description": "Simplest way to make http get requests. Supports HTTPS, redirects, gzip/deflate, streams in < 100 lines.",
  44. "devDependencies": {
  45. "self-signed-https": "^1.0.5",
  46. "standard": "*",
  47. "string-to-stream": "^3.0.0",
  48. "tape": "^5.0.0"
  49. },
  50. "funding": [
  51. {
  52. "type": "github",
  53. "url": "https://github.com/sponsors/feross"
  54. },
  55. {
  56. "type": "patreon",
  57. "url": "https://www.patreon.com/feross"
  58. },
  59. {
  60. "type": "consulting",
  61. "url": "https://feross.org/support"
  62. }
  63. ],
  64. "homepage": "https://github.com/feross/simple-get",
  65. "keywords": [
  66. "request",
  67. "http",
  68. "GET",
  69. "get request",
  70. "http.get",
  71. "redirects",
  72. "follow redirects",
  73. "gzip",
  74. "deflate",
  75. "https",
  76. "http-https",
  77. "stream",
  78. "simple request",
  79. "simple get"
  80. ],
  81. "license": "MIT",
  82. "main": "index.js",
  83. "name": "simple-get",
  84. "repository": {
  85. "type": "git",
  86. "url": "git://github.com/feross/simple-get.git"
  87. },
  88. "scripts": {
  89. "test": "standard && tape test/*.js"
  90. },
  91. "version": "4.0.0"
  92. }