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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "express-basic-auth@1.2.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "express-basic-auth@1.2.0",
  10. "_id": "express-basic-auth@1.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-iJ0h1Gk6fZRrFmO7tP9nIbxwNgCUJASfNj5fb0Hy15lGtbqqsxpt7609+wq+0XlByZjXmC/rslWQtnuSTVRIcg==",
  13. "_location": "/express-basic-auth",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "express-basic-auth@1.2.0",
  19. "name": "express-basic-auth",
  20. "escapedName": "express-basic-auth",
  21. "rawSpec": "1.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.0"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/express-basic-auth/-/express-basic-auth-1.2.0.tgz",
  29. "_spec": "1.2.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "LionC",
  33. "email": "me@lionc.de"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/LionC/express-basic-auth/issues"
  37. },
  38. "dependencies": {
  39. "basic-auth": "^2.0.1"
  40. },
  41. "description": "Plug & play basic auth middleware for express",
  42. "devDependencies": {
  43. "@types/express": "^4.16.0",
  44. "express": "^4.16.4",
  45. "mocha": "^5.2.0",
  46. "should": "^11.2.1",
  47. "supertest": "^3.3.0",
  48. "typescript": "^2.9.2"
  49. },
  50. "homepage": "https://github.com/LionC/express-basic-auth#readme",
  51. "keywords": [
  52. "express",
  53. "middleware",
  54. "basic",
  55. "auth",
  56. "authentication",
  57. "http"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "express-basic-auth",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/LionC/express-basic-auth.git"
  65. },
  66. "scripts": {
  67. "check-dts": "tsc express-basic-auth.d.ts",
  68. "test": "mocha test.js && npm run check-dts"
  69. },
  70. "types": "express-basic-auth.d.ts",
  71. "version": "1.2.0"
  72. }