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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "http-proxy-agent@4.0.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "http-proxy-agent@4.0.1",
  10. "_id": "http-proxy-agent@4.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==",
  13. "_location": "/http-proxy-agent",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "http-proxy-agent@4.0.1",
  19. "name": "http-proxy-agent",
  20. "escapedName": "http-proxy-agent",
  21. "rawSpec": "4.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.1"
  24. },
  25. "_requiredBy": [
  26. "/jest-environment-jsdom/jsdom",
  27. "/jsdom"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz",
  30. "_spec": "4.0.1",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Nathan Rajlich",
  34. "email": "nathan@tootallnate.net",
  35. "url": "http://n8.io/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/TooTallNate/node-http-proxy-agent/issues"
  39. },
  40. "dependencies": {
  41. "@tootallnate/once": "1",
  42. "agent-base": "6",
  43. "debug": "4"
  44. },
  45. "description": "An HTTP(s) proxy `http.Agent` implementation for HTTP",
  46. "devDependencies": {
  47. "@types/debug": "4",
  48. "@types/node": "^12.12.11",
  49. "@typescript-eslint/eslint-plugin": "1.6.0",
  50. "@typescript-eslint/parser": "1.1.0",
  51. "eslint": "5.16.0",
  52. "eslint-config-airbnb": "17.1.0",
  53. "eslint-config-prettier": "4.1.0",
  54. "eslint-import-resolver-typescript": "1.1.1",
  55. "eslint-plugin-import": "2.16.0",
  56. "eslint-plugin-jsx-a11y": "6.2.1",
  57. "eslint-plugin-react": "7.12.4",
  58. "mocha": "^6.2.2",
  59. "proxy": "1",
  60. "rimraf": "^3.0.0",
  61. "typescript": "^3.5.3"
  62. },
  63. "engines": {
  64. "node": ">= 6"
  65. },
  66. "files": [
  67. "dist"
  68. ],
  69. "homepage": "https://github.com/TooTallNate/node-http-proxy-agent#readme",
  70. "keywords": [
  71. "http",
  72. "proxy",
  73. "endpoint",
  74. "agent"
  75. ],
  76. "license": "MIT",
  77. "main": "./dist/index.js",
  78. "name": "http-proxy-agent",
  79. "repository": {
  80. "type": "git",
  81. "url": "git://github.com/TooTallNate/node-http-proxy-agent.git"
  82. },
  83. "scripts": {
  84. "build": "tsc",
  85. "prebuild": "rimraf dist",
  86. "prepublishOnly": "npm run build",
  87. "test": "mocha",
  88. "test-lint": "eslint src --ext .js,.ts"
  89. },
  90. "types": "./dist/index.d.ts",
  91. "version": "4.0.1"
  92. }