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.

86 lines
1.8 KiB

  1. {
  2. "_from": "find-up@^2.0.0",
  3. "_id": "find-up@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
  6. "_location": "/find-up",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "find-up@^2.0.0",
  12. "name": "find-up",
  13. "escapedName": "find-up",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/pkg-conf",
  20. "/read-pkg-up"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
  23. "_shasum": "45d1b7e506c717ddd482775a2b77920a3c0c57a7",
  24. "_spec": "find-up@^2.0.0",
  25. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/read-pkg-up",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/find-up/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "locate-path": "^2.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Find a file by walking up parent directories",
  40. "devDependencies": {
  41. "ava": "*",
  42. "tempfile": "^1.1.1",
  43. "xo": "*"
  44. },
  45. "engines": {
  46. "node": ">=4"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/find-up#readme",
  52. "keywords": [
  53. "find",
  54. "up",
  55. "find-up",
  56. "findup",
  57. "look-up",
  58. "look",
  59. "file",
  60. "search",
  61. "match",
  62. "package",
  63. "resolve",
  64. "parent",
  65. "parents",
  66. "folder",
  67. "directory",
  68. "dir",
  69. "walk",
  70. "walking",
  71. "path"
  72. ],
  73. "license": "MIT",
  74. "name": "find-up",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/sindresorhus/find-up.git"
  78. },
  79. "scripts": {
  80. "test": "xo && ava"
  81. },
  82. "version": "2.1.0",
  83. "xo": {
  84. "esnext": true
  85. }
  86. }