Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
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.

package.json 3.0KB

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