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.

68 lines
1.7 KiB

  1. {
  2. "_from": "signal-exit@^3.0.0",
  3. "_id": "signal-exit@3.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=",
  6. "_location": "/signal-exit",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "signal-exit@^3.0.0",
  12. "name": "signal-exit",
  13. "escapedName": "signal-exit",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/execa",
  20. "/loud-rejection",
  21. "/os-locale/execa"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz",
  24. "_shasum": "b5fdc08f1287ea1178628e415e25132b73646c6d",
  25. "_spec": "signal-exit@^3.0.0",
  26. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/loud-rejection",
  27. "author": {
  28. "name": "Ben Coe",
  29. "email": "ben@npmjs.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/tapjs/signal-exit/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "when you want to fire an event no matter how a process exits.",
  37. "devDependencies": {
  38. "chai": "^3.5.0",
  39. "coveralls": "^2.11.10",
  40. "nyc": "^8.1.0",
  41. "standard": "^7.1.2",
  42. "standard-version": "^2.3.0",
  43. "tap": "^8.0.1"
  44. },
  45. "files": [
  46. "index.js",
  47. "signals.js"
  48. ],
  49. "homepage": "https://github.com/tapjs/signal-exit",
  50. "keywords": [
  51. "signal",
  52. "exit"
  53. ],
  54. "license": "ISC",
  55. "main": "index.js",
  56. "name": "signal-exit",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/tapjs/signal-exit.git"
  60. },
  61. "scripts": {
  62. "coverage": "nyc report --reporter=text-lcov | coveralls",
  63. "pretest": "standard",
  64. "release": "standard-version",
  65. "test": "tap --timeout=240 ./test/*.js --cov"
  66. },
  67. "version": "3.0.2"
  68. }