pmx: Node.js postmortem export library
This is a very early implementation of a library to emit a postmortem export file in the format described by the Node.js Postmortem Working Group.
The expectation is that this will eventually have at least two backends:
- a JSON-based backend that just emits JSON objects representing the data
- a sqlite-based backend that records the data in a sqlite database
TODO:
- implement the actual export functions
- build a small test suite