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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_args": [
  3. [
  4. "sprintf-js@1.0.3",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "sprintf-js@1.0.3",
  9. "_id": "sprintf-js@1.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=",
  12. "_location": "/sprintf-js",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "sprintf-js@1.0.3",
  18. "name": "sprintf-js",
  19. "escapedName": "sprintf-js",
  20. "rawSpec": "1.0.3",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.3"
  23. },
  24. "_requiredBy": [
  25. "/argparse"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
  28. "_spec": "1.0.3",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Alexandru Marasteanu",
  32. "email": "hello@alexei.ro",
  33. "url": "http://alexei.ro/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/alexei/sprintf.js/issues"
  37. },
  38. "description": "JavaScript sprintf implementation",
  39. "devDependencies": {
  40. "grunt": "*",
  41. "grunt-contrib-uglify": "*",
  42. "grunt-contrib-watch": "*",
  43. "mocha": "*"
  44. },
  45. "homepage": "https://github.com/alexei/sprintf.js#readme",
  46. "license": "BSD-3-Clause",
  47. "main": "src/sprintf.js",
  48. "name": "sprintf-js",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/alexei/sprintf.js.git"
  52. },
  53. "scripts": {
  54. "test": "mocha test/test.js"
  55. },
  56. "version": "1.0.3"
  57. }