bplist-universal
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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));

Package Sidebar

Install

npm i bplist-universal

Weekly Downloads

17

Version

1.1.0

License

MIT

Unpacked Size

26.2 kB

Total Files

6

Last publish

Collaborators

  • jonluca