postcss-value-parser
npmv4.2.0TypeScriptTransforms css values and at-rule params into the tree
Not recommended for new projects
No — postcss-value-parser should not be adopted for new projects. Last published 1745 days ago.
- ?Adoption: grade ?, Not reported by this registry.
No download data reported for this package yet.
- FMaintenance: grade F, Failing.
Last published 1745 days ago.
- AWeight: grade A, Excellent.
Zero runtime dependencies, about 27 KB installed.
- ASupply chain: grade A, Excellent.
No install scripts, 3 maintainers, and a contained dependency surface.
- 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 postcss-value-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
- No constraint declared
- Module format
- CommonJS only
- TypeScript
- Types included
- Install scripts
- None
Quick start
A usage example from the postcss-value-parser README.
var valueParser = require('postcss-value-parser');
var cssBackgroundValue = 'url(foo.png) no-repeat 40px 73%';
var parsedValue = valueParser(cssBackgroundValue);
// parsedValue exposes an API described below,
// e.g. parsedValue.walk(..), parsedValue.toString(), etc.postcss-value-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 |
|---|---|---|---|---|
| postcss-value-parserthis page | 0 | 1 | MIT | 4 years ago |
| postcss | 249.3M | 7 | MIT | 1 day ago |
| sugarss | 0 | 1 | MIT | 1 day ago |
| css-value | 0 | 1 | — | 1 day ago |
| commander | 451.1M | 11 | MIT | 1 day ago |
| yargs-parser | 178.8M | 2 | ISC | 1 day ago |
Dependencies
Declared by postcss-value-parser v4.2.0. Runtime dependencies are installed with the package; dev dependencies are not.
Dev (6)
Used by
Popular packages that depend on postcss-value-parser.
Relationship graph
Dependencies (left) and dependents (right) of postcss-value-parser.
Frequently installed together
React is a JavaScript library for building user interfaces.
React package for working with the DOM.
A memoization library which only remembers the latest invocation
Color normalization for React Native.
A collection of utility libraries used by other Facebook JS projects
A quick JavaScript runtime for Atomic CSS compilers.
babel's modular runtime helpers
flow typed nullthrows
Release history
No releases in the last two years, typically about 17 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 4.2.0latest | 4 years ago | 27 KB | MIT |
| 4.1.0 | 6 years ago | 26 KB | MIT |
| 4.0.3 | 6 years ago | 26 KB | MIT |
| 4.0.2 | 7 years ago | 26 KB | MIT |
| 4.0.1 | 7 years ago | 25 KB | MIT |
| 4.0.0 | 7 years ago | 20 KB | MIT |
| 3.3.1 | 8 years ago | 19 KB | MIT |
| 3.3.0 | 10 years ago | — | MIT |
| 3.2.3 | 10 years ago | — | MIT |
| 3.2.1 | 10 years ago | — | MIT |
| 3.2.0 | 10 years ago | — | MIT |
| 3.1.3 | 10 years ago | — | MIT |
| 3.1.2 | 10 years ago | — | MIT |
| 3.1.1 | 11 years ago | — | MIT |
| 3.1.0 | 11 years ago | — | MIT |
Overview
postcss-value-parser is an npm package that transforms css values and at-rule params into the tree. It has 1 known dependents in the graph. The latest version is 4.2.0, released under the MIT license.
Who should use it
Teams working in the npm ecosystem who need transforms css values and at-rule params into the tree 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 postcss-value-parser?
No — postcss-value-parser should not be adopted for new projects. Last published 1745 days ago.
How do I install postcss-value-parser?
Run `npm install postcss-value-parser` to add postcss-value-parser to your npm project.
What license is postcss-value-parser released under?
postcss-value-parser is distributed under the MIT license.
How popular is postcss-value-parser?
npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on postcss-value-parser.
Is postcss-value-parser still maintained?
The most recent release of postcss-value-parser (v4.2.0) was published 4 years ago.
Does postcss-value-parser run install scripts?
No. postcss-value-parser does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.