simple-plist
npmv1.3.1TypeScriptA wrapper utility for interacting with plist data.
Not recommended for new projects
No — simple-plist should not be adopted for new projects. Last published 1624 days ago.
- ?Adoption: grade ?, Not reported by this registry.
No download data reported for this package yet.
- FMaintenance: grade F, Failing.
Last published 1624 days ago.
- BWeight: grade B, Good.
Pulls in 6 transitive packages, about 582 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 simple-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 simple-plist, not just its own. Check this before a legal review, not after.
Compatibility
- Node.js
- No constraint declared
- Module format
- CommonJS only
- TypeScript
- Types included
- Install scripts
- None
Quick start
A usage example from the simple-plist README.
const plist = require("simple-plist");
let data;
// read
data = plist.readFileSync("/path/to/some.plist");
// write xml
plist.writeFileSync("/path/to/plaintext.plist", data);
// write binary
plist.writeBinaryFileSync("/path/to/binary.plist", data);simple-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 |
|---|---|---|---|---|
| simple-plistthis page | 0 | 1 | MIT | 4 years ago |
| plist | 14M | 2 | MIT | 1 day ago |
| bplist-parser | 0 | 3 | MIT | 1 day ago |
| bplist-creator | 0 | 2 | MIT | 1 day ago |
| dom-serializer | 94.3M | 2 | MIT | 1 day ago |
| default-browser | 52.6M | 1 | MIT | 1 day ago |
Dependencies
Declared by simple-plist v1.3.1. Runtime dependencies are installed with the package; dev dependencies are not.
Dev (11)
Used by
Popular packages that depend on simple-plist.
Relationship graph
Dependencies (left) and dependents (right) of simple-plist.
Frequently installed together
Release history
No releases in the last two years, typically about 157 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 1.4.0-0 | 4 years ago | 16 KB | MIT |
| 1.4.0 | 4 years ago | 16 KB | MIT |
| 1.3.1latest | 4 years ago | 20 KB | MIT |
| 1.3.0 | 4 years ago | 21 KB | MIT |
| 1.2.3 | 4 years ago | 16 KB | MIT |
| 1.2.2 | 4 years ago | 16 KB | MIT |
| 1.2.1 | 4 years ago | 16 KB | MIT |
| 1.2.0 | 4 years ago | 4.4 KB | MIT |
| 1.1.1 | 6 years ago | 6.6 KB | MIT |
| 2.0.0-rc.0 | 6 years ago | 13 KB | MIT |
| 1.1.0 | 6 years ago | 6.6 KB | MIT |
| 1.0.0 | 7 years ago | 6.2 KB | MIT |
| 0.3.0 | 8 years ago | 6.3 KB | MIT |
| 0.2.1 | 10 years ago | — | MIT |
| 0.1.4 | 10 years ago | — | MIT |
Overview
simple-plist is an npm package that a wrapper utility for interacting with plist data. It has 1 known dependents in the graph. The latest version is 1.3.1, released under the MIT license.
Who should use it
Teams working in the npm ecosystem who need a wrapper utility for interacting with plist data 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 simple-plist?
No — simple-plist should not be adopted for new projects. Last published 1624 days ago.
How do I install simple-plist?
Run `npm install simple-plist` to add simple-plist to your npm project.
How many dependencies does simple-plist have?
simple-plist declares 14 direct dependencies and pulls in 6 packages in total once its runtime tree is resolved totalling about 582 KB on disk.
What license is simple-plist released under?
simple-plist is distributed under the MIT license.
How popular is simple-plist?
npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on simple-plist.
Is simple-plist still maintained?
The most recent release of simple-plist (v1.3.1) was published 4 years ago.
Does simple-plist run install scripts?
No. simple-plist does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.