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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "require-main-filename@2.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "require-main-filename@2.0.0",
  10. "_id": "require-main-filename@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==",
  13. "_location": "/require-main-filename",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "require-main-filename@2.0.0",
  19. "name": "require-main-filename",
  20. "escapedName": "require-main-filename",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/nyc/yargs"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Ben Coe",
  33. "email": "ben@npmjs.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/yargs/require-main-filename/issues"
  37. },
  38. "description": "shim for require.main.filename() that works in as many environments as possible",
  39. "devDependencies": {
  40. "chai": "^4.0.0",
  41. "standard": "^10.0.3",
  42. "standard-version": "^4.0.0",
  43. "tap": "^11.0.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/yargs/require-main-filename#readme",
  49. "keywords": [
  50. "require",
  51. "shim",
  52. "iisnode"
  53. ],
  54. "license": "ISC",
  55. "main": "index.js",
  56. "name": "require-main-filename",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+ssh://git@github.com/yargs/require-main-filename.git"
  60. },
  61. "scripts": {
  62. "pretest": "standard",
  63. "release": "standard-version",
  64. "test": "tap --coverage test.js"
  65. },
  66. "version": "2.0.0"
  67. }