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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "prepend-http@2.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "prepend-http@2.0.0",
  9. "_id": "prepend-http@2.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=",
  12. "_location": "/prepend-http",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "prepend-http@2.0.0",
  18. "name": "prepend-http",
  19. "escapedName": "prepend-http",
  20. "rawSpec": "2.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.0"
  23. },
  24. "_requiredBy": [
  25. "/url-parse-lax"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz",
  28. "_spec": "2.0.0",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/prepend-http/issues"
  37. },
  38. "description": "Prepend `http://` to humanized URLs like todomvc.com and localhost",
  39. "devDependencies": {
  40. "ava": "*",
  41. "xo": "*"
  42. },
  43. "engines": {
  44. "node": ">=4"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/prepend-http#readme",
  50. "keywords": [
  51. "prepend",
  52. "protocol",
  53. "scheme",
  54. "url",
  55. "uri",
  56. "http",
  57. "https",
  58. "humanized"
  59. ],
  60. "license": "MIT",
  61. "name": "prepend-http",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/sindresorhus/prepend-http.git"
  65. },
  66. "scripts": {
  67. "test": "xo && ava"
  68. },
  69. "version": "2.0.0"
  70. }