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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "functional-red-black-tree@1.0.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "functional-red-black-tree@1.0.1",
  9. "_id": "functional-red-black-tree@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=",
  12. "_location": "/functional-red-black-tree",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "functional-red-black-tree@1.0.1",
  18. "name": "functional-red-black-tree",
  19. "escapedName": "functional-red-black-tree",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/eslint"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz",
  28. "_spec": "1.0.1",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Mikola Lysenko"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/mikolalysenko/functional-red-black-tree/issues"
  35. },
  36. "dependencies": {},
  37. "description": "A fully persistent balanced binary search tree",
  38. "devDependencies": {
  39. "iota-array": "^0.0.1",
  40. "tape": "^2.12.0"
  41. },
  42. "directories": {
  43. "test": "test"
  44. },
  45. "homepage": "https://github.com/mikolalysenko/functional-red-black-tree#readme",
  46. "keywords": [
  47. "functional",
  48. "red",
  49. "black",
  50. "tree",
  51. "binary",
  52. "search",
  53. "balance",
  54. "persistent",
  55. "fully",
  56. "dynamic",
  57. "data",
  58. "structure"
  59. ],
  60. "license": "MIT",
  61. "main": "rbtree.js",
  62. "name": "functional-red-black-tree",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/mikolalysenko/functional-red-black-tree.git"
  66. },
  67. "scripts": {
  68. "test": "tape test/*.js"
  69. },
  70. "version": "1.0.1"
  71. }