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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "mimic-response@1.0.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "mimic-response@1.0.1",
  9. "_id": "mimic-response@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==",
  12. "_location": "/mimic-response",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "mimic-response@1.0.1",
  18. "name": "mimic-response",
  19. "escapedName": "mimic-response",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/clone-response",
  26. "/decompress-response",
  27. "/got"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz",
  30. "_spec": "1.0.1",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/mimic-response/issues"
  39. },
  40. "description": "Mimic a Node.js HTTP response stream",
  41. "devDependencies": {
  42. "ava": "*",
  43. "create-test-server": "^0.1.0",
  44. "pify": "^3.0.0",
  45. "xo": "*"
  46. },
  47. "engines": {
  48. "node": ">=4"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/mimic-response#readme",
  54. "keywords": [
  55. "mimic",
  56. "response",
  57. "stream",
  58. "http",
  59. "https",
  60. "request",
  61. "get",
  62. "core"
  63. ],
  64. "license": "MIT",
  65. "name": "mimic-response",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/sindresorhus/mimic-response.git"
  69. },
  70. "scripts": {
  71. "test": "xo && ava"
  72. },
  73. "version": "1.0.1"
  74. }