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. "@szmarczak/http-timer@1.1.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "@szmarczak/http-timer@1.1.2",
  9. "_id": "@szmarczak/http-timer@1.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==",
  12. "_location": "/@szmarczak/http-timer",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@szmarczak/http-timer@1.1.2",
  18. "name": "@szmarczak/http-timer",
  19. "escapedName": "@szmarczak%2fhttp-timer",
  20. "scope": "@szmarczak",
  21. "rawSpec": "1.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.2"
  24. },
  25. "_requiredBy": [
  26. "/got"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-1.1.2.tgz",
  29. "_spec": "1.1.2",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Szymon Marczak"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/szmarczak/http-timer/issues"
  36. },
  37. "dependencies": {
  38. "defer-to-connect": "^1.0.1"
  39. },
  40. "description": "Timings for HTTP requests",
  41. "devDependencies": {
  42. "ava": "^0.25.0",
  43. "coveralls": "^3.0.2",
  44. "nyc": "^12.0.2",
  45. "p-event": "^2.1.0",
  46. "xo": "^0.22.0"
  47. },
  48. "engines": {
  49. "node": ">=6"
  50. },
  51. "files": [
  52. "source"
  53. ],
  54. "homepage": "https://github.com/szmarczak/http-timer#readme",
  55. "keywords": [
  56. "http",
  57. "https",
  58. "timer",
  59. "timings"
  60. ],
  61. "license": "MIT",
  62. "main": "source",
  63. "name": "@szmarczak/http-timer",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/szmarczak/http-timer.git"
  67. },
  68. "scripts": {
  69. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  70. "test": "xo && nyc ava"
  71. },
  72. "version": "1.1.2",
  73. "xo": {
  74. "rules": {
  75. "unicorn/filename-case": "camelCase"
  76. }
  77. }
  78. }