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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "url-parse-lax@3.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "url-parse-lax@3.0.0",
  9. "_id": "url-parse-lax@3.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-FrXK/Afb42dsGxmZF3gj1lA6yww=",
  12. "_location": "/url-parse-lax",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "url-parse-lax@3.0.0",
  18. "name": "url-parse-lax",
  19. "escapedName": "url-parse-lax",
  20. "rawSpec": "3.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.0"
  23. },
  24. "_requiredBy": [
  25. "/got"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-3.0.0.tgz",
  28. "_spec": "3.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/url-parse-lax/issues"
  37. },
  38. "dependencies": {
  39. "prepend-http": "^2.0.0"
  40. },
  41. "description": "Lax url.parse() with support for protocol-less URLs & IPs",
  42. "devDependencies": {
  43. "ava": "*",
  44. "xo": "*"
  45. },
  46. "engines": {
  47. "node": ">=4"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/url-parse-lax#readme",
  53. "keywords": [
  54. "url",
  55. "uri",
  56. "parse",
  57. "parser",
  58. "loose",
  59. "lax",
  60. "protocol",
  61. "less",
  62. "protocol-less",
  63. "ip",
  64. "ipv4",
  65. "ipv6"
  66. ],
  67. "license": "MIT",
  68. "name": "url-parse-lax",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/url-parse-lax.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava"
  75. },
  76. "version": "3.0.0"
  77. }