package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "simple-get@^1.4.2",
  3. "_id": "simple-get@1.4.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-6XVe2kB+ltpAxeUVjJ6jezO+y+s=",
  6. "_location": "/simple-get",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "simple-get@^1.4.2",
  12. "name": "simple-get",
  13. "escapedName": "simple-get",
  14. "rawSpec": "^1.4.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.4.2"
  17. },
  18. "_requiredBy": [
  19. "/prebuild-install"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/simple-get/-/simple-get-1.4.3.tgz",
  22. "_shasum": "e9755eda407e96da40c5e5158c9ea37b33becbeb",
  23. "_spec": "simple-get@^1.4.2",
  24. "_where": "/home/tdedhar/Documents/viki/node_modules/prebuild-install",
  25. "author": {
  26. "name": "Feross Aboukhadijeh",
  27. "email": "feross@feross.org",
  28. "url": "http://feross.org/"
  29. },
  30. "browser": {
  31. "unzip-response": false
  32. },
  33. "bugs": {
  34. "url": "https://github.com/feross/simple-get/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "once": "^1.3.1",
  39. "unzip-response": "^1.0.0",
  40. "xtend": "^4.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. "concat-stream": "^1.4.7",
  46. "self-signed-https": "^1.0.5",
  47. "standard": "^5.1.0",
  48. "string-to-stream": "^1.0.0",
  49. "tape": "^4.0.0"
  50. },
  51. "homepage": "https://github.com/feross/simple-get",
  52. "keywords": [
  53. "request",
  54. "http",
  55. "GET",
  56. "get request",
  57. "http.get",
  58. "redirects",
  59. "follow redirects",
  60. "gzip",
  61. "deflate",
  62. "https",
  63. "http-https",
  64. "stream",
  65. "simple request",
  66. "simple get"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "simple-get",
  71. "repository": {
  72. "type": "git",
  73. "url": "git://github.com/feross/simple-get.git"
  74. },
  75. "scripts": {
  76. "test": "standard && tape test/*.js"
  77. },
  78. "version": "1.4.3"
  79. }