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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "shebang-command@2.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "shebang-command@2.0.0",
  9. "_id": "shebang-command@2.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  12. "_location": "/shebang-command",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "shebang-command@2.0.0",
  18. "name": "shebang-command",
  19. "escapedName": "shebang-command",
  20. "rawSpec": "2.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.0"
  23. },
  24. "_requiredBy": [
  25. "/cross-spawn"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  28. "_spec": "2.0.0",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Kevin Mårtensson",
  32. "email": "kevinmartensson@gmail.com",
  33. "url": "github.com/kevva"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/kevva/shebang-command/issues"
  37. },
  38. "dependencies": {
  39. "shebang-regex": "^3.0.0"
  40. },
  41. "description": "Get the command from a shebang",
  42. "devDependencies": {
  43. "ava": "^2.3.0",
  44. "xo": "^0.24.0"
  45. },
  46. "engines": {
  47. "node": ">=8"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/kevva/shebang-command#readme",
  53. "keywords": [
  54. "cmd",
  55. "command",
  56. "parse",
  57. "shebang"
  58. ],
  59. "license": "MIT",
  60. "name": "shebang-command",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/kevva/shebang-command.git"
  64. },
  65. "scripts": {
  66. "test": "xo && ava"
  67. },
  68. "version": "2.0.0"
  69. }