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.

78 lines
1.7 KiB

  1. {
  2. "_from": "protocols@^1.4.0",
  3. "_id": "protocols@1.4.6",
  4. "_inBundle": false,
  5. "_integrity": "sha1-+LsmPqG1/Xp2BNJri+Ob13Z4v4o=",
  6. "_location": "/protocols",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "protocols@^1.4.0",
  12. "name": "protocols",
  13. "escapedName": "protocols",
  14. "rawSpec": "^1.4.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.4.0"
  17. },
  18. "_requiredBy": [
  19. "/is-ssh",
  20. "/parse-path"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/protocols/-/protocols-1.4.6.tgz",
  23. "_shasum": "f8bb263ea1b5fd7a7604d26b8be39bd77678bf8a",
  24. "_spec": "protocols@^1.4.0",
  25. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/parse-path",
  26. "author": {
  27. "name": "Ionică Bizău",
  28. "email": "bizauionica@gmail.com",
  29. "url": "https://ionicabizau.net"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/IonicaBizau/protocols/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {},
  36. "deprecated": false,
  37. "description": "Get the protocols of an input url.",
  38. "devDependencies": {
  39. "tester": "^1.3.1"
  40. },
  41. "directories": {
  42. "example": "example",
  43. "test": "test"
  44. },
  45. "files": [
  46. "bin/",
  47. "app/",
  48. "lib/",
  49. "dist/",
  50. "src/",
  51. "scripts/",
  52. "resources/",
  53. "menu/",
  54. "cli.js",
  55. "index.js",
  56. "bloggify.js",
  57. "bloggify.json",
  58. "bloggify/"
  59. ],
  60. "homepage": "https://github.com/IonicaBizau/protocols",
  61. "keywords": [
  62. "protocols",
  63. "protocol",
  64. "url",
  65. "parse"
  66. ],
  67. "license": "MIT",
  68. "main": "lib/index.js",
  69. "name": "protocols",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+ssh://git@github.com/IonicaBizau/protocols.git"
  73. },
  74. "scripts": {
  75. "test": "node test"
  76. },
  77. "version": "1.4.6"
  78. }