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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_args": [
  3. [
  4. "spdx-exceptions@2.3.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "spdx-exceptions@2.3.0",
  10. "_id": "spdx-exceptions@2.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==",
  13. "_location": "/spdx-exceptions",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "spdx-exceptions@2.3.0",
  19. "name": "spdx-exceptions",
  20. "escapedName": "spdx-exceptions",
  21. "rawSpec": "2.3.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.3.0"
  24. },
  25. "_requiredBy": [
  26. "/spdx-expression-parse"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz",
  29. "_spec": "2.3.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "The Linux Foundation"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/kemitchell/spdx-exceptions.json/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "Kyle E. Mitchell",
  40. "email": "kyle@kemitchell.com",
  41. "url": "https://kemitchell.com/"
  42. }
  43. ],
  44. "description": "list of SPDX standard license exceptions",
  45. "files": [
  46. "index.json"
  47. ],
  48. "homepage": "https://github.com/kemitchell/spdx-exceptions.json#readme",
  49. "license": "CC-BY-3.0",
  50. "name": "spdx-exceptions",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/kemitchell/spdx-exceptions.json.git"
  54. },
  55. "scripts": {
  56. "build": "node build.js"
  57. },
  58. "version": "2.3.0"
  59. }