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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "minimist-options@4.1.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "minimist-options@4.1.0",
  10. "_id": "minimist-options@4.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==",
  13. "_location": "/minimist-options",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "minimist-options@4.1.0",
  19. "name": "minimist-options",
  20. "escapedName": "minimist-options",
  21. "rawSpec": "4.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.1.0"
  24. },
  25. "_requiredBy": [
  26. "/meow"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz",
  29. "_spec": "4.1.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Vadim Demedes",
  33. "email": "vdemedes@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/vadimdemedes/minimist-options/issues"
  37. },
  38. "dependencies": {
  39. "arrify": "^1.0.1",
  40. "is-plain-obj": "^1.1.0",
  41. "kind-of": "^6.0.3"
  42. },
  43. "description": "Pretty options for minimist",
  44. "devDependencies": {
  45. "@types/minimist": "^1.2.0",
  46. "ava": "^1.0.1",
  47. "tsd-check": "^0.3.0",
  48. "xo": "^0.24.0"
  49. },
  50. "engines": {
  51. "node": ">= 6"
  52. },
  53. "files": [
  54. "index.js",
  55. "index.d.ts"
  56. ],
  57. "homepage": "https://github.com/vadimdemedes/minimist-options#readme",
  58. "keywords": [
  59. "minimist",
  60. "argv",
  61. "args"
  62. ],
  63. "license": "MIT",
  64. "name": "minimist-options",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/vadimdemedes/minimist-options.git"
  68. },
  69. "scripts": {
  70. "test": "xo && ava && tsd-check"
  71. },
  72. "version": "4.1.0"
  73. }