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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "parseurl@1.3.3",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "parseurl@1.3.3",
  9. "_id": "parseurl@1.3.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  12. "_location": "/parseurl",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "parseurl@1.3.3",
  18. "name": "parseurl",
  19. "escapedName": "parseurl",
  20. "rawSpec": "1.3.3",
  21. "saveSpec": null,
  22. "fetchSpec": "1.3.3"
  23. },
  24. "_requiredBy": [
  25. "/express",
  26. "/finalhandler",
  27. "/serve-static"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
  30. "_spec": "1.3.3",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "bugs": {
  33. "url": "https://github.com/pillarjs/parseurl/issues"
  34. },
  35. "contributors": [
  36. {
  37. "name": "Douglas Christopher Wilson",
  38. "email": "doug@somethingdoug.com"
  39. },
  40. {
  41. "name": "Jonathan Ong",
  42. "email": "me@jongleberry.com",
  43. "url": "http://jongleberry.com"
  44. }
  45. ],
  46. "description": "parse a url with memoization",
  47. "devDependencies": {
  48. "beautify-benchmark": "0.2.4",
  49. "benchmark": "2.1.4",
  50. "eslint": "5.16.0",
  51. "eslint-config-standard": "12.0.0",
  52. "eslint-plugin-import": "2.17.1",
  53. "eslint-plugin-node": "7.0.1",
  54. "eslint-plugin-promise": "4.1.1",
  55. "eslint-plugin-standard": "4.0.0",
  56. "fast-url-parser": "1.1.3",
  57. "istanbul": "0.4.5",
  58. "mocha": "6.1.3"
  59. },
  60. "engines": {
  61. "node": ">= 0.8"
  62. },
  63. "files": [
  64. "LICENSE",
  65. "HISTORY.md",
  66. "README.md",
  67. "index.js"
  68. ],
  69. "homepage": "https://github.com/pillarjs/parseurl#readme",
  70. "license": "MIT",
  71. "name": "parseurl",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/pillarjs/parseurl.git"
  75. },
  76. "scripts": {
  77. "bench": "node benchmark/index.js",
  78. "lint": "eslint .",
  79. "test": "mocha --check-leaks --bail --reporter spec test/",
  80. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot test/",
  81. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec test/"
  82. },
  83. "version": "1.3.3"
  84. }