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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "ansi-regex@5.0.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "ansi-regex@5.0.1",
  9. "_id": "ansi-regex@5.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  12. "_location": "/ansi-regex",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "ansi-regex@5.0.1",
  18. "name": "ansi-regex",
  19. "escapedName": "ansi-regex",
  20. "rawSpec": "5.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "5.0.1"
  23. },
  24. "_requiredBy": [
  25. "/pretty-format",
  26. "/strip-ansi"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  29. "_spec": "5.0.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/chalk/ansi-regex/issues"
  38. },
  39. "description": "Regular expression for matching ANSI escape codes",
  40. "devDependencies": {
  41. "ava": "^2.4.0",
  42. "tsd": "^0.9.0",
  43. "xo": "^0.25.3"
  44. },
  45. "engines": {
  46. "node": ">=8"
  47. },
  48. "files": [
  49. "index.js",
  50. "index.d.ts"
  51. ],
  52. "homepage": "https://github.com/chalk/ansi-regex#readme",
  53. "keywords": [
  54. "ansi",
  55. "styles",
  56. "color",
  57. "colour",
  58. "colors",
  59. "terminal",
  60. "console",
  61. "cli",
  62. "string",
  63. "tty",
  64. "escape",
  65. "formatting",
  66. "rgb",
  67. "256",
  68. "shell",
  69. "xterm",
  70. "command-line",
  71. "text",
  72. "regex",
  73. "regexp",
  74. "re",
  75. "match",
  76. "test",
  77. "find",
  78. "pattern"
  79. ],
  80. "license": "MIT",
  81. "name": "ansi-regex",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/chalk/ansi-regex.git"
  85. },
  86. "scripts": {
  87. "test": "xo && ava && tsd",
  88. "view-supported": "node fixtures/view-codes.js"
  89. },
  90. "version": "5.0.1"
  91. }