</>PackageGraphPackageGraph

bplist-creator

npmv0.3.0TypeScript

Binary Mac OS X Plist (property list) creator.

Safe to adopt

Yes — bplist-creator 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.

    Pulls in 1 transitive package, about 80 KB installed (at least — some of the tree is still being crawled).

  • 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-creator to a project.

1
Direct dependencies

Runtime packages this one declares itself.

1
Total installed

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

80 KB
Install size

Unpacked size of this package plus its entire runtime tree.

1
Tree depth

Longest resolved dependency chain below this package.

Part of this dependency tree has not been crawled yet, so these figures are a lower bound rather than a final total.

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-creator README.

javascriptFull README ↗
// ESM
import bplist from 'bplist-creator';

const buffer = bplist({
  key1: [1, 2, 3]
});

bplist-creator 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-creatorthis page02MIT4 days ago
bplist-parser03MIT1 day ago
simple-plist01MIT1 day ago
default-browser52.6M1MIT1 day ago
plist14M2MIT1 day ago
@expo/plist04MIT1 day ago

Dependencies

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

Runtime (1)

stream-buffers 3.0.x

Dev (10)

@eslint/js 10.0.x@types/node 26.4.x@types/stream-buffers 3.0.xbplist-parser 0.5.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-creator.

Relationship graph

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

@expo/clisimple-plistbplist-creator
bplist-creator dependencies dependents

Frequently installed together

Release history

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

Recent versions of bplist-creator
VersionPublishedSizeLicense
0.3.0latest4 days ago80 KBMIT
0.1.14 years ago54 KBMIT
0.1.05 years ago54 KBMIT
0.0.87 years ago53 KBMIT
0.0.710 years agoMIT
0.0.611 years agoMIT
0.0.511 years agoMIT
0.0.412 years agoMIT
0.0.312 years agoMIT
0.0.213 years agoMIT

Overview

bplist-creator is an npm package that binary Mac OS X Plist (property list) creator. It has 2 known dependents in the graph. The latest version is 0.3.0, released under the MIT license.

Who should use it

Teams working in the npm ecosystem who need binary Mac OS X Plist (property list) creator 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-creator?

Yes — bplist-creator 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-creator?

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

How many dependencies does bplist-creator have?

bplist-creator declares 11 direct dependencies and pulls in 1 packages in total once its runtime tree is resolved totalling about 80 KB on disk.

What license is bplist-creator released under?

bplist-creator is distributed under the MIT license.

How popular is bplist-creator?

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

Is bplist-creator still maintained?

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

Does bplist-creator run install scripts?

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