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

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