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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "suncalc@1.8.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "suncalc@1.8.0",
  10. "_id": "suncalc@1.8.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-HZiYEJVjB4dQ9JlKlZ5lTYdqy/U=",
  13. "_location": "/suncalc",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "suncalc@1.8.0",
  19. "name": "suncalc",
  20. "escapedName": "suncalc",
  21. "rawSpec": "1.8.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.8.0"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/suncalc/-/suncalc-1.8.0.tgz",
  29. "_spec": "1.8.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Vladimir Agafonkin"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/mourner/suncalc/issues"
  36. },
  37. "description": "A tiny JavaScript library for calculating sun/moon positions and phases.",
  38. "devDependencies": {
  39. "eslint": "^3.12.2",
  40. "eslint-config-mourner": "^2.0.1",
  41. "tap": "^8.0.1"
  42. },
  43. "eslintConfig": {
  44. "extends": "mourner",
  45. "rules": {
  46. "indent": 0,
  47. "array-bracket-spacing": 0,
  48. "strict": 0,
  49. "brace-style": 0
  50. },
  51. "env": {
  52. "amd": true
  53. }
  54. },
  55. "homepage": "https://github.com/mourner/suncalc",
  56. "jshintConfig": {
  57. "quotmark": "single",
  58. "trailing": true,
  59. "unused": true
  60. },
  61. "keywords": [
  62. "sun",
  63. "astronomy",
  64. "math",
  65. "calculation",
  66. "sunrise",
  67. "sunset",
  68. "twilight",
  69. "moon",
  70. "illumination"
  71. ],
  72. "main": "suncalc.js",
  73. "name": "suncalc",
  74. "repository": {
  75. "type": "git",
  76. "url": "git://github.com/mourner/suncalc.git"
  77. },
  78. "scripts": {
  79. "cov": "tap test.js --cov",
  80. "pretest": "eslint suncalc.js test.js",
  81. "test": "tap test.js"
  82. },
  83. "version": "1.8.0"
  84. }