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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "digest-fetch@1.2.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "digest-fetch@1.2.1",
  9. "_id": "digest-fetch@1.2.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Do130fdya/9DPUl80PaltD7R0WIOKkROnLjrdh0CxvS+s3WGGWFMPZvB2eH48BRnVxlSKrLdp/wBH19f0Kag6Q==",
  12. "_location": "/digest-fetch",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "digest-fetch@1.2.1",
  18. "name": "digest-fetch",
  19. "escapedName": "digest-fetch",
  20. "rawSpec": "1.2.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.1"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/digest-fetch/-/digest-fetch-1.2.1.tgz",
  28. "_spec": "1.2.1",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "stefanliu@outlook.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/devfans/digest-fetch/issues"
  35. },
  36. "dependencies": {
  37. "base-64": "^0.1.0",
  38. "md5": "^2.3.0"
  39. },
  40. "description": "digest auth request plugin for fetch/node-fetch also support http basic auth authentication",
  41. "devDependencies": {
  42. "@babel/core": "^7.14.3",
  43. "@babel/preset-env": "^7.14.2",
  44. "after": "^0.8.2",
  45. "babel-loader": "^8.2.2",
  46. "babel-polyfill": "^6.26.0",
  47. "chai": "^4.2.0",
  48. "chai-http": "^4.3.0",
  49. "eslint": "^7.26.0",
  50. "express": "^4.17.1",
  51. "istanbul": "^1.1.0-alpha.1",
  52. "mocha": "^8.1.1",
  53. "node-fetch": "^2.6.1",
  54. "passport": "^0.4.0",
  55. "passport-http": "^0.3.0",
  56. "serialize-javascript": "^3.1.0",
  57. "webpack": "^4.26.1",
  58. "webpack-cli": "^3.1.2"
  59. },
  60. "homepage": "https://github.com/devfans/digest-fetch#readme",
  61. "keywords": [
  62. "digest",
  63. "auth",
  64. "fetch",
  65. "node-feth",
  66. "http",
  67. "basic",
  68. "authentication"
  69. ],
  70. "license": "ISC",
  71. "main": "digest-fetch-src.js",
  72. "name": "digest-fetch",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/devfans/digest-fetch.git"
  76. },
  77. "scripts": {
  78. "build": "NODE_ENV=\"production\" webpack --optimize-minimize",
  79. "lint": "eslint --plugin markdown --ext js,md .",
  80. "test": "mocha --check-leaks --bail --no-exit --reporter spec test/digest-*",
  81. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --no-exit --reporter dot test/",
  82. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --no-exit --reporter spec test/"
  83. },
  84. "version": "1.2.1"
  85. }