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.

78 lines
1.7 KiB

  1. {
  2. "_from": "path-type@^3.0.0",
  3. "_id": "path-type@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==",
  6. "_location": "/path-type",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "path-type@^3.0.0",
  12. "name": "path-type",
  13. "escapedName": "path-type",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/dir-glob",
  20. "/read-pkg"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz",
  23. "_shasum": "cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f",
  24. "_spec": "path-type@^3.0.0",
  25. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/read-pkg",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/path-type/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "pify": "^3.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Check if a path is a file, directory, or symlink",
  40. "devDependencies": {
  41. "ava": "*",
  42. "xo": "*"
  43. },
  44. "engines": {
  45. "node": ">=4"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/path-type#readme",
  51. "keywords": [
  52. "path",
  53. "fs",
  54. "type",
  55. "is",
  56. "check",
  57. "directory",
  58. "dir",
  59. "file",
  60. "filepath",
  61. "symlink",
  62. "symbolic",
  63. "link",
  64. "stat",
  65. "stats",
  66. "filesystem"
  67. ],
  68. "license": "MIT",
  69. "name": "path-type",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/sindresorhus/path-type.git"
  73. },
  74. "scripts": {
  75. "test": "xo && ava"
  76. },
  77. "version": "3.0.0"
  78. }