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.

79 lines
1.8 KiB

  1. {
  2. "_from": "p-map@^1.0.0",
  3. "_id": "p-map@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA==",
  6. "_location": "/p-map",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "p-map@^1.0.0",
  12. "name": "p-map",
  13. "escapedName": "p-map",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/p-filter"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/p-map/-/p-map-1.2.0.tgz",
  22. "_shasum": "e4e94f311eabbc8633a1e79908165fca26241b6b",
  23. "_spec": "p-map@^1.0.0",
  24. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/p-filter",
  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-map/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Map over promises concurrently",
  36. "devDependencies": {
  37. "ava": "*",
  38. "delay": "^2.0.0",
  39. "in-range": "^1.0.0",
  40. "random-int": "^1.0.0",
  41. "time-span": "^2.0.0",
  42. "xo": "*"
  43. },
  44. "engines": {
  45. "node": ">=4"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/p-map#readme",
  51. "keywords": [
  52. "promise",
  53. "map",
  54. "resolved",
  55. "wait",
  56. "collection",
  57. "iterable",
  58. "iterator",
  59. "race",
  60. "fulfilled",
  61. "async",
  62. "await",
  63. "promises",
  64. "concurrently",
  65. "concurrency",
  66. "parallel",
  67. "bluebird"
  68. ],
  69. "license": "MIT",
  70. "name": "p-map",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/sindresorhus/p-map.git"
  74. },
  75. "scripts": {
  76. "test": "xo && ava"
  77. },
  78. "version": "1.2.0"
  79. }