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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "config-chain@1.1.13",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "config-chain@1.1.13",
  9. "_id": "config-chain@1.1.13",
  10. "_inBundle": false,
  11. "_integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==",
  12. "_location": "/config-chain",
  13. "_optional": true,
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "config-chain@1.1.13",
  19. "name": "config-chain",
  20. "escapedName": "config-chain",
  21. "rawSpec": "1.1.13",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.13"
  24. },
  25. "_requiredBy": [
  26. "/npm-conf"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz",
  29. "_spec": "1.1.13",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Dominic Tarr",
  33. "email": "dominic.tarr@gmail.com",
  34. "url": "http://dominictarr.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/dominictarr/config-chain/issues"
  38. },
  39. "dependencies": {
  40. "ini": "^1.3.4",
  41. "proto-list": "~1.2.1"
  42. },
  43. "description": "HANDLE CONFIGURATION ONCE AND FOR ALL",
  44. "devDependencies": {
  45. "tap": "0.3.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "http://github.com/dominictarr/config-chain",
  51. "license": {
  52. "type": "MIT",
  53. "url": "https://raw.githubusercontent.com/dominictarr/config-chain/master/LICENCE"
  54. },
  55. "name": "config-chain",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/dominictarr/config-chain.git"
  59. },
  60. "scripts": {
  61. "test": "tap test/*"
  62. },
  63. "version": "1.1.13"
  64. }