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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "fastq@1.11.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "fastq@1.11.1",
  10. "_id": "fastq@1.11.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-HOnr8Mc60eNYl1gzwp6r5RoUyAn5/glBolUzP/Ez6IFVPMPirxn/9phgL6zhOtaTy7ISwPvQ+wT+hfcRZh/bzw==",
  13. "_location": "/fastq",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "fastq@1.11.1",
  19. "name": "fastq",
  20. "escapedName": "fastq",
  21. "rawSpec": "1.11.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.11.1"
  24. },
  25. "_requiredBy": [
  26. "/@nodelib/fs.walk"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/fastq/-/fastq-1.11.1.tgz",
  29. "_spec": "1.11.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Matteo Collina",
  33. "email": "hello@matteocollina.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/mcollina/fastq/issues"
  37. },
  38. "dependencies": {
  39. "reusify": "^1.0.4"
  40. },
  41. "description": "Fast, in memory work queue",
  42. "devDependencies": {
  43. "async": "^3.1.0",
  44. "neo-async": "^2.6.1",
  45. "nyc": "^15.0.0",
  46. "pre-commit": "^1.2.2",
  47. "snazzy": "^9.0.0",
  48. "standard": "^16.0.0",
  49. "tape": "^5.0.0",
  50. "typescript": "^4.0.2"
  51. },
  52. "homepage": "https://github.com/mcollina/fastq#readme",
  53. "keywords": [
  54. "fast",
  55. "queue",
  56. "async",
  57. "worker"
  58. ],
  59. "license": "ISC",
  60. "main": "queue.js",
  61. "name": "fastq",
  62. "pre-commit": [
  63. "test"
  64. ],
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/mcollina/fastq.git"
  68. },
  69. "scripts": {
  70. "coverage": "nyc --reporter=html --reporter=cobertura --reporter=text tape test/test.js test/promise.js",
  71. "legacy": "tape test/test.js",
  72. "lint": "standard --verbose | snazzy",
  73. "test": "npm run lint && npm run unit && npm run typescript",
  74. "test:report": "npm run lint && npm run unit:report",
  75. "typescript": "tsc --project ./test/tsconfig.json",
  76. "unit": "nyc --lines 100 --branches 100 --functions 100 --check-coverage --reporter=text tape test/test.js test/promise.js"
  77. },
  78. "standard": {
  79. "ignore": [
  80. "example.mjs"
  81. ]
  82. },
  83. "version": "1.11.1"
  84. }