package-lock.json 749 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "organization-people-platform-contract",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "organization-people-platform-contract",
  9. "version": "1.0.0",
  10. "dependencies": {
  11. "yaml": "2.9.0"
  12. }
  13. },
  14. "node_modules/yaml": {
  15. "version": "2.9.0",
  16. "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz",
  17. "integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==",
  18. "license": "ISC",
  19. "bin": {
  20. "yaml": "bin.mjs"
  21. },
  22. "engines": {
  23. "node": ">= 14.6"
  24. },
  25. "funding": {
  26. "url": "https://github.com/sponsors/eemeli"
  27. }
  28. }
  29. }
  30. }