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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "archy@1.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "archy@1.0.0",
  10. "_id": "archy@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-+cjBN1fMHde8N5rHeyxipcKGjEA=",
  13. "_location": "/archy",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "archy@1.0.0",
  19. "name": "archy",
  20. "escapedName": "archy",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/istanbul-lib-processinfo"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "James Halliday",
  33. "email": "mail@substack.net",
  34. "url": "http://substack.net"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/substack/node-archy/issues"
  38. },
  39. "description": "render nested hierarchies `npm ls` style with unicode pipes",
  40. "devDependencies": {
  41. "tap": "~0.3.3",
  42. "tape": "~0.1.1"
  43. },
  44. "homepage": "https://github.com/substack/node-archy#readme",
  45. "keywords": [
  46. "hierarchy",
  47. "npm ls",
  48. "unicode",
  49. "pretty",
  50. "print"
  51. ],
  52. "license": "MIT",
  53. "main": "index.js",
  54. "name": "archy",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+ssh://git@github.com/substack/node-archy.git"
  58. },
  59. "scripts": {
  60. "test": "tap test"
  61. },
  62. "testling": {
  63. "files": "test/*.js",
  64. "browsers": {
  65. "iexplore": [
  66. "6.0",
  67. "7.0",
  68. "8.0",
  69. "9.0"
  70. ],
  71. "chrome": [
  72. "20.0"
  73. ],
  74. "firefox": [
  75. "10.0",
  76. "15.0"
  77. ],
  78. "safari": [
  79. "5.1"
  80. ],
  81. "opera": [
  82. "12.0"
  83. ]
  84. }
  85. },
  86. "version": "1.0.0"
  87. }