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 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. "global-prefix@3.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "global-prefix@3.0.0",
  10. "_id": "global-prefix@3.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==",
  13. "_location": "/global-prefix",
  14. "_phantomChildren": {
  15. "isexe": "2.0.0"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "global-prefix@3.0.0",
  21. "name": "global-prefix",
  22. "escapedName": "global-prefix",
  23. "rawSpec": "3.0.0",
  24. "saveSpec": null,
  25. "fetchSpec": "3.0.0"
  26. },
  27. "_requiredBy": [
  28. "/global-modules"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz",
  31. "_spec": "3.0.0",
  32. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  33. "author": {
  34. "name": "Jon Schlinkert",
  35. "url": "https://github.com/jonschlinkert"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/jonschlinkert/global-prefix/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Alexandr Bogachev",
  43. "url": "https://github.com/rmbaad"
  44. },
  45. {
  46. "name": "Brian Woodward",
  47. "url": "https://twitter.com/doowb"
  48. },
  49. {
  50. "name": "Charlike Mike Reagent",
  51. "url": "https://i.am.charlike.online"
  52. },
  53. {
  54. "name": "JasonChang",
  55. "url": "https://packagist.org/packages/jason-chang"
  56. },
  57. {
  58. "name": "Jon Schlinkert",
  59. "url": "http://twitter.com/jonschlinkert"
  60. },
  61. {
  62. "name": "Jorrit Schippers",
  63. "url": "https://www.ncode.nl"
  64. },
  65. {
  66. "name": "Mathias Rasmussen",
  67. "url": "chrome://dino"
  68. },
  69. {
  70. "name": "Ross Fenning",
  71. "url": "http://rossfenning.co.uk"
  72. }
  73. ],
  74. "dependencies": {
  75. "ini": "^1.3.5",
  76. "kind-of": "^6.0.2",
  77. "which": "^1.3.1"
  78. },
  79. "description": "Get the npm global path prefix.",
  80. "devDependencies": {
  81. "gulp-format-md": "^2.0.0",
  82. "mocha": "^5.2.0"
  83. },
  84. "engines": {
  85. "node": ">=6"
  86. },
  87. "files": [
  88. "index.js"
  89. ],
  90. "homepage": "https://github.com/jonschlinkert/global-prefix",
  91. "keywords": [
  92. "global",
  93. "module",
  94. "modules",
  95. "npm",
  96. "path",
  97. "prefix",
  98. "resolve"
  99. ],
  100. "license": "MIT",
  101. "main": "index.js",
  102. "name": "global-prefix",
  103. "repository": {
  104. "type": "git",
  105. "url": "git+https://github.com/jonschlinkert/global-prefix.git"
  106. },
  107. "scripts": {
  108. "test": "mocha"
  109. },
  110. "version": "3.0.0"
  111. }