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.7 KiB

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