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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "body-parser@1.19.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "body-parser@1.19.0",
  9. "_id": "body-parser@1.19.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==",
  12. "_location": "/body-parser",
  13. "_phantomChildren": {
  14. "safer-buffer": "2.1.2"
  15. },
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "body-parser@1.19.0",
  20. "name": "body-parser",
  21. "escapedName": "body-parser",
  22. "rawSpec": "1.19.0",
  23. "saveSpec": null,
  24. "fetchSpec": "1.19.0"
  25. },
  26. "_requiredBy": [
  27. "/express"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz",
  30. "_spec": "1.19.0",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "bugs": {
  33. "url": "https://github.com/expressjs/body-parser/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. "dependencies": {
  47. "bytes": "3.1.0",
  48. "content-type": "~1.0.4",
  49. "debug": "2.6.9",
  50. "depd": "~1.1.2",
  51. "http-errors": "1.7.2",
  52. "iconv-lite": "0.4.24",
  53. "on-finished": "~2.3.0",
  54. "qs": "6.7.0",
  55. "raw-body": "2.4.0",
  56. "type-is": "~1.6.17"
  57. },
  58. "description": "Node.js body parsing middleware",
  59. "devDependencies": {
  60. "eslint": "5.16.0",
  61. "eslint-config-standard": "12.0.0",
  62. "eslint-plugin-import": "2.17.2",
  63. "eslint-plugin-markdown": "1.0.0",
  64. "eslint-plugin-node": "8.0.1",
  65. "eslint-plugin-promise": "4.1.1",
  66. "eslint-plugin-standard": "4.0.0",
  67. "istanbul": "0.4.5",
  68. "methods": "1.1.2",
  69. "mocha": "6.1.4",
  70. "safe-buffer": "5.1.2",
  71. "supertest": "4.0.2"
  72. },
  73. "engines": {
  74. "node": ">= 0.8"
  75. },
  76. "files": [
  77. "lib/",
  78. "LICENSE",
  79. "HISTORY.md",
  80. "index.js"
  81. ],
  82. "homepage": "https://github.com/expressjs/body-parser#readme",
  83. "license": "MIT",
  84. "name": "body-parser",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/expressjs/body-parser.git"
  88. },
  89. "scripts": {
  90. "lint": "eslint --plugin markdown --ext js,md .",
  91. "test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/",
  92. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/",
  93. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/"
  94. },
  95. "version": "1.19.0"
  96. }