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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "bser@2.1.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "bser@2.1.1",
  10. "_id": "bser@2.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==",
  13. "_location": "/bser",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "bser@2.1.1",
  19. "name": "bser",
  20. "escapedName": "bser",
  21. "rawSpec": "2.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.1"
  24. },
  25. "_requiredBy": [
  26. "/fb-watchman"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz",
  29. "_spec": "2.1.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Wez Furlong",
  33. "email": "wez@fb.com",
  34. "url": "http://wezfurlong.org"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/facebook/watchman/issues"
  38. },
  39. "dependencies": {
  40. "node-int64": "^0.4.0"
  41. },
  42. "description": "JavaScript implementation of the BSER Binary Serialization",
  43. "directories": {
  44. "test": "test"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://facebook.github.io/watchman/docs/bser.html",
  50. "keywords": [
  51. "bser",
  52. "binary",
  53. "protocol"
  54. ],
  55. "license": "Apache-2.0",
  56. "main": "index.js",
  57. "name": "bser",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/facebook/watchman.git"
  61. },
  62. "scripts": {
  63. "test": "node test/bser.js"
  64. },
  65. "version": "2.1.1"
  66. }