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.

95 lines
2.1 KiB

  1. {
  2. "_from": "meow@^4.0.0",
  3. "_id": "meow@4.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-xcSBHD5Z86zaOc+781KrupuHAzeGXSLtiAOmBsiLDiPSaYSB6hdew2ng9EBAnZ62jagG9MHAOdxpDi/lWBFJ/A==",
  6. "_location": "/meow",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "meow@^4.0.0",
  12. "name": "meow",
  13. "escapedName": "meow",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/conventional-changelog-writer",
  20. "/conventional-commits-parser"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/meow/-/meow-4.0.1.tgz",
  23. "_shasum": "d48598f6f4b1472f35bf6317a95945ace347f975",
  24. "_spec": "meow@^4.0.0",
  25. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/conventional-commits-parser",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/meow/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "camelcase-keys": "^4.0.0",
  37. "decamelize-keys": "^1.0.0",
  38. "loud-rejection": "^1.0.0",
  39. "minimist": "^1.1.3",
  40. "minimist-options": "^3.0.1",
  41. "normalize-package-data": "^2.3.4",
  42. "read-pkg-up": "^3.0.0",
  43. "redent": "^2.0.0",
  44. "trim-newlines": "^2.0.0"
  45. },
  46. "deprecated": false,
  47. "description": "CLI app helper",
  48. "devDependencies": {
  49. "ava": "*",
  50. "execa": "^0.8.0",
  51. "indent-string": "^3.0.0",
  52. "xo": "*"
  53. },
  54. "engines": {
  55. "node": ">=4"
  56. },
  57. "files": [
  58. "index.js"
  59. ],
  60. "homepage": "https://github.com/sindresorhus/meow#readme",
  61. "keywords": [
  62. "cli",
  63. "bin",
  64. "util",
  65. "utility",
  66. "helper",
  67. "argv",
  68. "command",
  69. "line",
  70. "meow",
  71. "cat",
  72. "kitten",
  73. "parser",
  74. "option",
  75. "flags",
  76. "input",
  77. "cmd",
  78. "console"
  79. ],
  80. "license": "MIT",
  81. "name": "meow",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/sindresorhus/meow.git"
  85. },
  86. "scripts": {
  87. "test": "xo && ava"
  88. },
  89. "version": "4.0.1",
  90. "xo": {
  91. "rules": {
  92. "unicorn/no-process-exit": "off"
  93. }
  94. }
  95. }