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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "proxy-from-env@1.1.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "proxy-from-env@1.1.0",
  10. "_id": "proxy-from-env@1.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
  13. "_location": "/proxy-from-env",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "proxy-from-env@1.1.0",
  19. "name": "proxy-from-env",
  20. "escapedName": "proxy-from-env",
  21. "rawSpec": "1.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.0"
  24. },
  25. "_requiredBy": [
  26. "/puppeteer-core"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
  29. "_spec": "1.1.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Rob Wu",
  33. "email": "rob@robwu.nl",
  34. "url": "https://robwu.nl/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/Rob--W/proxy-from-env/issues"
  38. },
  39. "description": "Offers getProxyForUrl to get the proxy URL for a URL, respecting the *_PROXY (e.g. HTTP_PROXY) and NO_PROXY environment variables.",
  40. "devDependencies": {
  41. "coveralls": "^3.0.9",
  42. "eslint": "^6.8.0",
  43. "istanbul": "^0.4.5",
  44. "mocha": "^7.1.0"
  45. },
  46. "homepage": "https://github.com/Rob--W/proxy-from-env#readme",
  47. "keywords": [
  48. "proxy",
  49. "http_proxy",
  50. "https_proxy",
  51. "no_proxy",
  52. "environment"
  53. ],
  54. "license": "MIT",
  55. "main": "index.js",
  56. "name": "proxy-from-env",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/Rob--W/proxy-from-env.git"
  60. },
  61. "scripts": {
  62. "lint": "eslint *.js",
  63. "test": "mocha ./test.js --reporter spec",
  64. "test-coverage": "istanbul cover ./node_modules/.bin/_mocha -- --reporter spec"
  65. },
  66. "version": "1.1.0"
  67. }