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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "buffer-crc32@0.2.13",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "buffer-crc32@0.2.13",
  9. "_id": "buffer-crc32@0.2.13",
  10. "_inBundle": false,
  11. "_integrity": "sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=",
  12. "_location": "/buffer-crc32",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "buffer-crc32@0.2.13",
  18. "name": "buffer-crc32",
  19. "escapedName": "buffer-crc32",
  20. "rawSpec": "0.2.13",
  21. "saveSpec": null,
  22. "fetchSpec": "0.2.13"
  23. },
  24. "_requiredBy": [
  25. "/archiver",
  26. "/compress-commons",
  27. "/yauzl"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
  30. "_spec": "0.2.13",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Brian J. Brennan",
  34. "email": "brianloveswords@gmail.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/brianloveswords/buffer-crc32/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Vladimir Kuznetsov"
  42. }
  43. ],
  44. "dependencies": {},
  45. "description": "A pure javascript CRC32 algorithm that plays nice with binary data",
  46. "devDependencies": {
  47. "tap": "~0.2.5"
  48. },
  49. "engines": {
  50. "node": "*"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/brianloveswords/buffer-crc32",
  56. "license": "MIT",
  57. "licenses": [
  58. {
  59. "type": "MIT",
  60. "url": "https://github.com/brianloveswords/buffer-crc32/raw/master/LICENSE"
  61. }
  62. ],
  63. "main": "index.js",
  64. "name": "buffer-crc32",
  65. "optionalDependencies": {},
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/brianloveswords/buffer-crc32.git"
  69. },
  70. "scripts": {
  71. "test": "tap tests/*.test.js"
  72. },
  73. "version": "0.2.13"
  74. }