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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "colorette@1.2.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "colorette@1.2.2",
  10. "_id": "colorette@1.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==",
  13. "_location": "/colorette",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "colorette@1.2.2",
  19. "name": "colorette",
  20. "escapedName": "colorette",
  21. "rawSpec": "1.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.2"
  24. },
  25. "_requiredBy": [
  26. "/autoprefixer",
  27. "/browserslist"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/colorette/-/colorette-1.2.2.tgz",
  30. "_spec": "1.2.2",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Jorge Bucaran"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jorgebucaran/colorette/issues"
  37. },
  38. "description": "Easily set the color and style of text in the terminal.",
  39. "devDependencies": {
  40. "c8": "*",
  41. "twist": "*"
  42. },
  43. "exports": {
  44. "./package.json": "./package.json",
  45. ".": {
  46. "require": "./index.cjs",
  47. "import": "./index.js"
  48. }
  49. },
  50. "files": [
  51. "*.*(c)[tj]s*"
  52. ],
  53. "homepage": "https://github.com/jorgebucaran/colorette#readme",
  54. "keywords": [
  55. "terminal",
  56. "styles",
  57. "color",
  58. "ansi"
  59. ],
  60. "license": "MIT",
  61. "main": "index.cjs",
  62. "module": "index.js",
  63. "name": "colorette",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/jorgebucaran/colorette.git"
  67. },
  68. "scripts": {
  69. "build": "node -e \"fs.writeFileSync('index.cjs',fs.readFileSync('index.js','utf8').replace(/export const /g,'exports.'),'utf8')\"",
  70. "deploy": "npm test && git commit --all --message $tag && git tag --sign $tag --message $tag && git push && git push --tags",
  71. "prepare": "npm run build",
  72. "release": "tag=$npm_package_version npm run deploy && npm publish --access public",
  73. "test": "c8 twist tests/*.js"
  74. },
  75. "type": "module",
  76. "types": "index.d.ts",
  77. "version": "1.2.2"
  78. }