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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "agent-base@6.0.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "agent-base@6.0.2",
  10. "_id": "agent-base@6.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
  13. "_location": "/agent-base",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "agent-base@6.0.2",
  19. "name": "agent-base",
  20. "escapedName": "agent-base",
  21. "rawSpec": "6.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "6.0.2"
  24. },
  25. "_requiredBy": [
  26. "/http-proxy-agent",
  27. "/https-proxy-agent"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
  30. "_spec": "6.0.2",
  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-agent-base/issues"
  39. },
  40. "dependencies": {
  41. "debug": "4"
  42. },
  43. "description": "Turn a function into an `http.Agent` instance",
  44. "devDependencies": {
  45. "@types/debug": "4",
  46. "@types/mocha": "^5.2.7",
  47. "@types/node": "^14.0.20",
  48. "@types/semver": "^7.1.0",
  49. "@types/ws": "^6.0.3",
  50. "@typescript-eslint/eslint-plugin": "1.6.0",
  51. "@typescript-eslint/parser": "1.1.0",
  52. "async-listen": "^1.2.0",
  53. "cpy-cli": "^2.0.0",
  54. "eslint": "5.16.0",
  55. "eslint-config-airbnb": "17.1.0",
  56. "eslint-config-prettier": "4.1.0",
  57. "eslint-import-resolver-typescript": "1.1.1",
  58. "eslint-plugin-import": "2.16.0",
  59. "eslint-plugin-jsx-a11y": "6.2.1",
  60. "eslint-plugin-react": "7.12.4",
  61. "mocha": "^6.2.0",
  62. "rimraf": "^3.0.0",
  63. "semver": "^7.1.2",
  64. "typescript": "^3.5.3",
  65. "ws": "^3.0.0"
  66. },
  67. "engines": {
  68. "node": ">= 6.0.0"
  69. },
  70. "files": [
  71. "dist/src",
  72. "src"
  73. ],
  74. "homepage": "https://github.com/TooTallNate/node-agent-base#readme",
  75. "keywords": [
  76. "http",
  77. "agent",
  78. "base",
  79. "barebones",
  80. "https"
  81. ],
  82. "license": "MIT",
  83. "main": "dist/src/index",
  84. "name": "agent-base",
  85. "repository": {
  86. "type": "git",
  87. "url": "git://github.com/TooTallNate/node-agent-base.git"
  88. },
  89. "scripts": {
  90. "build": "tsc",
  91. "postbuild": "cpy --parents src test '!**/*.ts' dist",
  92. "prebuild": "rimraf dist",
  93. "prepublishOnly": "npm run build",
  94. "test": "mocha --reporter spec dist/test/*.js",
  95. "test-lint": "eslint src --ext .js,.ts"
  96. },
  97. "typings": "dist/src/index",
  98. "version": "6.0.2"
  99. }