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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "string_decoder@1.1.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "string_decoder@1.1.1",
  9. "_id": "string_decoder@1.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  12. "_location": "/string_decoder",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "string_decoder@1.1.1",
  18. "name": "string_decoder",
  19. "escapedName": "string_decoder",
  20. "rawSpec": "1.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.1"
  23. },
  24. "_requiredBy": [
  25. "/archiver/readable-stream",
  26. "/bl/readable-stream",
  27. "/compress-commons/readable-stream",
  28. "/crc32-stream/readable-stream",
  29. "/htmlparser2/readable-stream",
  30. "/readable-stream",
  31. "/tar-stream/readable-stream",
  32. "/zip-stream/readable-stream"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  35. "_spec": "1.1.1",
  36. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  37. "bugs": {
  38. "url": "https://github.com/nodejs/string_decoder/issues"
  39. },
  40. "dependencies": {
  41. "safe-buffer": "~5.1.0"
  42. },
  43. "description": "The string_decoder module from Node core",
  44. "devDependencies": {
  45. "babel-polyfill": "^6.23.0",
  46. "core-util-is": "^1.0.2",
  47. "inherits": "^2.0.3",
  48. "tap": "~0.4.8"
  49. },
  50. "homepage": "https://github.com/nodejs/string_decoder",
  51. "keywords": [
  52. "string",
  53. "decoder",
  54. "browser",
  55. "browserify"
  56. ],
  57. "license": "MIT",
  58. "main": "lib/string_decoder.js",
  59. "name": "string_decoder",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/nodejs/string_decoder.git"
  63. },
  64. "scripts": {
  65. "ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js",
  66. "test": "tap test/parallel/*.js && node test/verify-dependencies"
  67. },
  68. "version": "1.1.1"
  69. }