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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "hosted-git-info@4.0.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "hosted-git-info@4.0.2",
  10. "_id": "hosted-git-info@4.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-c9OGXbZ3guC/xOlCg1Ci/VgWlwsqDv1yMQL1CWqXDL0hDjXuNcq0zuR4xqPSuasI3kqFDhqSyTjREz5gzq0fXg==",
  13. "_location": "/hosted-git-info",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "hosted-git-info@4.0.2",
  19. "name": "hosted-git-info",
  20. "escapedName": "hosted-git-info",
  21. "rawSpec": "4.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.2"
  24. },
  25. "_requiredBy": [
  26. "/normalize-package-data"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.0.2.tgz",
  29. "_spec": "4.0.2",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Rebecca Turner",
  33. "email": "me@re-becca.org",
  34. "url": "http://re-becca.org"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/npm/hosted-git-info/issues"
  38. },
  39. "dependencies": {
  40. "lru-cache": "^6.0.0"
  41. },
  42. "description": "Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab",
  43. "devDependencies": {
  44. "standard": "^16.0.3",
  45. "standard-version": "^9.1.0",
  46. "tap": "^14.11.0"
  47. },
  48. "engines": {
  49. "node": ">=10"
  50. },
  51. "files": [
  52. "index.js",
  53. "git-host.js",
  54. "git-host-info.js"
  55. ],
  56. "homepage": "https://github.com/npm/hosted-git-info",
  57. "keywords": [
  58. "git",
  59. "github",
  60. "bitbucket",
  61. "gitlab"
  62. ],
  63. "license": "ISC",
  64. "main": "index.js",
  65. "name": "hosted-git-info",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/npm/hosted-git-info.git"
  69. },
  70. "scripts": {
  71. "posttest": "standard",
  72. "postversion": "npm publish",
  73. "prepublishOnly": "git push origin --follow-tags",
  74. "preversion": "npm test",
  75. "snap": "tap",
  76. "test": "tap",
  77. "test:coverage": "tap --coverage-report=html"
  78. },
  79. "tap": {
  80. "color": 1,
  81. "coverage": true,
  82. "esm": false
  83. },
  84. "version": "4.0.2"
  85. }