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.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. "global-modules@2.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "global-modules@2.0.0",
  10. "_id": "global-modules@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==",
  13. "_location": "/global-modules",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "global-modules@2.0.0",
  19. "name": "global-modules",
  20. "escapedName": "global-modules",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/stylelint"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/global-modules/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "JasonChang",
  41. "url": "https://packagist.org/packages/jason-chang"
  42. },
  43. {
  44. "name": "Jon Schlinkert",
  45. "url": "http://twitter.com/jonschlinkert"
  46. },
  47. {
  48. "name": "Kiko Beats",
  49. "url": "https://kikobeats.com"
  50. }
  51. ],
  52. "dependencies": {
  53. "global-prefix": "^3.0.0"
  54. },
  55. "description": "The directory used by npm for globally installed npm modules.",
  56. "devDependencies": {
  57. "gulp-format-md": "^2.0.0",
  58. "mocha": "^5.2.0"
  59. },
  60. "engines": {
  61. "node": ">=6"
  62. },
  63. "files": [
  64. "index.js"
  65. ],
  66. "homepage": "https://github.com/jonschlinkert/global-modules",
  67. "keywords": [
  68. "directory",
  69. "dirname",
  70. "global",
  71. "module",
  72. "modules",
  73. "package",
  74. "path",
  75. "prefix",
  76. "resolve"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "name": "global-modules",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/jonschlinkert/global-modules.git"
  84. },
  85. "scripts": {
  86. "test": "mocha"
  87. },
  88. "verb": {
  89. "run": true,
  90. "toc": false,
  91. "layout": "default",
  92. "tasks": [
  93. "readme"
  94. ],
  95. "plugins": [
  96. "gulp-format-md"
  97. ],
  98. "related": {
  99. "list": [
  100. "git-config-path",
  101. "global-prefix",
  102. "npm-paths"
  103. ]
  104. },
  105. "lint": {
  106. "reflinks": true
  107. }
  108. },
  109. "version": "2.0.0"
  110. }