Simple email application for Android. Original source code: https://framagit.org/dystopia-project/simple-email
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.

106 lines
2.4 KiB

  1. {
  2. "_from": "got@^9.1.0",
  3. "_id": "got@9.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-OyKOUg71IKvwb8Uj0KP6EN3+qVVvXmYsFznU1fnwUnKtDbZnwSlAi7muNlu4HhBfN9dImtlgg9e7H0g5qVdaeQ==",
  6. "_location": "/got",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "got@^9.1.0",
  12. "name": "got",
  13. "escapedName": "got",
  14. "rawSpec": "^9.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^9.1.0"
  17. },
  18. "_requiredBy": [
  19. "/@semantic-release/gitlab"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/got/-/got-9.3.2.tgz",
  22. "_shasum": "f6e3bd063aa8f461ccd924afa2ba2b61deab3989",
  23. "_spec": "got@^9.1.0",
  24. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/@semantic-release/gitlab",
  25. "ava": {
  26. "concurrency": 4
  27. },
  28. "browser": {
  29. "decompress-response": false,
  30. "electron": false
  31. },
  32. "bugs": {
  33. "url": "https://github.com/sindresorhus/got/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "@sindresorhus/is": "^0.12.0",
  38. "@szmarczak/http-timer": "^1.1.0",
  39. "cacheable-request": "^5.1.0",
  40. "decompress-response": "^3.3.0",
  41. "duplexer3": "^0.1.4",
  42. "get-stream": "^4.1.0",
  43. "lowercase-keys": "^1.0.1",
  44. "mimic-response": "^1.0.1",
  45. "p-cancelable": "^1.0.0",
  46. "to-readable-stream": "^1.0.0",
  47. "url-parse-lax": "^3.0.0"
  48. },
  49. "deprecated": false,
  50. "description": "Simplified HTTP requests",
  51. "devDependencies": {
  52. "ava": "1.0.0-rc.1",
  53. "coveralls": "^3.0.0",
  54. "delay": "^4.1.0",
  55. "form-data": "^2.3.3",
  56. "get-port": "^4.0.0",
  57. "np": "^3.0.4",
  58. "nyc": "^13.1.0",
  59. "p-event": "^2.1.0",
  60. "pem": "^1.13.2",
  61. "proxyquire": "^2.0.1",
  62. "sinon": "^7.1.0",
  63. "slow-stream": "0.0.4",
  64. "tempfile": "^2.0.0",
  65. "tempy": "^0.2.1",
  66. "tough-cookie": "^2.4.3",
  67. "xo": "^0.23.0"
  68. },
  69. "engines": {
  70. "node": ">=8.6"
  71. },
  72. "files": [
  73. "source"
  74. ],
  75. "homepage": "https://github.com/sindresorhus/got#readme",
  76. "keywords": [
  77. "http",
  78. "https",
  79. "get",
  80. "got",
  81. "url",
  82. "uri",
  83. "request",
  84. "util",
  85. "utility",
  86. "simple",
  87. "curl",
  88. "wget",
  89. "fetch",
  90. "net",
  91. "network",
  92. "electron"
  93. ],
  94. "license": "MIT",
  95. "main": "source",
  96. "name": "got",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/sindresorhus/got.git"
  100. },
  101. "scripts": {
  102. "release": "np",
  103. "test": "xo && nyc ava"
  104. },
  105. "version": "9.3.2"
  106. }