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

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "_from": "extsprintf@1.3.0",
  3. "_id": "extsprintf@1.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=",
  6. "_location": "/extsprintf",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "extsprintf@1.3.0",
  12. "name": "extsprintf",
  13. "escapedName": "extsprintf",
  14. "rawSpec": "1.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "1.3.0"
  17. },
  18. "_requiredBy": [
  19. "/jsprim",
  20. "/verror"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz",
  23. "_shasum": "96918440e3041a7a414f8c52e3c574eb3c3e1e05",
  24. "_spec": "extsprintf@1.3.0",
  25. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror/node_modules/jsprim",
  26. "bugs": {
  27. "url": "https://github.com/davepacheco/node-extsprintf/issues"
  28. },
  29. "bundleDependencies": false,
  30. "deprecated": false,
  31. "description": "extended POSIX-style sprintf",
  32. "engines": [
  33. "node >=0.6.0"
  34. ],
  35. "homepage": "https://github.com/davepacheco/node-extsprintf#readme",
  36. "license": "MIT",
  37. "main": "./lib/extsprintf.js",
  38. "name": "extsprintf",
  39. "repository": {
  40. "type": "git",
  41. "url": "git://github.com/davepacheco/node-extsprintf.git"
  42. },
  43. "version": "1.3.0"
  44. }