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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "node-ical@0.13.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "node-ical@0.13.0",
  9. "_id": "node-ical@0.13.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-hfV7HsY0oTehirXLtkKgAdVomSv6/zjSw66z/RTkKfEp9MwwIz1asyE/g9x4ZKWE2YqGnr81Se5zSRcligPY5Q==",
  12. "_location": "/node-ical",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "node-ical@0.13.0",
  18. "name": "node-ical",
  19. "escapedName": "node-ical",
  20. "rawSpec": "0.13.0",
  21. "saveSpec": null,
  22. "fetchSpec": "0.13.0"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/node-ical/-/node-ical-0.13.0.tgz",
  28. "_spec": "0.13.0",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Jens Maus",
  32. "email": "mail@jens-maus.de"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/jens-maus/node-ical/issues"
  36. },
  37. "dependencies": {
  38. "moment-timezone": "^0.5.31",
  39. "node-fetch": "^2.6.1",
  40. "rrule": "2.6.8",
  41. "uuid": "^8.3.1"
  42. },
  43. "description": "NodeJS class for parsing iCalendar/ICS files",
  44. "devDependencies": {
  45. "@types/node-fetch": "^2.5.8",
  46. "diff": ">=3.5.0",
  47. "dot-prop": ">=4.2.1",
  48. "eslint": "^7.11.0",
  49. "eslint-config-prettier": "^8.1.0",
  50. "eslint-plugin-import": "^2.18.2",
  51. "pre-commit": "^1.2.2",
  52. "underscore": "1.12.1",
  53. "vows": "^0.8.2",
  54. "xml-js": "^1.6.11",
  55. "xo": "^0.38.2"
  56. },
  57. "homepage": "https://github.com/jens-maus/node-ical",
  58. "keywords": [
  59. "ical",
  60. "ics",
  61. "calendar",
  62. "nodejs"
  63. ],
  64. "license": "Apache-2.0",
  65. "main": "node-ical.js",
  66. "name": "node-ical",
  67. "pre-commit": [
  68. "lintfix"
  69. ],
  70. "repository": {
  71. "type": "git",
  72. "url": "git://github.com/jens-maus/node-ical.git"
  73. },
  74. "scripts": {
  75. "build": "build/updatejson.sh",
  76. "lint": "xo",
  77. "lintfix": "xo --fix",
  78. "precommit": "npm run lint && npm run lintfix",
  79. "test": "xo && vows test/test.js && vows test/test-async.js && printf \"\\n\""
  80. },
  81. "types": "node-ical.d.ts",
  82. "version": "0.13.0",
  83. "xo": {
  84. "space": 2
  85. }
  86. }