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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "concat-map@0.0.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "concat-map@0.0.1",
  9. "_id": "concat-map@0.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
  12. "_location": "/concat-map",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "concat-map@0.0.1",
  18. "name": "concat-map",
  19. "escapedName": "concat-map",
  20. "rawSpec": "0.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "0.0.1"
  23. },
  24. "_requiredBy": [
  25. "/brace-expansion"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  28. "_spec": "0.0.1",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "James Halliday",
  32. "email": "mail@substack.net",
  33. "url": "http://substack.net"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/substack/node-concat-map/issues"
  37. },
  38. "description": "concatenative mapdashery",
  39. "devDependencies": {
  40. "tape": "~2.4.0"
  41. },
  42. "directories": {
  43. "example": "example",
  44. "test": "test"
  45. },
  46. "homepage": "https://github.com/substack/node-concat-map#readme",
  47. "keywords": [
  48. "concat",
  49. "concatMap",
  50. "map",
  51. "functional",
  52. "higher-order"
  53. ],
  54. "license": "MIT",
  55. "main": "index.js",
  56. "name": "concat-map",
  57. "repository": {
  58. "type": "git",
  59. "url": "git://github.com/substack/node-concat-map.git"
  60. },
  61. "scripts": {
  62. "test": "tape test/*.js"
  63. },
  64. "testling": {
  65. "files": "test/*.js",
  66. "browsers": {
  67. "ie": [
  68. 6,
  69. 7,
  70. 8,
  71. 9
  72. ],
  73. "ff": [
  74. 3.5,
  75. 10,
  76. 15
  77. ],
  78. "chrome": [
  79. 10,
  80. 22
  81. ],
  82. "safari": [
  83. 5.1
  84. ],
  85. "opera": [
  86. 12
  87. ]
  88. }
  89. },
  90. "version": "0.0.1"
  91. }