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.

96 lines
2.0 KiB

  1. {
  2. "_from": "is-directory@^0.3.1",
  3. "_id": "is-directory@0.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=",
  6. "_location": "/is-directory",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-directory@^0.3.1",
  12. "name": "is-directory",
  13. "escapedName": "is-directory",
  14. "rawSpec": "^0.3.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.3.1"
  17. },
  18. "_requiredBy": [
  19. "/cosmiconfig"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz",
  22. "_shasum": "61339b6f2475fc772fd9c9d83f5c8575dc154ae1",
  23. "_spec": "is-directory@^0.3.1",
  24. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/cosmiconfig",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/is-directory/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Returns true if a filepath exists on the file system and it's directory.",
  35. "devDependencies": {
  36. "gulp-format-md": "^0.1.9",
  37. "mocha": "^2.4.5"
  38. },
  39. "engines": {
  40. "node": ">=0.10.0"
  41. },
  42. "files": [
  43. "index.js"
  44. ],
  45. "homepage": "https://github.com/jonschlinkert/is-directory",
  46. "keywords": [
  47. "dir",
  48. "directories",
  49. "directory",
  50. "dirs",
  51. "file",
  52. "filepath",
  53. "files",
  54. "fp",
  55. "fs",
  56. "node",
  57. "node.js",
  58. "path",
  59. "paths",
  60. "system"
  61. ],
  62. "license": "MIT",
  63. "main": "index.js",
  64. "name": "is-directory",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/jonschlinkert/is-directory.git"
  68. },
  69. "scripts": {
  70. "test": "mocha"
  71. },
  72. "verb": {
  73. "toc": false,
  74. "layout": "default",
  75. "tasks": [
  76. "readme"
  77. ],
  78. "plugins": [
  79. "gulp-format-md"
  80. ],
  81. "related": {
  82. "list": [
  83. "is-glob",
  84. "is-relative",
  85. "is-absolute"
  86. ]
  87. },
  88. "lint": {
  89. "reflinks": true
  90. },
  91. "reflinks": [
  92. "verb"
  93. ]
  94. },
  95. "version": "0.3.1"
  96. }