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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "optionator@0.9.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "optionator@0.9.1",
  9. "_id": "optionator@0.9.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==",
  12. "_location": "/optionator",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "optionator@0.9.1",
  18. "name": "optionator",
  19. "escapedName": "optionator",
  20. "rawSpec": "0.9.1",
  21. "saveSpec": null,
  22. "fetchSpec": "0.9.1"
  23. },
  24. "_requiredBy": [
  25. "/eslint"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz",
  28. "_spec": "0.9.1",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "George Zahariev",
  32. "email": "z@georgezahariev.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/gkz/optionator/issues"
  36. },
  37. "dependencies": {
  38. "deep-is": "^0.1.3",
  39. "fast-levenshtein": "^2.0.6",
  40. "levn": "^0.4.1",
  41. "prelude-ls": "^1.2.1",
  42. "type-check": "^0.4.0",
  43. "word-wrap": "^1.2.3"
  44. },
  45. "description": "option parsing and help generation",
  46. "devDependencies": {
  47. "livescript": "^1.6.0",
  48. "mocha": "^7.1.1"
  49. },
  50. "engines": {
  51. "node": ">= 0.8.0"
  52. },
  53. "files": [
  54. "lib",
  55. "README.md",
  56. "LICENSE"
  57. ],
  58. "homepage": "https://github.com/gkz/optionator",
  59. "keywords": [
  60. "options",
  61. "flags",
  62. "option parsing",
  63. "cli"
  64. ],
  65. "license": "MIT",
  66. "main": "./lib/",
  67. "name": "optionator",
  68. "repository": {
  69. "type": "git",
  70. "url": "git://github.com/gkz/optionator.git"
  71. },
  72. "scripts": {
  73. "test": "make test"
  74. },
  75. "version": "0.9.1"
  76. }