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.

156 lines
3.4 KiB

  1. {
  2. "_from": "kind-of@^6.0.2",
  3. "_id": "kind-of@6.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==",
  6. "_location": "/kind-of",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "kind-of@^6.0.2",
  12. "name": "kind-of",
  13. "escapedName": "kind-of",
  14. "rawSpec": "^6.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.0.2"
  17. },
  18. "_requiredBy": [
  19. "/base/is-accessor-descriptor",
  20. "/base/is-data-descriptor",
  21. "/base/is-descriptor",
  22. "/define-property/is-accessor-descriptor",
  23. "/define-property/is-data-descriptor",
  24. "/define-property/is-descriptor",
  25. "/extglob/is-accessor-descriptor",
  26. "/extglob/is-data-descriptor",
  27. "/extglob/is-descriptor",
  28. "/micromatch",
  29. "/nanomatch",
  30. "/snapdragon-node/is-accessor-descriptor",
  31. "/snapdragon-node/is-data-descriptor",
  32. "/snapdragon-node/is-descriptor"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz",
  35. "_shasum": "01146b36a6218e64e58f3a8d66de5d7fc6f6d051",
  36. "_spec": "kind-of@^6.0.2",
  37. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/micromatch",
  38. "author": {
  39. "name": "Jon Schlinkert",
  40. "url": "https://github.com/jonschlinkert"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/jonschlinkert/kind-of/issues"
  44. },
  45. "bundleDependencies": false,
  46. "contributors": [
  47. {
  48. "name": "David Fox-Powell",
  49. "url": "https://dtothefp.github.io/me"
  50. },
  51. {
  52. "name": "James",
  53. "url": "https://twitter.com/aretecode"
  54. },
  55. {
  56. "name": "Jon Schlinkert",
  57. "url": "http://twitter.com/jonschlinkert"
  58. },
  59. {
  60. "name": "Ken Sheedlo",
  61. "url": "kensheedlo.com"
  62. },
  63. {
  64. "name": "laggingreflex",
  65. "url": "https://github.com/laggingreflex"
  66. },
  67. {
  68. "name": "Miguel Mota",
  69. "url": "https://miguelmota.com"
  70. },
  71. {
  72. "name": "Peter deHaan",
  73. "url": "http://about.me/peterdehaan"
  74. },
  75. {
  76. "name": "tunnckoCore",
  77. "url": "https://i.am.charlike.online"
  78. }
  79. ],
  80. "deprecated": false,
  81. "description": "Get the native type of a value.",
  82. "devDependencies": {
  83. "benchmarked": "^2.0.0",
  84. "browserify": "^14.4.0",
  85. "gulp-format-md": "^1.0.0",
  86. "mocha": "^4.0.1",
  87. "write": "^1.0.3"
  88. },
  89. "engines": {
  90. "node": ">=0.10.0"
  91. },
  92. "files": [
  93. "index.js"
  94. ],
  95. "homepage": "https://github.com/jonschlinkert/kind-of",
  96. "keywords": [
  97. "arguments",
  98. "array",
  99. "boolean",
  100. "check",
  101. "date",
  102. "function",
  103. "is",
  104. "is-type",
  105. "is-type-of",
  106. "kind",
  107. "kind-of",
  108. "number",
  109. "object",
  110. "of",
  111. "regexp",
  112. "string",
  113. "test",
  114. "type",
  115. "type-of",
  116. "typeof",
  117. "types"
  118. ],
  119. "license": "MIT",
  120. "main": "index.js",
  121. "name": "kind-of",
  122. "repository": {
  123. "type": "git",
  124. "url": "git+https://github.com/jonschlinkert/kind-of.git"
  125. },
  126. "scripts": {
  127. "prepublish": "browserify -o browser.js -e index.js -s index --bare",
  128. "test": "mocha"
  129. },
  130. "verb": {
  131. "toc": false,
  132. "layout": "default",
  133. "tasks": [
  134. "readme"
  135. ],
  136. "plugins": [
  137. "gulp-format-md"
  138. ],
  139. "lint": {
  140. "reflinks": true
  141. },
  142. "related": {
  143. "list": [
  144. "is-glob",
  145. "is-number",
  146. "is-primitive"
  147. ]
  148. },
  149. "reflinks": [
  150. "type-of",
  151. "typeof",
  152. "verb"
  153. ]
  154. },
  155. "version": "6.0.2"
  156. }