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.

71 lines
1.7 KiB

  1. {
  2. "_from": "is-text-path@^1.0.0",
  3. "_id": "is-text-path@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Thqg+1G/vLPpJogAE5cgLBd1tm4=",
  6. "_location": "/is-text-path",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-text-path@^1.0.0",
  12. "name": "is-text-path",
  13. "escapedName": "is-text-path",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/conventional-commits-parser"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-text-path/-/is-text-path-1.0.1.tgz",
  22. "_shasum": "4e1aa0fb51bfbcb3e92688001397202c1775b66e",
  23. "_spec": "is-text-path@^1.0.0",
  24. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/conventional-commits-parser",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/is-text-path/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "text-extensions": "^1.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Check if a filepath is a text file",
  39. "devDependencies": {
  40. "ava": "0.0.4"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/is-text-path#readme",
  49. "keywords": [
  50. "txt",
  51. "text",
  52. "ext",
  53. "extensions",
  54. "extension",
  55. "file",
  56. "path",
  57. "check",
  58. "detect",
  59. "is"
  60. ],
  61. "license": "MIT",
  62. "name": "is-text-path",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/sindresorhus/is-text-path.git"
  66. },
  67. "scripts": {
  68. "test": "node test.js"
  69. },
  70. "version": "1.0.1"
  71. }