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. "destroy@1.0.4",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "destroy@1.0.4",
  9. "_id": "destroy@1.0.4",
  10. "_inBundle": false,
  11. "_integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=",
  12. "_location": "/destroy",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "destroy@1.0.4",
  18. "name": "destroy",
  19. "escapedName": "destroy",
  20. "rawSpec": "1.0.4",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.4"
  23. },
  24. "_requiredBy": [
  25. "/send"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz",
  28. "_spec": "1.0.4",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Jonathan Ong",
  32. "email": "me@jongleberry.com",
  33. "url": "http://jongleberry.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/stream-utils/destroy/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Douglas Christopher Wilson",
  41. "email": "doug@somethingdoug.com"
  42. }
  43. ],
  44. "description": "destroy a stream if possible",
  45. "devDependencies": {
  46. "istanbul": "0.4.2",
  47. "mocha": "2.3.4"
  48. },
  49. "files": [
  50. "index.js",
  51. "LICENSE"
  52. ],
  53. "homepage": "https://github.com/stream-utils/destroy#readme",
  54. "keywords": [
  55. "stream",
  56. "streams",
  57. "destroy",
  58. "cleanup",
  59. "leak",
  60. "fd"
  61. ],
  62. "license": "MIT",
  63. "name": "destroy",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/stream-utils/destroy.git"
  67. },
  68. "scripts": {
  69. "test": "mocha --reporter spec",
  70. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
  71. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  72. },
  73. "version": "1.0.4"
  74. }