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. "colors@1.4.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "colors@1.4.0",
  9. "_id": "colors@1.4.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==",
  12. "_location": "/colors",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "colors@1.4.0",
  18. "name": "colors",
  19. "escapedName": "colors",
  20. "rawSpec": "1.4.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.4.0"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz",
  28. "_spec": "1.4.0",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Marak Squires"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/Marak/colors.js/issues"
  35. },
  36. "contributors": [
  37. {
  38. "name": "DABH",
  39. "url": "https://github.com/DABH"
  40. }
  41. ],
  42. "description": "get colors in your node.js console",
  43. "devDependencies": {
  44. "eslint": "^5.2.0",
  45. "eslint-config-google": "^0.11.0"
  46. },
  47. "engines": {
  48. "node": ">=0.1.90"
  49. },
  50. "files": [
  51. "examples",
  52. "lib",
  53. "LICENSE",
  54. "safe.js",
  55. "themes",
  56. "index.d.ts",
  57. "safe.d.ts"
  58. ],
  59. "homepage": "https://github.com/Marak/colors.js",
  60. "keywords": [
  61. "ansi",
  62. "terminal",
  63. "colors"
  64. ],
  65. "license": "MIT",
  66. "main": "lib/index.js",
  67. "name": "colors",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+ssh://git@github.com/Marak/colors.js.git"
  71. },
  72. "scripts": {
  73. "lint": "eslint . --fix",
  74. "test": "node tests/basic-test.js && node tests/safe-test.js"
  75. },
  76. "version": "1.4.0"
  77. }