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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "base64-arraybuffer@0.1.4",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "base64-arraybuffer@0.1.4",
  9. "_id": "base64-arraybuffer@0.1.4",
  10. "_inBundle": false,
  11. "_integrity": "sha1-mBjHngWbE1X5fgQooBfIOOkLqBI=",
  12. "_location": "/base64-arraybuffer",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "base64-arraybuffer@0.1.4",
  18. "name": "base64-arraybuffer",
  19. "escapedName": "base64-arraybuffer",
  20. "rawSpec": "0.1.4",
  21. "saveSpec": null,
  22. "fetchSpec": "0.1.4"
  23. },
  24. "_requiredBy": [
  25. "/engine.io-parser"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.4.tgz",
  28. "_spec": "0.1.4",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Niklas von Hertzen",
  32. "email": "niklasvh@gmail.com",
  33. "url": "http://hertzen.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/niklasvh/base64-arraybuffer/issues"
  37. },
  38. "description": "Encode/decode base64 data into ArrayBuffers",
  39. "devDependencies": {
  40. "grunt": "^0.4.5",
  41. "grunt-cli": "^0.1.13",
  42. "grunt-contrib-jshint": "^0.11.2",
  43. "grunt-contrib-nodeunit": "^0.4.1",
  44. "grunt-contrib-watch": "^0.6.1"
  45. },
  46. "engines": {
  47. "node": ">= 0.6.0"
  48. },
  49. "homepage": "https://github.com/niklasvh/base64-arraybuffer",
  50. "keywords": [],
  51. "licenses": [
  52. {
  53. "type": "MIT",
  54. "url": "https://github.com/niklasvh/base64-arraybuffer/blob/master/LICENSE-MIT"
  55. }
  56. ],
  57. "main": "lib/base64-arraybuffer",
  58. "name": "base64-arraybuffer",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/niklasvh/base64-arraybuffer.git"
  62. },
  63. "scripts": {
  64. "test": "grunt nodeunit"
  65. },
  66. "version": "0.1.4"
  67. }