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.

66 lines
1.7 KiB

  1. {
  2. "_from": "agent-base@4",
  3. "_id": "agent-base@4.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-JVwXMr9nHYTUXsBFKUqhJwvlcYU/blreOEUkhNR2eXZIvwd+c+o5V4MgDPKWnMS/56awN3TRzIP+KoPn+roQtg==",
  6. "_location": "/agent-base",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "agent-base@4",
  12. "name": "agent-base",
  13. "escapedName": "agent-base",
  14. "rawSpec": "4",
  15. "saveSpec": null,
  16. "fetchSpec": "4"
  17. },
  18. "_requiredBy": [
  19. "/http-proxy-agent",
  20. "/https-proxy-agent"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/agent-base/-/agent-base-4.2.1.tgz",
  23. "_shasum": "d89e5999f797875674c07d87f260fc41e83e8ca9",
  24. "_spec": "agent-base@4",
  25. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/http-proxy-agent",
  26. "author": {
  27. "name": "Nathan Rajlich",
  28. "email": "nathan@tootallnate.net",
  29. "url": "http://n8.io/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/TooTallNate/node-agent-base/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "es6-promisify": "^5.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Turn a function into an `http.Agent` instance",
  40. "devDependencies": {
  41. "mocha": "^3.4.2",
  42. "ws": "^3.0.0"
  43. },
  44. "engines": {
  45. "node": ">= 4.0.0"
  46. },
  47. "homepage": "https://github.com/TooTallNate/node-agent-base#readme",
  48. "keywords": [
  49. "http",
  50. "agent",
  51. "base",
  52. "barebones",
  53. "https"
  54. ],
  55. "license": "MIT",
  56. "main": "./index.js",
  57. "name": "agent-base",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/TooTallNate/node-agent-base.git"
  61. },
  62. "scripts": {
  63. "test": "mocha --reporter spec"
  64. },
  65. "version": "4.2.1"
  66. }