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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "string-length@4.0.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "string-length@4.0.2",
  10. "_id": "string-length@4.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
  13. "_location": "/string-length",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "string-length@4.0.2",
  19. "name": "string-length",
  20. "escapedName": "string-length",
  21. "rawSpec": "4.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.2"
  24. },
  25. "_requiredBy": [
  26. "/@jest/reporters",
  27. "/jest-watcher"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
  30. "_spec": "4.0.2",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "https://sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/string-length/issues"
  39. },
  40. "dependencies": {
  41. "char-regex": "^1.0.2",
  42. "strip-ansi": "^6.0.0"
  43. },
  44. "description": "Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes",
  45. "devDependencies": {
  46. "ava": "^3.1.0",
  47. "tsd": "^0.11.0",
  48. "xo": "^0.25.3"
  49. },
  50. "engines": {
  51. "node": ">=10"
  52. },
  53. "files": [
  54. "index.js",
  55. "index.d.ts"
  56. ],
  57. "homepage": "https://github.com/sindresorhus/string-length#readme",
  58. "keywords": [
  59. "unicode",
  60. "string",
  61. "length",
  62. "size",
  63. "count",
  64. "astral",
  65. "symbol",
  66. "surrogates",
  67. "codepoints",
  68. "ansi",
  69. "escape",
  70. "codes"
  71. ],
  72. "license": "MIT",
  73. "name": "string-length",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/sindresorhus/string-length.git"
  77. },
  78. "scripts": {
  79. "test": "xo && ava && tsd"
  80. },
  81. "version": "4.0.2"
  82. }