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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "unpipe@1.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "unpipe@1.0.0",
  9. "_id": "unpipe@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=",
  12. "_location": "/unpipe",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "unpipe@1.0.0",
  18. "name": "unpipe",
  19. "escapedName": "unpipe",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/finalhandler",
  26. "/raw-body"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Douglas Christopher Wilson",
  33. "email": "doug@somethingdoug.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/stream-utils/unpipe/issues"
  37. },
  38. "description": "Unpipe a stream from all destinations",
  39. "devDependencies": {
  40. "istanbul": "0.3.15",
  41. "mocha": "2.2.5",
  42. "readable-stream": "1.1.13"
  43. },
  44. "engines": {
  45. "node": ">= 0.8"
  46. },
  47. "files": [
  48. "HISTORY.md",
  49. "LICENSE",
  50. "README.md",
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/stream-utils/unpipe#readme",
  54. "license": "MIT",
  55. "name": "unpipe",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/stream-utils/unpipe.git"
  59. },
  60. "scripts": {
  61. "test": "mocha --reporter spec --bail --check-leaks test/",
  62. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  63. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  64. },
  65. "version": "1.0.0"
  66. }