</>PackageGraphPackageGraph

bplist-parser

npmv0.5.0TypeScript

Binary plist parser.

Safe to adopt

Yes — bplist-parser scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 4 days ago.

  • ?Adoption: grade ?, Not reported by this registry.

    No download data reported for this package yet.

  • AMaintenance: grade A, Excellent.

    Last published 4 days ago.

  • AWeight: grade A, Excellent.

    Zero runtime dependencies, about 70 KB installed.

  • BSupply chain: grade B, Good.

    This package has a single maintainer (bus factor of 1).

  • ALicense: grade A, Excellent.

    MIT — permissive, with no copyleft found in the dependency tree.

Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.

Install cost

What you actually take on by adding bplist-parser to a project.

0
Direct dependencies

Runtime packages this one declares itself.

0
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

70 KB
Install size

Unpacked size of this package plus its entire runtime tree.

Tree depth

Longest resolved dependency chain below this package.

Compatibility

Node.js
node >=20.19.0
Module format
ESM + CommonJS
TypeScript
Types included
Install scripts
None

Quick start

A usage example from the bplist-parser README.

javascriptFull README ↗
// ESM
import { parseFile } from 'bplist-parser';

const [obj] = await parseFile('myPlist.bplist');
console.log(JSON.stringify(obj));

bplist-parser vs the alternatives

Packages solving a similar problem in the npm ecosystem, compared on the signals that drive an adoption decision.

PackageWeekly downloadsDependentsLicenseLast release
bplist-parserthis page03MIT4 days ago
plist14M2MIT1 day ago
bplist-creator02MIT1 day ago
simple-plist01MIT1 day ago
commander451.1M11MIT1 day ago
postcss249.3M7MIT1 day ago

Dependencies

Declared by bplist-parser v0.5.0. Runtime dependencies are installed with the package; dev dependencies are not.

Dev (8)

@eslint/js 10.0.x@types/node 26.4.xesbuild 0.28.xeslint 10.10.xglobals 17.12.xtypescript 6.0.xtypescript-eslint 8.69.xvitest 5.0.x

Used by

Popular packages that depend on bplist-parser.

Relationship graph

Dependencies (left) and dependents (right) of bplist-parser.

@expo/clibplist-creatorsimple-plistbplist-parser
bplist-parser dependencies dependents

Frequently installed together

Release history

1 release in the last two years, typically about 237 days apart.

Recent versions of bplist-parser
VersionPublishedSizeLicense
0.5.0latest4 days ago70 KBMIT
0.3.24 years ago24 KBMIT
0.3.14 years ago23 KBMIT
0.3.05 years ago23 KBMIT
0.2.07 years ago47 KBMIT
0.1.110 years agoMIT
0.1.011 years agoMIT
0.0.612 years agoMIT
0.0.512 years agoMIT
0.0.414 years agoMIT
0.0.314 years agoMIT
0.0.214 years agoMIT
0.0.114 years agoMIT

Overview

bplist-parser is an npm package that binary plist parser. It has 3 known dependents in the graph. The latest version is 0.5.0, released under the MIT license.

Who should use it

Teams working in the npm ecosystem who need binary plist parser and value a focused solution.

When not to use it

Consider an alternative if you need to or if a more actively-maintained option better fits your npm stack.

Pros

  • Ships TypeScript type definitions.
  • Clear open-source license (MIT).

Cons

  • No significant drawbacks detected from available metadata.

Auto-generated from collected registry metadata. No external claims are inferred.

Maintainers

Keywords

Frequently asked questions

Should I use bplist-parser?

Yes — bplist-parser scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 4 days ago.

How do I install bplist-parser?

Run `npm install bplist-parser` to add bplist-parser to your npm project.

What license is bplist-parser released under?

bplist-parser is distributed under the MIT license.

How popular is bplist-parser?

npm does not publish download counts. Within PackageGraph's crawl, 3 known packages depend on bplist-parser.

Is bplist-parser still maintained?

The most recent release of bplist-parser (v0.5.0) was published 4 days ago.

Does bplist-parser run install scripts?

No. bplist-parser does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.