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.

84 lines
1.9 KiB

  1. {
  2. "_from": "os-locale@^3.0.0",
  3. "_id": "os-locale@3.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7g5e7dmXPtzcP4bgsZ8ixDVqA7oWYuEz4lOSujeWyliPai4gfVDiFIcwBg3aGCPnmSGfzOKTK3ccPn0CKv3DBw==",
  6. "_location": "/os-locale",
  7. "_phantomChildren": {
  8. "cross-spawn": "6.0.5",
  9. "is-stream": "1.1.0",
  10. "npm-run-path": "2.0.2",
  11. "p-finally": "1.0.0",
  12. "signal-exit": "3.0.2",
  13. "strip-eof": "1.0.0"
  14. },
  15. "_requested": {
  16. "type": "range",
  17. "registry": true,
  18. "raw": "os-locale@^3.0.0",
  19. "name": "os-locale",
  20. "escapedName": "os-locale",
  21. "rawSpec": "^3.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "^3.0.0"
  24. },
  25. "_requiredBy": [
  26. "/yargs"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/os-locale/-/os-locale-3.0.1.tgz",
  29. "_shasum": "3b014fbf01d87f60a1e5348d80fe870dc82c4620",
  30. "_spec": "os-locale@^3.0.0",
  31. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/yargs",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/os-locale/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "execa": "^0.10.0",
  43. "lcid": "^2.0.0",
  44. "mem": "^4.0.0"
  45. },
  46. "deprecated": false,
  47. "description": "Get the system locale",
  48. "devDependencies": {
  49. "ava": "*",
  50. "import-fresh": "^2.0.0",
  51. "xo": "*"
  52. },
  53. "engines": {
  54. "node": ">=6"
  55. },
  56. "files": [
  57. "index.js"
  58. ],
  59. "homepage": "https://github.com/sindresorhus/os-locale#readme",
  60. "keywords": [
  61. "locale",
  62. "lang",
  63. "language",
  64. "system",
  65. "os",
  66. "string",
  67. "str",
  68. "user",
  69. "country",
  70. "id",
  71. "identifier",
  72. "region"
  73. ],
  74. "license": "MIT",
  75. "name": "os-locale",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/sindresorhus/os-locale.git"
  79. },
  80. "scripts": {
  81. "test": "xo && ava"
  82. },
  83. "version": "3.0.1"
  84. }