package-lock.json 607 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "robdaily",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "robdaily",
  9. "version": "1.0.0",
  10. "license": "ISC",
  11. "dependencies": {
  12. "mustache": "^4.2.0"
  13. }
  14. },
  15. "node_modules/mustache": {
  16. "version": "4.2.0",
  17. "resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz",
  18. "integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==",
  19. "license": "MIT",
  20. "bin": {
  21. "mustache": "bin/mustache"
  22. }
  23. }
  24. }
  25. }