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.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "moment-timezone@0.5.33",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror/vendor"
  6. ]
  7. ],
  8. "_from": "moment-timezone@0.5.33",
  9. "_id": "moment-timezone@0.5.33",
  10. "_inBundle": false,
  11. "_integrity": "sha512-PTc2vcT8K9J5/9rDEPe5czSIKgLoGsH8UNpA4qZTVw0Vd/Uz19geE9abbIOQKaAQFcnQ3v5YEXrbSc5BpshH+w==",
  12. "_location": "/moment-timezone",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "moment-timezone@0.5.33",
  18. "name": "moment-timezone",
  19. "escapedName": "moment-timezone",
  20. "rawSpec": "0.5.33",
  21. "saveSpec": null,
  22. "fetchSpec": "0.5.33"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.33.tgz",
  28. "_spec": "0.5.33",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror/vendor",
  30. "author": {
  31. "name": "Tim Wood",
  32. "email": "washwithcare@gmail.com",
  33. "url": "http://timwoodcreates.com/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/moment/moment-timezone/issues"
  37. },
  38. "dependencies": {
  39. "moment": ">= 2.9.0"
  40. },
  41. "description": "Parse and display moments in any timezone.",
  42. "devDependencies": {
  43. "grunt": "1.0.4",
  44. "grunt-contrib-clean": "^2.0.0",
  45. "grunt-contrib-jshint": "^2.1.0",
  46. "grunt-contrib-nodeunit": "^2.0.0",
  47. "grunt-contrib-uglify": "^4.0.1",
  48. "grunt-exec": "^3.0.0",
  49. "typescript": "^3.5.1"
  50. },
  51. "engines": {
  52. "node": "*"
  53. },
  54. "homepage": "http://momentjs.com/timezone/",
  55. "jspm": {
  56. "main": "builds/moment-timezone-with-data",
  57. "shim": {
  58. "moment-timezone": {
  59. "deps": [
  60. "moment"
  61. ]
  62. }
  63. }
  64. },
  65. "keywords": [
  66. "moment",
  67. "date",
  68. "time",
  69. "timezone",
  70. "olson",
  71. "iana",
  72. "zone",
  73. "tz"
  74. ],
  75. "license": "MIT",
  76. "main": "./index.js",
  77. "name": "moment-timezone",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/moment/moment-timezone.git"
  81. },
  82. "scripts": {
  83. "test": "grunt"
  84. },
  85. "typings": "./index.d.ts",
  86. "version": "0.5.33"
  87. }