read-bplist

2.0.0 • Public • Published

read-bplist

npm version Build Status codecov

A Node.js module to parse a Binary macOS Plist (.bplist) file

import readBplist from 'read-bplist';
 
(async () => {
  const data = await readBplist('path/to/your.bplist');
  //=> {some: 'properties'}
})();

Installation

Use npm.

npm install read-bplist

API

import readBplist from 'read-bplist';

readBplist(path)

path: string | Buffer | Uint8Array | URL (a file path) or integer (a file descriptor)
Return: Promise<Object>

License

ISC License © 2019 Watanabe Shinnosuke

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.0
    2
    • latest

Version History

Package Sidebar

Install

npm i read-bplist

Weekly Downloads

2

Version

2.0.0

License

ISC

Unpacked Size

3.38 kB

Total Files

4

Last publish

Collaborators

  • shinnn