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.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "inflight@1.0.6",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "inflight@1.0.6",
  9. "_id": "inflight@1.0.6",
  10. "_inBundle": false,
  11. "_integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
  12. "_location": "/inflight",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "inflight@1.0.6",
  18. "name": "inflight",
  19. "escapedName": "inflight",
  20. "rawSpec": "1.0.6",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.6"
  23. },
  24. "_requiredBy": [
  25. "/glob"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  28. "_spec": "1.0.6",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Isaac Z. Schlueter",
  32. "email": "i@izs.me",
  33. "url": "http://blog.izs.me/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/isaacs/inflight/issues"
  37. },
  38. "dependencies": {
  39. "once": "^1.3.0",
  40. "wrappy": "1"
  41. },
  42. "description": "Add callbacks to requests in flight to avoid async duplication",
  43. "devDependencies": {
  44. "tap": "^7.1.2"
  45. },
  46. "files": [
  47. "inflight.js"
  48. ],
  49. "homepage": "https://github.com/isaacs/inflight",
  50. "license": "ISC",
  51. "main": "inflight.js",
  52. "name": "inflight",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/npm/inflight.git"
  56. },
  57. "scripts": {
  58. "test": "tap test.js --100"
  59. },
  60. "version": "1.0.6"
  61. }