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.

75 lines
1.6 KiB

  1. {
  2. "_from": "p-try@^1.0.0",
  3. "_id": "p-try@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=",
  6. "_location": "/p-try",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "p-try@^1.0.0",
  12. "name": "p-try",
  13. "escapedName": "p-try",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/p-limit"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz",
  22. "_shasum": "cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3",
  23. "_spec": "p-try@^1.0.0",
  24. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/p-limit",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/p-try/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "`Promise#try()` ponyfill - Starts a promise chain",
  36. "devDependencies": {
  37. "ava": "*",
  38. "xo": "*"
  39. },
  40. "engines": {
  41. "node": ">=4"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/sindresorhus/p-try#readme",
  47. "keywords": [
  48. "promise",
  49. "try",
  50. "resolve",
  51. "function",
  52. "catch",
  53. "async",
  54. "await",
  55. "promises",
  56. "settled",
  57. "ponyfill",
  58. "polyfill",
  59. "shim",
  60. "bluebird"
  61. ],
  62. "license": "MIT",
  63. "name": "p-try",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/sindresorhus/p-try.git"
  67. },
  68. "scripts": {
  69. "test": "xo && ava"
  70. },
  71. "version": "1.0.0",
  72. "xo": {
  73. "esnext": true
  74. }
  75. }