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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. "defer-to-connect@1.1.3",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "defer-to-connect@1.1.3",
  9. "_id": "defer-to-connect@1.1.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==",
  12. "_location": "/defer-to-connect",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "defer-to-connect@1.1.3",
  18. "name": "defer-to-connect",
  19. "escapedName": "defer-to-connect",
  20. "rawSpec": "1.1.3",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.3"
  23. },
  24. "_requiredBy": [
  25. "/@szmarczak/http-timer"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-1.1.3.tgz",
  28. "_spec": "1.1.3",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Szymon Marczak"
  32. },
  33. "ava": {
  34. "babel": false,
  35. "compileEnhancements": false,
  36. "extensions": [
  37. "ts"
  38. ],
  39. "require": [
  40. "ts-node/register"
  41. ],
  42. "files": [
  43. "!dist/tests/test.d.ts"
  44. ]
  45. },
  46. "bugs": {
  47. "url": "https://github.com/szmarczak/defer-to-connect/issues"
  48. },
  49. "description": "The safe way to handle the `connect` socket event",
  50. "devDependencies": {
  51. "@sindresorhus/tsconfig": "^0.5.0",
  52. "@types/node": "^12.12.4",
  53. "@typescript-eslint/eslint-plugin": "^1.11.0",
  54. "@typescript-eslint/parser": "^1.11.0",
  55. "ava": "^2.1.0",
  56. "coveralls": "^3.0.7",
  57. "create-cert": "^1.0.6",
  58. "del-cli": "^3.0.0",
  59. "eslint-config-xo-typescript": "^0.15.0",
  60. "nyc": "^14.0.0",
  61. "p-event": "^4.1.0",
  62. "ts-node": "^8.1.0",
  63. "typescript": "^3.6.4",
  64. "xo": "^0.25.3"
  65. },
  66. "files": [
  67. "dist"
  68. ],
  69. "homepage": "https://github.com/szmarczak/defer-to-connect#readme",
  70. "keywords": [
  71. "socket",
  72. "connect",
  73. "event"
  74. ],
  75. "license": "MIT",
  76. "main": "dist",
  77. "name": "defer-to-connect",
  78. "nyc": {
  79. "extension": [
  80. ".ts"
  81. ]
  82. },
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/szmarczak/defer-to-connect.git"
  86. },
  87. "scripts": {
  88. "build": "del-cli dist && tsc",
  89. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  90. "prepublishOnly": "npm run build",
  91. "test": "xo && nyc ava"
  92. },
  93. "types": "dist",
  94. "version": "1.1.3",
  95. "xo": {
  96. "extends": "xo-typescript",
  97. "extensions": [
  98. "ts"
  99. ],
  100. "rules": {
  101. "ava/no-ignored-test-files": "off"
  102. }
  103. }
  104. }