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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "isstream@~0.1.2",
  3. "_id": "isstream@0.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=",
  6. "_location": "/isstream",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "isstream@~0.1.2",
  12. "name": "isstream",
  13. "escapedName": "isstream",
  14. "rawSpec": "~0.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.1.2"
  17. },
  18. "_requiredBy": [
  19. "/request"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
  22. "_shasum": "47e63f7af55afa6f92e1500e690eb8b8529c099a",
  23. "_spec": "isstream@~0.1.2",
  24. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror/node_modules/request",
  25. "author": {
  26. "name": "Rod Vagg",
  27. "email": "rod@vagg.org"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/rvagg/isstream/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Determine if an object is a Stream",
  35. "devDependencies": {
  36. "core-util-is": "~1.0.0",
  37. "inherits": "~2.0.1",
  38. "isarray": "0.0.1",
  39. "string_decoder": "~0.10.x",
  40. "tape": "~2.12.3"
  41. },
  42. "homepage": "https://github.com/rvagg/isstream",
  43. "keywords": [
  44. "stream",
  45. "type",
  46. "streams",
  47. "readable-stream",
  48. "hippo"
  49. ],
  50. "license": "MIT",
  51. "main": "isstream.js",
  52. "name": "isstream",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/rvagg/isstream.git"
  56. },
  57. "scripts": {
  58. "test": "tar --xform 's/^package/readable-stream-1.0/' -zxf readable-stream-1.0.*.tgz && tar --xform 's/^package/readable-stream-1.1/' -zxf readable-stream-1.1.*.tgz && node test.js; rm -rf readable-stream-1.?/"
  59. },
  60. "version": "0.1.2"
  61. }