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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "normalize-url@4.5.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "normalize-url@4.5.1",
  9. "_id": "normalize-url@4.5.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==",
  12. "_location": "/normalize-url",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "normalize-url@4.5.1",
  18. "name": "normalize-url",
  19. "escapedName": "normalize-url",
  20. "rawSpec": "4.5.1",
  21. "saveSpec": null,
  22. "fetchSpec": "4.5.1"
  23. },
  24. "_requiredBy": [
  25. "/cacheable-request"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.1.tgz",
  28. "_spec": "4.5.1",
  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/normalize-url/issues"
  37. },
  38. "description": "Normalize a URL",
  39. "devDependencies": {
  40. "ava": "^2.4.0",
  41. "coveralls": "^3.0.6",
  42. "nyc": "^14.1.1",
  43. "tsd": "^0.8.0",
  44. "xo": "^0.24.0"
  45. },
  46. "engines": {
  47. "node": ">=8"
  48. },
  49. "files": [
  50. "index.js",
  51. "index.d.ts"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/normalize-url#readme",
  54. "keywords": [
  55. "normalize",
  56. "url",
  57. "uri",
  58. "address",
  59. "string",
  60. "normalization",
  61. "normalisation",
  62. "query",
  63. "querystring",
  64. "simplify",
  65. "strip",
  66. "trim",
  67. "canonical"
  68. ],
  69. "license": "MIT",
  70. "name": "normalize-url",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/sindresorhus/normalize-url.git"
  74. },
  75. "scripts": {
  76. "test": "xo && nyc ava && tsd"
  77. },
  78. "version": "4.5.1"
  79. }