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.

81 lines
1.7 KiB

  1. {
  2. "_from": "pkg-conf@^2.1.0",
  3. "_id": "pkg-conf@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-ISZRTKbyq/69FoWW3xi6V4Z/AFg=",
  6. "_location": "/pkg-conf",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "pkg-conf@^2.1.0",
  12. "name": "pkg-conf",
  13. "escapedName": "pkg-conf",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/signale"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/pkg-conf/-/pkg-conf-2.1.0.tgz",
  22. "_shasum": "2126514ca6f2abfebd168596df18ba57867f0058",
  23. "_spec": "pkg-conf@^2.1.0",
  24. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/signale",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/pkg-conf/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "find-up": "^2.0.0",
  36. "load-json-file": "^4.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Get namespaced config from the closest package.json",
  40. "devDependencies": {
  41. "ava": "*",
  42. "xo": "*"
  43. },
  44. "engines": {
  45. "node": ">=4"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "fixture": {
  51. "foo": true
  52. },
  53. "homepage": "https://github.com/sindresorhus/pkg-conf#readme",
  54. "keywords": [
  55. "json",
  56. "read",
  57. "parse",
  58. "file",
  59. "fs",
  60. "graceful",
  61. "load",
  62. "pkg",
  63. "package",
  64. "config",
  65. "conf",
  66. "configuration",
  67. "object",
  68. "namespace",
  69. "namespaced"
  70. ],
  71. "license": "MIT",
  72. "name": "pkg-conf",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/sindresorhus/pkg-conf.git"
  76. },
  77. "scripts": {
  78. "test": "xo && ava"
  79. },
  80. "version": "2.1.0"
  81. }