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

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