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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "kleur@3.0.3",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "kleur@3.0.3",
  10. "_id": "kleur@3.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
  13. "_location": "/kleur",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "kleur@3.0.3",
  19. "name": "kleur",
  20. "escapedName": "kleur",
  21. "rawSpec": "3.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.3"
  24. },
  25. "_requiredBy": [
  26. "/prompts"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
  29. "_spec": "3.0.3",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Luke Edwards",
  33. "email": "luke.edwards05@gmail.com",
  34. "url": "lukeed.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/lukeed/kleur/issues"
  38. },
  39. "description": "The fastest Node.js library for formatting terminal text with ANSI colors~!",
  40. "devDependencies": {
  41. "tap-spec": "^5.0.0",
  42. "tape": "^4.9.1"
  43. },
  44. "engines": {
  45. "node": ">=6"
  46. },
  47. "files": [
  48. "*.js",
  49. "*.d.ts"
  50. ],
  51. "homepage": "https://github.com/lukeed/kleur#readme",
  52. "keywords": [
  53. "ansi",
  54. "cli",
  55. "color",
  56. "colors",
  57. "console",
  58. "terminal"
  59. ],
  60. "license": "MIT",
  61. "name": "kleur",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/lukeed/kleur.git"
  65. },
  66. "scripts": {
  67. "test": "tape test/*.js | tap-spec"
  68. },
  69. "types": "kleur.d.ts",
  70. "version": "3.0.3"
  71. }