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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "clone-response@1.0.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "clone-response@1.0.2",
  9. "_id": "clone-response@1.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws=",
  12. "_location": "/clone-response",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "clone-response@1.0.2",
  18. "name": "clone-response",
  19. "escapedName": "clone-response",
  20. "rawSpec": "1.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.2"
  23. },
  24. "_requiredBy": [
  25. "/cacheable-request",
  26. "/spectron/cacheable-request",
  27. "/webdriver/cacheable-request"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz",
  30. "_spec": "1.0.2",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Luke Childs",
  34. "email": "lukechilds123@gmail.com",
  35. "url": "http://lukechilds.co.uk"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/lukechilds/clone-response/issues"
  39. },
  40. "dependencies": {
  41. "mimic-response": "^1.0.0"
  42. },
  43. "description": "Clone a Node.js HTTP response stream",
  44. "devDependencies": {
  45. "ava": "^0.22.0",
  46. "coveralls": "^2.13.1",
  47. "create-test-server": "^2.0.1",
  48. "eslint-config-xo-lukechilds": "^1.0.0",
  49. "get-stream": "^3.0.0",
  50. "nyc": "^11.0.2",
  51. "pify": "^3.0.0",
  52. "xo": "^0.19.0"
  53. },
  54. "homepage": "https://github.com/lukechilds/clone-response",
  55. "keywords": [
  56. "clone",
  57. "duplicate",
  58. "copy",
  59. "response",
  60. "HTTP",
  61. "stream"
  62. ],
  63. "license": "MIT",
  64. "main": "src/index.js",
  65. "name": "clone-response",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/lukechilds/clone-response.git"
  69. },
  70. "scripts": {
  71. "coverage": "nyc report --reporter=text-lcov | coveralls",
  72. "test": "xo && nyc ava"
  73. },
  74. "version": "1.0.2",
  75. "xo": {
  76. "extends": "xo-lukechilds"
  77. }
  78. }