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 2.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "global-tunnel-ng@2.7.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "global-tunnel-ng@2.7.1",
  9. "_id": "global-tunnel-ng@2.7.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-4s+DyciWBV0eK148wqXxcmVAbFVPqtc3sEtUE/GTQfuU80rySLcMhUmHKSHI7/LDj8q0gDYI1lIhRRB7ieRAqg==",
  12. "_location": "/global-tunnel-ng",
  13. "_optional": true,
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "global-tunnel-ng@2.7.1",
  19. "name": "global-tunnel-ng",
  20. "escapedName": "global-tunnel-ng",
  21. "rawSpec": "2.7.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.7.1"
  24. },
  25. "_requiredBy": [
  26. "/@electron/get"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/global-tunnel-ng/-/global-tunnel-ng-2.7.1.tgz",
  29. "_spec": "2.7.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "GoInstant Inc., a salesforce.com company"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/np-maintain/global-tunnel/issues"
  36. },
  37. "dependencies": {
  38. "encodeurl": "^1.0.2",
  39. "lodash": "^4.17.10",
  40. "npm-conf": "^1.1.3",
  41. "tunnel": "^0.0.6"
  42. },
  43. "description": "Global HTTP & HTTPS tunneling",
  44. "devDependencies": {
  45. "chai": "^4.1.2",
  46. "eslint": "^5.1.0",
  47. "eslint-config-prettier": "^3.0.0",
  48. "eslint-config-xo": "^0.25.0",
  49. "eslint-plugin-prettier": "^3.0.0",
  50. "mocha": "^5.2.0",
  51. "prettier": "^1.13.7",
  52. "request": "^2.83.0",
  53. "sinon": "^6.0.1"
  54. },
  55. "engines": {
  56. "node": ">=0.10"
  57. },
  58. "eslintConfig": {
  59. "extends": [
  60. "xo",
  61. "prettier"
  62. ],
  63. "env": {
  64. "mocha": true,
  65. "node": true
  66. },
  67. "rules": {
  68. "prettier/prettier": [
  69. "error",
  70. {
  71. "singleQuote": true,
  72. "printWidth": 90
  73. }
  74. ]
  75. },
  76. "plugins": [
  77. "prettier"
  78. ]
  79. },
  80. "homepage": "https://github.com/np-maintain/global-tunnel#readme",
  81. "keywords": [
  82. "http",
  83. "https",
  84. "tunnel",
  85. "global"
  86. ],
  87. "license": "BSD-3-Clause",
  88. "main": "index.js",
  89. "name": "global-tunnel-ng",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/np-maintain/global-tunnel.git"
  93. },
  94. "scripts": {
  95. "test": "mocha test"
  96. },
  97. "version": "2.7.1"
  98. }