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 4.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. {
  2. "_args": [
  3. [
  4. "type-detect@4.0.8",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "type-detect@4.0.8",
  10. "_id": "type-detect@4.0.8",
  11. "_inBundle": false,
  12. "_integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==",
  13. "_location": "/type-detect",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "type-detect@4.0.8",
  19. "name": "type-detect",
  20. "escapedName": "type-detect",
  21. "rawSpec": "4.0.8",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.8"
  24. },
  25. "_requiredBy": [
  26. "/@sinonjs/commons",
  27. "/@sinonjs/samsam"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
  30. "_spec": "4.0.8",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Jake Luer",
  34. "email": "jake@alogicalparadox.com",
  35. "url": "http://alogicalparadox.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/chaijs/type-detect/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Keith Cirkel",
  43. "url": "https://github.com/keithamus"
  44. },
  45. {
  46. "name": "David Losert",
  47. "url": "https://github.com/davelosert"
  48. },
  49. {
  50. "name": "Aleksey Shvayka",
  51. "url": "https://github.com/shvaikalesh"
  52. },
  53. {
  54. "name": "Lucas Fernandes da Costa",
  55. "url": "https://github.com/lucasfcosta"
  56. },
  57. {
  58. "name": "Grant Snodgrass",
  59. "url": "https://github.com/meeber"
  60. },
  61. {
  62. "name": "Jeremy Tice",
  63. "url": "https://github.com/jetpacmonkey"
  64. },
  65. {
  66. "name": "Edward Betts",
  67. "url": "https://github.com/EdwardBetts"
  68. },
  69. {
  70. "name": "dvlsg",
  71. "url": "https://github.com/dvlsg"
  72. },
  73. {
  74. "name": "Amila Welihinda",
  75. "url": "https://github.com/amilajack"
  76. },
  77. {
  78. "name": "Jake Champion",
  79. "url": "https://github.com/JakeChampion"
  80. },
  81. {
  82. "name": "Miroslav Bajtoš",
  83. "url": "https://github.com/bajtos"
  84. }
  85. ],
  86. "description": "Improved typeof detection for node.js and the browser.",
  87. "devDependencies": {
  88. "@commitlint/cli": "^4.2.2",
  89. "benchmark": "^2.1.0",
  90. "buble": "^0.16.0",
  91. "codecov": "^3.0.0",
  92. "commitlint-config-angular": "^4.2.1",
  93. "cross-env": "^5.1.1",
  94. "eslint": "^4.10.0",
  95. "eslint-config-strict": "^14.0.0",
  96. "eslint-plugin-filenames": "^1.2.0",
  97. "husky": "^0.14.3",
  98. "karma": "^1.7.1",
  99. "karma-chrome-launcher": "^2.2.0",
  100. "karma-coverage": "^1.1.1",
  101. "karma-detect-browsers": "^2.2.5",
  102. "karma-edge-launcher": "^0.4.2",
  103. "karma-firefox-launcher": "^1.0.1",
  104. "karma-ie-launcher": "^1.0.0",
  105. "karma-mocha": "^1.3.0",
  106. "karma-opera-launcher": "^1.0.0",
  107. "karma-safari-launcher": "^1.0.0",
  108. "karma-safaritechpreview-launcher": "0.0.6",
  109. "karma-sauce-launcher": "^1.2.0",
  110. "mocha": "^4.0.1",
  111. "nyc": "^11.3.0",
  112. "rollup": "^0.50.0",
  113. "rollup-plugin-buble": "^0.16.0",
  114. "rollup-plugin-commonjs": "^8.2.6",
  115. "rollup-plugin-istanbul": "^1.1.0",
  116. "rollup-plugin-node-resolve": "^3.0.0",
  117. "semantic-release": "^8.2.0",
  118. "simple-assert": "^1.0.0"
  119. },
  120. "engines": {
  121. "node": ">=4"
  122. },
  123. "eslintConfig": {
  124. "env": {
  125. "es6": true
  126. },
  127. "extends": [
  128. "strict/es6"
  129. ],
  130. "globals": {
  131. "HTMLElement": false
  132. },
  133. "rules": {
  134. "complexity": 0,
  135. "max-statements": 0,
  136. "prefer-rest-params": 0
  137. }
  138. },
  139. "files": [
  140. "index.js",
  141. "type-detect.js"
  142. ],
  143. "homepage": "https://github.com/chaijs/type-detect#readme",
  144. "keywords": [
  145. "type",
  146. "typeof",
  147. "types"
  148. ],
  149. "license": "MIT",
  150. "main": "./type-detect.js",
  151. "name": "type-detect",
  152. "repository": {
  153. "type": "git",
  154. "url": "git+ssh://git@github.com/chaijs/type-detect.git"
  155. },
  156. "scripts": {
  157. "bench": "node bench",
  158. "build": "rollup -c rollup.conf.js",
  159. "commit-msg": "commitlint -x angular",
  160. "lint": "eslint --ignore-path .gitignore .",
  161. "posttest:browser": "npm run upload-coverage",
  162. "posttest:node": "nyc report --report-dir \"coverage/node-$(node --version)\" --reporter=lcovonly && npm run upload-coverage",
  163. "prepare": "cross-env NODE_ENV=production npm run build",
  164. "pretest:browser": "cross-env NODE_ENV=test npm run build",
  165. "pretest:node": "cross-env NODE_ENV=test npm run build",
  166. "semantic-release": "semantic-release pre && npm publish && semantic-release post",
  167. "test": "npm run test:node && npm run test:browser",
  168. "test:browser": "karma start --singleRun=true",
  169. "test:node": "nyc mocha type-detect.test.js",
  170. "upload-coverage": "codecov"
  171. },
  172. "version": "4.0.8"
  173. }