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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "clarinet@0.12.4",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "clarinet@0.12.4",
  9. "_id": "clarinet@0.12.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Rx9Zw8KQkoPO3/O2yPRchCZm3cGubCQiRLmmFAlbkDKobUIPP3JYul+bKILR9DIv1gSVwPQSgF8JGGkXzX8Q0w==",
  12. "_location": "/clarinet",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "clarinet@0.12.4",
  18. "name": "clarinet",
  19. "escapedName": "clarinet",
  20. "rawSpec": "0.12.4",
  21. "saveSpec": null,
  22. "fetchSpec": "0.12.4"
  23. },
  24. "_requiredBy": [
  25. "/feedme"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/clarinet/-/clarinet-0.12.4.tgz",
  28. "_spec": "0.12.4",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Nuno Job",
  32. "email": "nunojobpinto@gmail.com",
  33. "url": "http://nunojob.com/"
  34. },
  35. "bugs": {
  36. "url": "http://github.com/dscape/clarinet/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Jann Horn",
  41. "url": "https://github.com/thejh"
  42. },
  43. {
  44. "name": "Justin Makeig",
  45. "email": "jmpublic+github@makeig.com",
  46. "url": "http://www.audiblepop.com"
  47. },
  48. {
  49. "name": "Roly Fentanes",
  50. "url": "http://about.me/roly"
  51. },
  52. {
  53. "name": "John Lancaster",
  54. "url": "http://jlank.com"
  55. }
  56. ],
  57. "description": "SAX based evented streaming JSON parser in JavaScript (browser and node)",
  58. "devDependencies": {
  59. "mocha": "^6.1.4",
  60. "should": "1.0.x",
  61. "underscore": "1.2.3"
  62. },
  63. "directories": {
  64. "test": "test"
  65. },
  66. "engines": {
  67. "chrome": ">=16.0.912",
  68. "firefox": ">=0.8.0",
  69. "node": ">=0.3.6"
  70. },
  71. "homepage": "https://github.com/dscape/clarinet",
  72. "keywords": [
  73. "sax",
  74. "json",
  75. "parser",
  76. "stream",
  77. "streaming",
  78. "event",
  79. "events",
  80. "emitter",
  81. "async",
  82. "streamer",
  83. "browser"
  84. ],
  85. "license": "BSD-2-Clause",
  86. "main": "./clarinet.js",
  87. "name": "clarinet",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+ssh://git@github.com/dscape/clarinet.git"
  91. },
  92. "runkitExampleFilename": "example.js",
  93. "scripts": {
  94. "bench": "cd benchmark && npm test",
  95. "prebench": "cd benchmark && test -e node_modules || npm i --ignore-scripts",
  96. "test": "mocha -r should -t 10000 -s 2000 test/parser.spec.js test/clarinet.js test/npm.js test/utf8-chunks.js test/position.js"
  97. },
  98. "version": "0.12.4"
  99. }