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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "responselike@1.0.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "responselike@1.0.2",
  9. "_id": "responselike@1.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec=",
  12. "_location": "/responselike",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "responselike@1.0.2",
  18. "name": "responselike",
  19. "escapedName": "responselike",
  20. "rawSpec": "1.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.2"
  23. },
  24. "_requiredBy": [
  25. "/cacheable-request"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz",
  28. "_spec": "1.0.2",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "lukechilds"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/lukechilds/responselike/issues"
  35. },
  36. "dependencies": {
  37. "lowercase-keys": "^1.0.0"
  38. },
  39. "description": "A response-like object for mocking a Node.js HTTP response stream",
  40. "devDependencies": {
  41. "ava": "^0.22.0",
  42. "coveralls": "^2.13.1",
  43. "eslint-config-xo-lukechilds": "^1.0.0",
  44. "get-stream": "^3.0.0",
  45. "nyc": "^11.1.0",
  46. "xo": "^0.19.0"
  47. },
  48. "homepage": "https://github.com/lukechilds/responselike#readme",
  49. "keywords": [
  50. "http",
  51. "https",
  52. "response",
  53. "mock",
  54. "request",
  55. "responselike"
  56. ],
  57. "license": "MIT",
  58. "main": "src/index.js",
  59. "name": "responselike",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/lukechilds/responselike.git"
  63. },
  64. "scripts": {
  65. "coverage": "nyc report --reporter=text-lcov | coveralls",
  66. "test": "xo && nyc ava"
  67. },
  68. "version": "1.0.2",
  69. "xo": {
  70. "extends": "xo-lukechilds"
  71. }
  72. }