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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "bl@4.1.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "bl@4.1.0",
  10. "_id": "bl@4.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
  13. "_location": "/bl",
  14. "_phantomChildren": {
  15. "inherits": "2.0.4",
  16. "string_decoder": "1.1.1",
  17. "util-deprecate": "1.0.2"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "bl@4.1.0",
  23. "name": "bl",
  24. "escapedName": "bl",
  25. "rawSpec": "4.1.0",
  26. "saveSpec": null,
  27. "fetchSpec": "4.1.0"
  28. },
  29. "_requiredBy": [
  30. "/tar-stream"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
  33. "_spec": "4.1.0",
  34. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  35. "authors": [
  36. "Rod Vagg <rod@vagg.org> (https://github.com/rvagg)",
  37. "Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)",
  38. "Jarett Cruger <jcrugzz@gmail.com> (https://github.com/jcrugzz)"
  39. ],
  40. "bugs": {
  41. "url": "https://github.com/rvagg/bl/issues"
  42. },
  43. "dependencies": {
  44. "buffer": "^5.5.0",
  45. "inherits": "^2.0.4",
  46. "readable-stream": "^3.4.0"
  47. },
  48. "description": "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!",
  49. "devDependencies": {
  50. "faucet": "~0.0.1",
  51. "standard": "^14.3.0",
  52. "tape": "^4.11.0"
  53. },
  54. "homepage": "https://github.com/rvagg/bl",
  55. "keywords": [
  56. "buffer",
  57. "buffers",
  58. "stream",
  59. "awesomesauce"
  60. ],
  61. "license": "MIT",
  62. "main": "bl.js",
  63. "name": "bl",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/rvagg/bl.git"
  67. },
  68. "scripts": {
  69. "lint": "standard *.js test/*.js",
  70. "test": "npm run lint && node test/test.js | faucet"
  71. },
  72. "version": "4.1.0"
  73. }