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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "js-yaml@3.14.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "js-yaml@3.14.1",
  9. "_id": "js-yaml@3.14.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
  12. "_location": "/js-yaml",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "js-yaml@3.14.1",
  18. "name": "js-yaml",
  19. "escapedName": "js-yaml",
  20. "rawSpec": "3.14.1",
  21. "saveSpec": null,
  22. "fetchSpec": "3.14.1"
  23. },
  24. "_requiredBy": [
  25. "/@eslint/eslintrc",
  26. "/@istanbuljs/load-nyc-config",
  27. "/eslint"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
  30. "_spec": "3.14.1",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Vladimir Zapparov",
  34. "email": "dervus.grim@gmail.com"
  35. },
  36. "bin": {
  37. "js-yaml": "bin/js-yaml.js"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/nodeca/js-yaml/issues"
  41. },
  42. "contributors": [
  43. {
  44. "name": "Aleksey V Zapparov",
  45. "email": "ixti@member.fsf.org",
  46. "url": "http://www.ixti.net/"
  47. },
  48. {
  49. "name": "Vitaly Puzrin",
  50. "email": "vitaly@rcdesign.ru",
  51. "url": "https://github.com/puzrin"
  52. },
  53. {
  54. "name": "Martin Grenfell",
  55. "email": "martin.grenfell@gmail.com",
  56. "url": "http://got-ravings.blogspot.com"
  57. }
  58. ],
  59. "dependencies": {
  60. "argparse": "^1.0.7",
  61. "esprima": "^4.0.0"
  62. },
  63. "description": "YAML 1.2 parser and serializer",
  64. "devDependencies": {
  65. "ansi": "^0.3.1",
  66. "benchmark": "^2.1.4",
  67. "browserify": "^16.2.2",
  68. "codemirror": "^5.13.4",
  69. "eslint": "^7.0.0",
  70. "fast-check": "^1.24.2",
  71. "istanbul": "^0.4.5",
  72. "mocha": "^7.1.2",
  73. "uglify-js": "^3.0.1"
  74. },
  75. "files": [
  76. "index.js",
  77. "lib/",
  78. "bin/",
  79. "dist/"
  80. ],
  81. "homepage": "https://github.com/nodeca/js-yaml",
  82. "jsdelivr": "dist/js-yaml.min.js",
  83. "keywords": [
  84. "yaml",
  85. "parser",
  86. "serializer",
  87. "pyyaml"
  88. ],
  89. "license": "MIT",
  90. "name": "js-yaml",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/nodeca/js-yaml.git"
  94. },
  95. "scripts": {
  96. "test": "make test"
  97. },
  98. "unpkg": "dist/js-yaml.min.js",
  99. "version": "3.14.1"
  100. }