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.

86 lines
1.9 KiB

  1. {
  2. "_from": "p-locate@^2.0.0",
  3. "_id": "p-locate@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=",
  6. "_location": "/p-locate",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "p-locate@^2.0.0",
  12. "name": "p-locate",
  13. "escapedName": "p-locate",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/locate-path"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz",
  22. "_shasum": "20a0103b222a70c8fd39cc2e580680f3dde5ec43",
  23. "_spec": "p-locate@^2.0.0",
  24. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/locate-path",
  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-locate/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "p-limit": "^1.1.0"
  36. },
  37. "deprecated": false,
  38. "description": "Get the first fulfilled promise that satisfies the provided testing function",
  39. "devDependencies": {
  40. "ava": "*",
  41. "delay": "^1.3.1",
  42. "in-range": "^1.0.0",
  43. "time-span": "^1.0.0",
  44. "xo": "*"
  45. },
  46. "engines": {
  47. "node": ">=4"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/p-locate#readme",
  53. "keywords": [
  54. "promise",
  55. "locate",
  56. "find",
  57. "finder",
  58. "search",
  59. "searcher",
  60. "test",
  61. "array",
  62. "collection",
  63. "iterable",
  64. "iterator",
  65. "race",
  66. "fulfilled",
  67. "fastest",
  68. "async",
  69. "await",
  70. "promises",
  71. "bluebird"
  72. ],
  73. "license": "MIT",
  74. "name": "p-locate",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/sindresorhus/p-locate.git"
  78. },
  79. "scripts": {
  80. "test": "xo && ava"
  81. },
  82. "version": "2.0.0",
  83. "xo": {
  84. "esnext": true
  85. }
  86. }