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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "grapheme-splitter@1.0.4",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "grapheme-splitter@1.0.4",
  10. "_id": "grapheme-splitter@1.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==",
  13. "_location": "/grapheme-splitter",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "grapheme-splitter@1.0.4",
  19. "name": "grapheme-splitter",
  20. "escapedName": "grapheme-splitter",
  21. "rawSpec": "1.0.4",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.4"
  24. },
  25. "_requiredBy": [
  26. "/webdriverio"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz",
  29. "_spec": "1.0.4",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Orlin Georgiev"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/orling/grapheme-splitter/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "Lucas Tadeu Teixeira",
  40. "email": "lucas@fastmail.nl",
  41. "url": "https://lucas.is"
  42. }
  43. ],
  44. "dependencies": {},
  45. "description": "A JavaScript library that breaks strings into their individual user-perceived characters. It supports emojis!",
  46. "devDependencies": {
  47. "tape": "^4.6.3"
  48. },
  49. "homepage": "https://github.com/orling/grapheme-splitter",
  50. "keywords": [
  51. "utf-8",
  52. "strings",
  53. "emoji",
  54. "split"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "grapheme-splitter",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/orling/grapheme-splitter.git"
  62. },
  63. "scripts": {
  64. "test": "tape tests/grapheme_splitter_tests.js"
  65. },
  66. "version": "1.0.4"
  67. }