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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "universalify@0.1.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "universalify@0.1.2",
  9. "_id": "universalify@0.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
  12. "_location": "/universalify",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "universalify@0.1.2",
  18. "name": "universalify",
  19. "escapedName": "universalify",
  20. "rawSpec": "0.1.2",
  21. "saveSpec": null,
  22. "fetchSpec": "0.1.2"
  23. },
  24. "_requiredBy": [
  25. "/fs-extra",
  26. "/tough-cookie"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
  29. "_spec": "0.1.2",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Ryan Zimmerman",
  33. "email": "opensrc@ryanzim.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/RyanZim/universalify/issues"
  37. },
  38. "description": "Make a callback- or promise-based function support both promises and callbacks.",
  39. "devDependencies": {
  40. "colortape": "^0.1.2",
  41. "coveralls": "^3.0.1",
  42. "nyc": "^10.2.0",
  43. "standard": "^10.0.1",
  44. "tape": "^4.6.3"
  45. },
  46. "engines": {
  47. "node": ">= 4.0.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/RyanZim/universalify#readme",
  53. "keywords": [
  54. "callback",
  55. "native",
  56. "promise"
  57. ],
  58. "license": "MIT",
  59. "name": "universalify",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/RyanZim/universalify.git"
  63. },
  64. "scripts": {
  65. "test": "standard && nyc tape test/*.js | colortape"
  66. },
  67. "version": "0.1.2"
  68. }