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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "spawn-wrap@2.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "spawn-wrap@2.0.0",
  10. "_id": "spawn-wrap@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-EeajNjfN9zMnULLwhZZQU3GWBoFNkbngTUPfaawT4RkMiviTxcX0qfhVbGey39mfctfDHkWtuecgQ8NJcyQWHg==",
  13. "_location": "/spawn-wrap",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "spawn-wrap@2.0.0",
  19. "name": "spawn-wrap",
  20. "escapedName": "spawn-wrap",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/nyc"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/spawn-wrap/-/spawn-wrap-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Isaac Z. Schlueter",
  33. "email": "i@izs.me",
  34. "url": "http://blog.izs.me/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/istanbuljs/spawn-wrap/issues"
  38. },
  39. "dependencies": {
  40. "foreground-child": "^2.0.0",
  41. "is-windows": "^1.0.2",
  42. "make-dir": "^3.0.0",
  43. "rimraf": "^3.0.0",
  44. "signal-exit": "^3.0.2",
  45. "which": "^2.0.1"
  46. },
  47. "description": "Wrap all spawned Node.js child processes by adding environs and arguments ahead of the main JavaScript file argument.",
  48. "devDependencies": {
  49. "standard-version": "^7.1.0",
  50. "tap": "^14.10.5"
  51. },
  52. "engines": {
  53. "node": ">=8"
  54. },
  55. "files": [
  56. "lib/",
  57. "index.js",
  58. "shim.js"
  59. ],
  60. "homepage": "https://github.com/istanbuljs/spawn-wrap#readme",
  61. "license": "ISC",
  62. "main": "index.js",
  63. "name": "spawn-wrap",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/istanbuljs/spawn-wrap.git"
  67. },
  68. "scripts": {
  69. "clean": "rm -rf ~/.node-spawn-wrap-*",
  70. "release": "standard-version",
  71. "test": "tap"
  72. },
  73. "tap": {
  74. "coverage": false,
  75. "timeout": 240
  76. },
  77. "version": "2.0.0"
  78. }