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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "commander@5.1.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror/vendor"
  6. ]
  7. ],
  8. "_from": "commander@5.1.0",
  9. "_id": "commander@5.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==",
  12. "_location": "/commander",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "commander@5.1.0",
  18. "name": "commander",
  19. "escapedName": "commander",
  20. "rawSpec": "5.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "5.1.0"
  23. },
  24. "_requiredBy": [
  25. "/nunjucks"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz",
  28. "_spec": "5.1.0",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror/vendor",
  30. "author": {
  31. "name": "TJ Holowaychuk",
  32. "email": "tj@vision-media.ca"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/tj/commander.js/issues"
  36. },
  37. "dependencies": {},
  38. "description": "the complete solution for node.js command-line programs",
  39. "devDependencies": {
  40. "@types/jest": "^25.2.1",
  41. "@types/node": "^12.12.36",
  42. "@typescript-eslint/eslint-plugin": "^2.29.0",
  43. "eslint": "^6.8.0",
  44. "eslint-config-standard-with-typescript": "^15.0.1",
  45. "eslint-plugin-jest": "^23.8.2",
  46. "jest": "^25.4.0",
  47. "standard": "^14.3.3",
  48. "typescript": "^3.7.5"
  49. },
  50. "engines": {
  51. "node": ">= 6"
  52. },
  53. "files": [
  54. "index.js",
  55. "typings/index.d.ts"
  56. ],
  57. "homepage": "https://github.com/tj/commander.js#readme",
  58. "keywords": [
  59. "commander",
  60. "command",
  61. "option",
  62. "parser",
  63. "cli",
  64. "argument",
  65. "args",
  66. "argv"
  67. ],
  68. "license": "MIT",
  69. "main": "index",
  70. "name": "commander",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/tj/commander.js.git"
  74. },
  75. "scripts": {
  76. "lint": "eslint index.js \"tests/**/*.js\"",
  77. "test": "jest && npm run test-typings",
  78. "test-typings": "tsc -p tsconfig.json",
  79. "typescript-lint": "eslint typings/*.ts"
  80. },
  81. "typings": "typings/index.d.ts",
  82. "version": "5.1.0"
  83. }