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

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