1.1.0 • Published 1 year ago

bplist-universal v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

bplist-universal

Binary Mac OS X Plist (property list) parser. This should work universally on all platforms, and cross browser. fs is imported within parseFile, so reading a buffer using parseBuffer should work in the browser.

Installation

$ npm install bplist-universal

Quick Examples

import { parseBuffer } from "bplist-universal";
import fs from "fs";
const objFromBuffer = parseBuffer(fs.readFileSync("myPlist.bplist"));
console.log(JSON.stringify(obj));
1.1.0

1 year ago

1.0.0

1 year ago