plist
npmv5.0.0TypeScriptApple's property list parser/builder for Node.js and browsers
Safe to adopt
Yes — plist scores well across adoption, maintenance, weight, supply chain, and licensing. 19M downloads per week and 2 known dependents. Last published 130 days ago. 3 releases in the last 2 years.
- AAdoption: grade A, Excellent.
19M downloads per week and 2 known dependents.
- BMaintenance: grade B, Good.
Last published 130 days ago. 3 releases in the last 2 years.
- AWeight: grade A, Excellent.
Pulls in 2 transitive packages, about 412 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 plist 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.
Part of this dependency tree has not been crawled yet, so these figures are a lower bound rather than a final total.
Licenses in the dependency tree
Every license you inherit by installing plist, not just its own. Check this before a legal review, not after.
Compatibility
- Node.js
- node >=18
- Module format
- ESM only
- TypeScript
- Types included
- Install scripts
- None
Quick start
A usage example from the plist README.
import { parse, build } from 'plist';
// Parse any plist format (auto-detected)
const obj = parse('<plist version="1.0"><string>Hello!</string></plist>');
console.log(obj); // "Hello!"
// Build an XML plist from a JS object
const xml = build({ name: 'My App', version: 42 });
console.log(xml);plist 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 |
|---|---|---|---|---|
| plistthis page | 19M | 2 | MIT | 4 months ago |
| default-browser | 56.1M | 1 | MIT | 12 days ago |
| cheerio | 29.1M | 5 | MIT | 12 days ago |
| simple-plist | 0 | 1 | MIT | 12 days ago |
| bplist-parser | 0 | 3 | MIT | 12 days ago |
| fast-xml-parser | 0 | 4 | MIT | 12 days ago |
Dependencies
Declared by plist v5.0.0. Runtime dependencies are installed with the package; dev dependencies are not.
Runtime (2)
Dev (3)
Used by
Popular packages that depend on plist.
Relationship graph
Dependencies (left) and dependents (right) of plist.
Frequently installed together
TypeScript definitions for node
Prettier is an opinionated code formatter
Delightful JavaScript Testing.
Binary Mac OS X Plist (property list) creator.
Binary plist parser.
Release history
3 releases in the last two years, typically about 132 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 5.0.0latest | 4 months ago | 98 KB | MIT |
| 4.0.0 | 4 months ago | 15 KB | MIT |
| 3.1.1 | 4 months ago | 983 KB | MIT |
| 3.1.0 | 3 years ago | 671 KB | MIT |
| 3.0.6 | 4 years ago | 669 KB | MIT |
| 3.0.5 | 4 years ago | 521 KB | MIT |
| 3.0.4 | 5 years ago | 520 KB | MIT |
| 3.0.3 | 5 years ago | 454 KB | MIT |
| 3.0.2 | 5 years ago | 454 KB | MIT |
| 3.0.1 | 8 years ago | 437 KB | MIT |
| 3.0.0 | 8 years ago | 437 KB | MIT |
| 2.1.0 | 9 years ago | — | MIT |
| 2.0.1 | 10 years ago | — | MIT |
| 2.0.0 | 10 years ago | — | MIT |
| 1.2.0 | 10 years ago | — | MIT |
Overview
plist is an npm package that apple's property list parser/builder for Node.js and browsers. It is extremely widely used, with about 19M downloads per week and 2 known dependents in the graph. The latest version is 5.0.0, released under the MIT license.
Who should use it
Teams working in the npm ecosystem who need apple's property list parser/builder for Node.js and browsers and value a battle-tested, widely-adopted 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
- Large, well-established user base (19M weekly downloads).
- 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 plist?
Yes — plist scores well across adoption, maintenance, weight, supply chain, and licensing. 19M downloads per week and 2 known dependents. Last published 130 days ago. 3 releases in the last 2 years.
How do I install plist?
Run `npm install plist` to add plist to your npm project.
How many dependencies does plist have?
plist declares 5 direct dependencies and pulls in 2 packages in total once its runtime tree is resolved totalling about 412 KB on disk.
What license is plist released under?
plist is distributed under the MIT license.
How popular is plist?
plist has approximately 18,968,437 downloads per week and 2 known dependent packages.
Is plist still maintained?
The most recent release of plist (v5.0.0) was published 4 months ago.
Does plist run install scripts?
No. plist does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.