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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "crc32-stream@4.0.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "crc32-stream@4.0.2",
  10. "_id": "crc32-stream@4.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-DxFZ/Hk473b/muq1VJ///PMNLj0ZMnzye9thBpmjpJKCc5eMgB95aK8zCGrGfQ90cWo561Te6HK9D+j4KPdM6w==",
  13. "_location": "/crc32-stream",
  14. "_phantomChildren": {
  15. "inherits": "2.0.4",
  16. "string_decoder": "1.1.1",
  17. "util-deprecate": "1.0.2"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "crc32-stream@4.0.2",
  23. "name": "crc32-stream",
  24. "escapedName": "crc32-stream",
  25. "rawSpec": "4.0.2",
  26. "saveSpec": null,
  27. "fetchSpec": "4.0.2"
  28. },
  29. "_requiredBy": [
  30. "/compress-commons"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-4.0.2.tgz",
  33. "_spec": "4.0.2",
  34. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  35. "author": {
  36. "name": "Chris Talkington",
  37. "url": "http://christalkington.com/"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/archiverjs/node-crc32-stream/issues"
  41. },
  42. "dependencies": {
  43. "crc-32": "^1.2.0",
  44. "readable-stream": "^3.4.0"
  45. },
  46. "description": "a streaming CRC32 checksumer",
  47. "devDependencies": {
  48. "chai": "^4.0.0",
  49. "mocha": "^8.0.1"
  50. },
  51. "engines": {
  52. "node": ">= 10"
  53. },
  54. "files": [
  55. "lib"
  56. ],
  57. "homepage": "https://github.com/archiverjs/node-crc32-stream",
  58. "keywords": [
  59. "crc32-stream",
  60. "crc32",
  61. "stream",
  62. "checksum"
  63. ],
  64. "license": "MIT",
  65. "main": "lib/index.js",
  66. "name": "crc32-stream",
  67. "publishConfig": {
  68. "registry": "https://registry.npmjs.org/"
  69. },
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/archiverjs/node-crc32-stream.git"
  73. },
  74. "scripts": {
  75. "test": "mocha --reporter dot"
  76. },
  77. "version": "4.0.2"
  78. }