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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "raw-body@2.4.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "raw-body@2.4.0",
  9. "_id": "raw-body@2.4.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==",
  12. "_location": "/raw-body",
  13. "_phantomChildren": {
  14. "safer-buffer": "2.1.2"
  15. },
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "raw-body@2.4.0",
  20. "name": "raw-body",
  21. "escapedName": "raw-body",
  22. "rawSpec": "2.4.0",
  23. "saveSpec": null,
  24. "fetchSpec": "2.4.0"
  25. },
  26. "_requiredBy": [
  27. "/body-parser"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz",
  30. "_spec": "2.4.0",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Jonathan Ong",
  34. "email": "me@jongleberry.com",
  35. "url": "http://jongleberry.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/stream-utils/raw-body/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Douglas Christopher Wilson",
  43. "email": "doug@somethingdoug.com"
  44. },
  45. {
  46. "name": "Raynos",
  47. "email": "raynos2@gmail.com"
  48. }
  49. ],
  50. "dependencies": {
  51. "bytes": "3.1.0",
  52. "http-errors": "1.7.2",
  53. "iconv-lite": "0.4.24",
  54. "unpipe": "1.0.0"
  55. },
  56. "description": "Get and validate the raw body of a readable stream.",
  57. "devDependencies": {
  58. "bluebird": "3.5.4",
  59. "eslint": "5.16.0",
  60. "eslint-config-standard": "12.0.0",
  61. "eslint-plugin-import": "2.16.0",
  62. "eslint-plugin-markdown": "1.0.0",
  63. "eslint-plugin-node": "8.0.1",
  64. "eslint-plugin-promise": "4.1.1",
  65. "eslint-plugin-standard": "4.0.0",
  66. "istanbul": "0.4.5",
  67. "mocha": "6.1.3",
  68. "readable-stream": "2.3.6",
  69. "safe-buffer": "5.1.2"
  70. },
  71. "engines": {
  72. "node": ">= 0.8"
  73. },
  74. "files": [
  75. "HISTORY.md",
  76. "LICENSE",
  77. "README.md",
  78. "index.d.ts",
  79. "index.js"
  80. ],
  81. "homepage": "https://github.com/stream-utils/raw-body#readme",
  82. "license": "MIT",
  83. "name": "raw-body",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/stream-utils/raw-body.git"
  87. },
  88. "scripts": {
  89. "lint": "eslint --plugin markdown --ext js,md .",
  90. "test": "mocha --trace-deprecation --reporter spec --bail --check-leaks test/",
  91. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --trace-deprecation --reporter dot --check-leaks test/",
  92. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --trace-deprecation --reporter spec --check-leaks test/"
  93. },
  94. "version": "2.4.0"
  95. }