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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_from": "tunnel-agent@^0.6.0",
  3. "_id": "tunnel-agent@0.6.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=",
  6. "_location": "/tunnel-agent",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tunnel-agent@^0.6.0",
  12. "name": "tunnel-agent",
  13. "escapedName": "tunnel-agent",
  14. "rawSpec": "^0.6.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.6.0"
  17. },
  18. "_requiredBy": [
  19. "/request"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
  22. "_shasum": "27a5dea06b36b04a0a9966774b290868f0fc40fd",
  23. "_spec": "tunnel-agent@^0.6.0",
  24. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror/node_modules/request",
  25. "author": {
  26. "name": "Mikeal Rogers",
  27. "email": "mikeal.rogers@gmail.com",
  28. "url": "http://www.futurealoof.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/mikeal/tunnel-agent/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "safe-buffer": "^5.0.1"
  36. },
  37. "deprecated": false,
  38. "description": "HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.",
  39. "devDependencies": {},
  40. "engines": {
  41. "node": "*"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/mikeal/tunnel-agent#readme",
  47. "license": "Apache-2.0",
  48. "main": "index.js",
  49. "name": "tunnel-agent",
  50. "optionalDependencies": {},
  51. "repository": {
  52. "url": "git+https://github.com/mikeal/tunnel-agent.git"
  53. },
  54. "version": "0.6.0"
  55. }