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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "json-buffer@3.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "json-buffer@3.0.0",
  9. "_id": "json-buffer@3.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=",
  12. "_location": "/json-buffer",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "json-buffer@3.0.0",
  18. "name": "json-buffer",
  19. "escapedName": "json-buffer",
  20. "rawSpec": "3.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.0"
  23. },
  24. "_requiredBy": [
  25. "/keyv"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz",
  28. "_spec": "3.0.0",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Dominic Tarr",
  32. "email": "dominic.tarr@gmail.com",
  33. "url": "http://dominictarr.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/dominictarr/json-buffer/issues"
  37. },
  38. "description": "JSON parse & stringify that supports binary via bops & base64",
  39. "devDependencies": {
  40. "tape": "^4.6.3"
  41. },
  42. "homepage": "https://github.com/dominictarr/json-buffer",
  43. "license": "MIT",
  44. "name": "json-buffer",
  45. "repository": {
  46. "type": "git",
  47. "url": "git://github.com/dominictarr/json-buffer.git"
  48. },
  49. "scripts": {
  50. "test": "set -e; for t in test/*.js; do node $t; done"
  51. },
  52. "testling": {
  53. "files": "test/*.js",
  54. "browsers": [
  55. "ie/8..latest",
  56. "firefox/17..latest",
  57. "firefox/nightly",
  58. "chrome/22..latest",
  59. "chrome/canary",
  60. "opera/12..latest",
  61. "opera/next",
  62. "safari/5.1..latest",
  63. "ipad/6.0..latest",
  64. "iphone/6.0..latest",
  65. "android-browser/4.2..latest"
  66. ]
  67. },
  68. "version": "3.0.0"
  69. }