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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "boolean@3.1.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "boolean@3.1.2",
  9. "_id": "boolean@3.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-YN6UmV0FfLlBVvRvNPx3pz5W/mUoYB24J4WSXOKP/OOJpi+Oq6WYqPaNTHzjI0QzwWtnvEd5CGYyQPgp1jFxnw==",
  12. "_location": "/boolean",
  13. "_optional": true,
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "boolean@3.1.2",
  19. "name": "boolean",
  20. "escapedName": "boolean",
  21. "rawSpec": "3.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "3.1.2"
  24. },
  25. "_requiredBy": [
  26. "/global-agent",
  27. "/roarr"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/boolean/-/boolean-3.1.2.tgz",
  30. "_spec": "3.1.2",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "bugs": {
  33. "url": "https://github.com/thenativeweb/boolean/issues"
  34. },
  35. "contributors": [
  36. {
  37. "name": "Golo Roden",
  38. "email": "golo.roden@thenativeweb.io"
  39. },
  40. {
  41. "name": "Matthias Wagler",
  42. "email": "matthias.wagler@thenativeweb.io"
  43. },
  44. {
  45. "name": "Ryan Smith",
  46. "email": "ryan.smith@ht2labs.com"
  47. },
  48. {
  49. "name": "Thomas Schaaf",
  50. "email": "schaaf@komola.de"
  51. },
  52. {
  53. "name": "Sebastian Mares",
  54. "email": "camil.sebastian@mares.email"
  55. }
  56. ],
  57. "dependencies": {},
  58. "description": "boolean converts lots of things to boolean.",
  59. "devDependencies": {
  60. "assertthat": "6.3.2",
  61. "roboter": "11.7.3",
  62. "semantic-release-configuration": "2.0.1"
  63. },
  64. "homepage": "https://github.com/thenativeweb/boolean#readme",
  65. "keywords": [
  66. "boolean",
  67. "parser"
  68. ],
  69. "license": "MIT",
  70. "main": "build/lib/boolean.js",
  71. "name": "boolean",
  72. "repository": {
  73. "type": "git",
  74. "url": "git://github.com/thenativeweb/boolean.git"
  75. },
  76. "types": "build/lib/boolean.d.ts",
  77. "version": "3.1.2"
  78. }