package-support.json 467 B

123456789101112131415161718192021
  1. {
  2. "versions": [
  3. {
  4. "version": "*",
  5. "target": {
  6. "node": "active"
  7. },
  8. "response": {
  9. "type": "time-permitting",
  10. "paid": false,
  11. "contact": {
  12. "name": "node-addon-api team",
  13. "url": "https://github.com/nodejs/node-addon-api/issues"
  14. }
  15. },
  16. "backing": [ { "project": "https://github.com/nodejs" },
  17. { "foundation": "https://openjsf.org/" }
  18. ]
  19. }
  20. ]
  21. }