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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "base-64@0.1.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "base-64@0.1.0",
  9. "_id": "base-64@0.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-eAqZyE59YAJgNhURxId2E78k9rs=",
  12. "_location": "/base-64",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "base-64@0.1.0",
  18. "name": "base-64",
  19. "escapedName": "base-64",
  20. "rawSpec": "0.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "0.1.0"
  23. },
  24. "_requiredBy": [
  25. "/digest-fetch"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/base-64/-/base-64-0.1.0.tgz",
  28. "_spec": "0.1.0",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Mathias Bynens",
  32. "url": "http://mathiasbynens.be/"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/mathiasbynens/base64/issues"
  36. },
  37. "description": "A robust base64 encoder/decoder that is fully compatible with `atob()` and `btoa()`, written in JavaScript.",
  38. "devDependencies": {
  39. "grunt": "~0.4.4",
  40. "grunt-shell": "~0.7.0",
  41. "grunt-template": "~0.2.3",
  42. "istanbul": "~0.2.7",
  43. "qunit-extras": "~1.1.0",
  44. "qunitjs": "~1.11.0",
  45. "requirejs": "~2.1.11"
  46. },
  47. "directories": {
  48. "test": "tests"
  49. },
  50. "files": [
  51. "LICENSE-MIT.txt",
  52. "base64.js"
  53. ],
  54. "homepage": "http://mths.be/base64",
  55. "keywords": [
  56. "codec",
  57. "decoder",
  58. "encoder",
  59. "base64",
  60. "atob",
  61. "btoa"
  62. ],
  63. "licenses": [
  64. {
  65. "type": "MIT",
  66. "url": "http://mths.be/mit"
  67. }
  68. ],
  69. "main": "base64.js",
  70. "name": "base-64",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/mathiasbynens/base64.git"
  74. },
  75. "scripts": {
  76. "test": "node tests/tests.js"
  77. },
  78. "version": "0.1.0"
  79. }