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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "@sinonjs/text-encoding@0.7.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@sinonjs/text-encoding@0.7.1",
  10. "_id": "@sinonjs/text-encoding@0.7.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ==",
  13. "_location": "/@sinonjs/text-encoding",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@sinonjs/text-encoding@0.7.1",
  19. "name": "@sinonjs/text-encoding",
  20. "escapedName": "@sinonjs%2ftext-encoding",
  21. "scope": "@sinonjs",
  22. "rawSpec": "0.7.1",
  23. "saveSpec": null,
  24. "fetchSpec": "0.7.1"
  25. },
  26. "_requiredBy": [
  27. "/nise"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/@sinonjs/text-encoding/-/text-encoding-0.7.1.tgz",
  30. "_spec": "0.7.1",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Joshua Bell",
  34. "email": "inexorabletash@gmail.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/inexorabletash/text-encoding/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Joshua Bell",
  42. "email": "inexorabletash@gmail.com"
  43. },
  44. {
  45. "name": "Rick Eyre",
  46. "email": "rick.eyre@outlook.com"
  47. },
  48. {
  49. "name": "Eugen Podaru",
  50. "email": "eugen.podaru@live.com"
  51. },
  52. {
  53. "name": "Filip Dupanović",
  54. "email": "filip.dupanovic@gmail.com"
  55. },
  56. {
  57. "name": "Anne van Kesteren",
  58. "email": "annevk@annevk.nl"
  59. },
  60. {
  61. "name": "Author: Francis Avila",
  62. "email": "francisga@gmail.com"
  63. },
  64. {
  65. "name": "Michael J. Ryan",
  66. "email": "tracker1@gmail.com"
  67. },
  68. {
  69. "name": "Pierre Queinnec",
  70. "email": "pierre@queinnec.org"
  71. },
  72. {
  73. "name": "Zack Weinberg",
  74. "email": "zackw@panix.com"
  75. }
  76. ],
  77. "description": "Polyfill for the Encoding Living Standard's API.",
  78. "files": [
  79. "index.js",
  80. "lib/encoding.js",
  81. "lib/encoding-indexes.js"
  82. ],
  83. "homepage": "https://github.com/inexorabletash/text-encoding",
  84. "keywords": [
  85. "encoding",
  86. "decoding",
  87. "living standard"
  88. ],
  89. "license": "(Unlicense OR Apache-2.0)",
  90. "main": "index.js",
  91. "name": "@sinonjs/text-encoding",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/inexorabletash/text-encoding.git"
  95. },
  96. "version": "0.7.1"
  97. }