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.

61 lines
1.6 KiB

  1. {
  2. "_from": "call-me-maybe@^1.0.1",
  3. "_id": "call-me-maybe@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-JtII6onje1y95gJQoV8DHBak1ms=",
  6. "_location": "/call-me-maybe",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "call-me-maybe@^1.0.1",
  12. "name": "call-me-maybe",
  13. "escapedName": "call-me-maybe",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/@mrmlnc/readdir-enhanced"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/call-me-maybe/-/call-me-maybe-1.0.1.tgz",
  22. "_shasum": "26d208ea89e37b5cbde60250a15f031c16a4d66b",
  23. "_spec": "call-me-maybe@^1.0.1",
  24. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/@mrmlnc/readdir-enhanced",
  25. "author": {
  26. "name": "Eric McCarthy",
  27. "email": "eric@limulus.net",
  28. "url": "http://www.limulus.net/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/limulus/call-me-maybe/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "Let your JS API users either give you a callback or receive a promise",
  37. "devDependencies": {
  38. "mocha": "^2.3.2",
  39. "promise": "^7.0.4",
  40. "zuul": "^3.4.0"
  41. },
  42. "homepage": "https://github.com/limulus/call-me-maybe#readme",
  43. "keywords": [
  44. "promise",
  45. "callback",
  46. "denodeify",
  47. "promisify",
  48. "carlyraejepsen"
  49. ],
  50. "license": "MIT",
  51. "main": "index.js",
  52. "name": "call-me-maybe",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/limulus/call-me-maybe.git"
  56. },
  57. "scripts": {
  58. "test": "mocha"
  59. },
  60. "version": "1.0.1"
  61. }