qif_parser 0.4.0

This library parses Quicken Interchange Format (QIF) files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "node_qif_benchmark",
  "private": "true",
  "version": "1.0.0",
  "description": "A benchmark of QIF parsing, in Node",
  "main": "index.js",
  "scripts": {
    "run": "node index.js"
  },
  "author": "Antoine Jaussoin",
  "license": "MIT",
  "dependencies": {
    "qif2json": "^0.4.0"
  }
}