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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "ci-info@3.2.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ci-info@3.2.0",
  10. "_id": "ci-info@3.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-dVqRX7fLUm8J6FgHJ418XuIgDLZDkYcDFTeL6TA2gt5WlIZUQrrH6EZrNClwT/H0FateUsZkGIOPRrLbP+PR9A==",
  13. "_location": "/ci-info",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ci-info@3.2.0",
  19. "name": "ci-info",
  20. "escapedName": "ci-info",
  21. "rawSpec": "3.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.2.0"
  24. },
  25. "_requiredBy": [
  26. "/is-ci"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.2.0.tgz",
  29. "_spec": "3.2.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Thomas Watson Steen",
  33. "email": "w@tson.dk",
  34. "url": "https://twitter.com/wa7son"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/watson/ci-info/issues"
  38. },
  39. "coordinates": [
  40. 55.778231,
  41. 12.593179
  42. ],
  43. "description": "Get details about the current Continuous Integration environment",
  44. "devDependencies": {
  45. "clear-module": "^4.1.1",
  46. "standard": "^16.0.3",
  47. "tape": "^5.2.2"
  48. },
  49. "homepage": "https://github.com/watson/ci-info",
  50. "keywords": [
  51. "ci",
  52. "continuous",
  53. "integration",
  54. "test",
  55. "detect"
  56. ],
  57. "license": "MIT",
  58. "main": "index.js",
  59. "name": "ci-info",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/watson/ci-info.git"
  63. },
  64. "scripts": {
  65. "test": "standard && node test.js"
  66. },
  67. "typings": "index.d.ts",
  68. "version": "3.2.0"
  69. }