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.

76 lines
1.8 KiB

  1. {
  2. "_from": "mem@^4.0.0",
  3. "_id": "mem@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WQxG/5xYc3tMbYLXoXPm81ET2WDULiU5FxbuIoNbJqLOOI8zehXFdZuiUEgfdrU2mVB1pxBZUGlYORSrpuJreA==",
  6. "_location": "/mem",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "mem@^4.0.0",
  12. "name": "mem",
  13. "escapedName": "mem",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/os-locale"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/mem/-/mem-4.0.0.tgz",
  22. "_shasum": "6437690d9471678f6cc83659c00cbafcd6b0cdaf",
  23. "_spec": "mem@^4.0.0",
  24. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/os-locale",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/mem/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "map-age-cleaner": "^0.1.1",
  36. "mimic-fn": "^1.0.0",
  37. "p-is-promise": "^1.1.0"
  38. },
  39. "deprecated": false,
  40. "description": "Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input",
  41. "devDependencies": {
  42. "ava": "*",
  43. "delay": "^3.0.0",
  44. "xo": "*"
  45. },
  46. "engines": {
  47. "node": ">=6"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/mem#readme",
  53. "keywords": [
  54. "memoize",
  55. "function",
  56. "mem",
  57. "memoization",
  58. "cache",
  59. "caching",
  60. "optimize",
  61. "performance",
  62. "ttl",
  63. "expire",
  64. "promise"
  65. ],
  66. "license": "MIT",
  67. "name": "mem",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/sindresorhus/mem.git"
  71. },
  72. "scripts": {
  73. "test": "xo && ava"
  74. },
  75. "version": "4.0.0"
  76. }