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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "type-check@0.4.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "type-check@0.4.0",
  9. "_id": "type-check@0.4.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  12. "_location": "/type-check",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "type-check@0.4.0",
  18. "name": "type-check",
  19. "escapedName": "type-check",
  20. "rawSpec": "0.4.0",
  21. "saveSpec": null,
  22. "fetchSpec": "0.4.0"
  23. },
  24. "_requiredBy": [
  25. "/levn",
  26. "/optionator"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
  29. "_spec": "0.4.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "George Zahariev",
  33. "email": "z@georgezahariev.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/gkz/type-check/issues"
  37. },
  38. "dependencies": {
  39. "prelude-ls": "^1.2.1"
  40. },
  41. "description": "type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.",
  42. "devDependencies": {
  43. "browserify": "^16.5.1",
  44. "livescript": "^1.6.0",
  45. "mocha": "^7.1.1"
  46. },
  47. "engines": {
  48. "node": ">= 0.8.0"
  49. },
  50. "files": [
  51. "lib",
  52. "README.md",
  53. "LICENSE"
  54. ],
  55. "homepage": "https://github.com/gkz/type-check",
  56. "keywords": [
  57. "type",
  58. "check",
  59. "checking",
  60. "library"
  61. ],
  62. "license": "MIT",
  63. "main": "./lib/",
  64. "name": "type-check",
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/gkz/type-check.git"
  68. },
  69. "scripts": {
  70. "test": "make test"
  71. },
  72. "version": "0.4.0"
  73. }