bplist-parser
npmv0.5.0TypeScriptBinary 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.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
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.
// 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.
| Package | Weekly downloads | Dependents | License | Last release |
|---|---|---|---|---|
| bplist-parserthis page | 0 | 3 | MIT | 4 days ago |
| plist | 14M | 2 | MIT | 1 day ago |
| bplist-creator | 0 | 2 | MIT | 1 day ago |
| simple-plist | 0 | 1 | MIT | 1 day ago |
| commander | 451.1M | 11 | MIT | 1 day ago |
| postcss | 249.3M | 7 | MIT | 1 day ago |
Dependencies
Declared by bplist-parser v0.5.0. Runtime dependencies are installed with the package; dev dependencies are not.
Dev (8)
Used by
Popular packages that depend on bplist-parser.
Relationship graph
Dependencies (left) and dependents (right) of bplist-parser.
Frequently installed together
Expo Router is a file-based router for React Native and web applications.
The Expo SDK
TypeScript definitions for node
Binary Mac OS X Plist (property list) creator.
TypeScript-first schema declaration and validation library with static type inference
Better streaming static file server with Range and conditional-GET support
Create clickable links in the terminal
A library for interacting with the app.json
Best-effort discovery of the machine's default gateway and local network IP exclusively with UDP sockets.
A high-level API to automate web browsers
Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.
Lightweight debugging utility for Node.js and the browser
Release history
1 release in the last two years, typically about 237 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 0.5.0latest | 4 days ago | 70 KB | MIT |
| 0.3.2 | 4 years ago | 24 KB | MIT |
| 0.3.1 | 4 years ago | 23 KB | MIT |
| 0.3.0 | 5 years ago | 23 KB | MIT |
| 0.2.0 | 7 years ago | 47 KB | MIT |
| 0.1.1 | 10 years ago | — | MIT |
| 0.1.0 | 11 years ago | — | MIT |
| 0.0.6 | 12 years ago | — | MIT |
| 0.0.5 | 12 years ago | — | MIT |
| 0.0.4 | 14 years ago | — | MIT |
| 0.0.3 | 14 years ago | — | MIT |
| 0.0.2 | 14 years ago | — | MIT |
| 0.0.1 | 14 years ago | — | MIT |
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
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.