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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "is-stream@2.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-stream@2.0.0",
  10. "_id": "is-stream@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==",
  13. "_location": "/is-stream",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-stream@2.0.0",
  19. "name": "is-stream",
  20. "escapedName": "is-stream",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/execa",
  27. "/hasha",
  28. "/pretty-quick/execa"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz",
  31. "_spec": "2.0.0",
  32. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "sindresorhus.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/sindresorhus/is-stream/issues"
  40. },
  41. "description": "Check if something is a Node.js stream",
  42. "devDependencies": {
  43. "@types/node": "^11.13.6",
  44. "ava": "^1.4.1",
  45. "tempy": "^0.3.0",
  46. "tsd": "^0.7.2",
  47. "xo": "^0.24.0"
  48. },
  49. "engines": {
  50. "node": ">=8"
  51. },
  52. "files": [
  53. "index.js",
  54. "index.d.ts"
  55. ],
  56. "homepage": "https://github.com/sindresorhus/is-stream#readme",
  57. "keywords": [
  58. "stream",
  59. "type",
  60. "streams",
  61. "writable",
  62. "readable",
  63. "duplex",
  64. "transform",
  65. "check",
  66. "detect",
  67. "is"
  68. ],
  69. "license": "MIT",
  70. "name": "is-stream",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/sindresorhus/is-stream.git"
  74. },
  75. "scripts": {
  76. "test": "xo && ava && tsd"
  77. },
  78. "version": "2.0.0"
  79. }