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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "prelude-ls@1.2.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "prelude-ls@1.2.1",
  9. "_id": "prelude-ls@1.2.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  12. "_location": "/prelude-ls",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "prelude-ls@1.2.1",
  18. "name": "prelude-ls",
  19. "escapedName": "prelude-ls",
  20. "rawSpec": "1.2.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.1"
  23. },
  24. "_requiredBy": [
  25. "/levn",
  26. "/optionator",
  27. "/type-check"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  30. "_spec": "1.2.1",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "George Zahariev",
  34. "email": "z@georgezahariev.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/gkz/prelude-ls/issues"
  38. },
  39. "description": "prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.",
  40. "devDependencies": {
  41. "browserify": "^16.5.1",
  42. "livescript": "^1.6.0",
  43. "mocha": "^7.1.1",
  44. "sinon": "~8.0.1",
  45. "uglify-js": "^3.8.1"
  46. },
  47. "engines": {
  48. "node": ">= 0.8.0"
  49. },
  50. "files": [
  51. "lib/",
  52. "README.md",
  53. "LICENSE"
  54. ],
  55. "homepage": "http://preludels.com",
  56. "keywords": [
  57. "prelude",
  58. "livescript",
  59. "utility",
  60. "ls",
  61. "coffeescript",
  62. "javascript",
  63. "library",
  64. "functional",
  65. "array",
  66. "list",
  67. "object",
  68. "string"
  69. ],
  70. "license": "MIT",
  71. "main": "lib/",
  72. "name": "prelude-ls",
  73. "repository": {
  74. "type": "git",
  75. "url": "git://github.com/gkz/prelude-ls.git"
  76. },
  77. "scripts": {
  78. "test": "make test"
  79. },
  80. "version": "1.2.1"
  81. }