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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "foreground-child@2.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "foreground-child@2.0.0",
  10. "_id": "foreground-child@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==",
  13. "_location": "/foreground-child",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "foreground-child@2.0.0",
  19. "name": "foreground-child",
  20. "escapedName": "foreground-child",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/nyc",
  27. "/spawn-wrap"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-2.0.0.tgz",
  30. "_spec": "2.0.0",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Isaac Z. Schlueter",
  34. "email": "i@izs.me",
  35. "url": "http://blog.izs.me/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/tapjs/foreground-child/issues"
  39. },
  40. "dependencies": {
  41. "cross-spawn": "^7.0.0",
  42. "signal-exit": "^3.0.2"
  43. },
  44. "description": "Run a child as if it's the foreground process. Give it stdio. Exit when it exits.",
  45. "devDependencies": {
  46. "tap": "^14.6.1"
  47. },
  48. "directories": {
  49. "test": "test"
  50. },
  51. "engines": {
  52. "node": ">=8.0.0"
  53. },
  54. "files": [
  55. "index.js"
  56. ],
  57. "homepage": "https://github.com/tapjs/foreground-child#readme",
  58. "license": "ISC",
  59. "main": "index.js",
  60. "name": "foreground-child",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/tapjs/foreground-child.git"
  64. },
  65. "scripts": {
  66. "changelog": "bash changelog.sh",
  67. "postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}",
  68. "test": "tap"
  69. },
  70. "tap": {
  71. "jobs": 1
  72. },
  73. "version": "2.0.0"
  74. }