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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "basic-auth@2.0.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "basic-auth@2.0.1",
  10. "_id": "basic-auth@2.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==",
  13. "_location": "/basic-auth",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "basic-auth@2.0.1",
  19. "name": "basic-auth",
  20. "escapedName": "basic-auth",
  21. "rawSpec": "2.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.1"
  24. },
  25. "_requiredBy": [
  26. "/express-basic-auth"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.1.tgz",
  29. "_spec": "2.0.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "bugs": {
  32. "url": "https://github.com/jshttp/basic-auth/issues"
  33. },
  34. "dependencies": {
  35. "safe-buffer": "5.1.2"
  36. },
  37. "description": "node.js basic auth parser",
  38. "devDependencies": {
  39. "eslint": "5.6.0",
  40. "eslint-config-standard": "12.0.0",
  41. "eslint-plugin-import": "2.14.0",
  42. "eslint-plugin-markdown": "1.0.0-beta.6",
  43. "eslint-plugin-node": "7.0.1",
  44. "eslint-plugin-promise": "4.0.1",
  45. "eslint-plugin-standard": "4.0.0",
  46. "istanbul": "0.4.5",
  47. "mocha": "5.2.0"
  48. },
  49. "engines": {
  50. "node": ">= 0.8"
  51. },
  52. "files": [
  53. "HISTORY.md",
  54. "LICENSE",
  55. "index.js"
  56. ],
  57. "homepage": "https://github.com/jshttp/basic-auth#readme",
  58. "keywords": [
  59. "basic",
  60. "auth",
  61. "authorization",
  62. "basicauth"
  63. ],
  64. "license": "MIT",
  65. "name": "basic-auth",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/jshttp/basic-auth.git"
  69. },
  70. "scripts": {
  71. "lint": "eslint --plugin markdown --ext js,md .",
  72. "test": "mocha --check-leaks --reporter spec --bail",
  73. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  74. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  75. },
  76. "version": "2.0.1"
  77. }