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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "levn@0.4.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "levn@0.4.1",
  9. "_id": "levn@0.4.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  12. "_location": "/levn",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "levn@0.4.1",
  18. "name": "levn",
  19. "escapedName": "levn",
  20. "rawSpec": "0.4.1",
  21. "saveSpec": null,
  22. "fetchSpec": "0.4.1"
  23. },
  24. "_requiredBy": [
  25. "/eslint",
  26. "/optionator"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
  29. "_spec": "0.4.1",
  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/levn/issues"
  37. },
  38. "dependencies": {
  39. "prelude-ls": "^1.2.1",
  40. "type-check": "~0.4.0"
  41. },
  42. "description": "Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible",
  43. "devDependencies": {
  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/levn",
  56. "keywords": [
  57. "levn",
  58. "light",
  59. "ecmascript",
  60. "value",
  61. "notation",
  62. "json",
  63. "typed",
  64. "human",
  65. "concise",
  66. "typed",
  67. "flexible"
  68. ],
  69. "license": "MIT",
  70. "main": "./lib/",
  71. "name": "levn",
  72. "repository": {
  73. "type": "git",
  74. "url": "git://github.com/gkz/levn.git"
  75. },
  76. "scripts": {
  77. "test": "make test"
  78. },
  79. "version": "0.4.1"
  80. }