Fidonet Outbound LBOX parser
npm install fidonet-outbound-lboxnode-fidonet-outbound-lbox
=========================

The Fidonet Outbound LBOX parser module is able to read LBOX Outbound

When you require() the installed module, you get a constructor that uses the path to an LBOX as its parameter:
``js`
var LBOX=require('fidonet-outbound-lbox');
var lbox=LBOX(path);
The construncted object has the following method:
Asynchronously reads LBOX and populates the object's .files property.
That property is also an object where each key corresponds to a Fidonet address and its value is an array of objects describing individual files.
Each object describing a file has at least the following properties:
* file — the file's name
* size — the file's size (in bytes)
* type — the string 'lbox'` to identify the origin's type