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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "tunnel@0.0.6",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "tunnel@0.0.6",
  9. "_id": "tunnel@0.0.6",
  10. "_inBundle": false,
  11. "_integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==",
  12. "_location": "/tunnel",
  13. "_optional": true,
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "tunnel@0.0.6",
  19. "name": "tunnel",
  20. "escapedName": "tunnel",
  21. "rawSpec": "0.0.6",
  22. "saveSpec": null,
  23. "fetchSpec": "0.0.6"
  24. },
  25. "_requiredBy": [
  26. "/global-tunnel-ng"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz",
  29. "_spec": "0.0.6",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Koichi Kobayashi",
  33. "email": "koichik@improvement.jp"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/koichik/node-tunnel/issues"
  37. },
  38. "description": "Node HTTP/HTTPS Agents for tunneling proxies",
  39. "devDependencies": {
  40. "mocha": "^5.2.0",
  41. "should": "^13.2.3"
  42. },
  43. "directories": {
  44. "lib": "./lib"
  45. },
  46. "engines": {
  47. "node": ">=0.6.11 <=0.7.0 || >=0.7.3"
  48. },
  49. "homepage": "https://github.com/koichik/node-tunnel/",
  50. "keywords": [
  51. "http",
  52. "https",
  53. "agent",
  54. "proxy",
  55. "tunnel"
  56. ],
  57. "license": "MIT",
  58. "main": "./index.js",
  59. "name": "tunnel",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/koichik/node-tunnel.git"
  63. },
  64. "scripts": {
  65. "test": "mocha"
  66. },
  67. "version": "0.0.6"
  68. }