</>PackageGraphPackageGraph

postcss-value-parser

npmv4.2.0TypeScript

Transforms 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.

0
Direct dependencies

Runtime packages this one declares itself.

0
Total installed

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

27 KB
Install size

Unpacked size of this package plus its entire runtime tree.

Tree depth

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.

PackageWeekly downloadsDependentsLicenseLast release
postcss-value-parserthis page01MIT4 years ago
postcss249.3M7MIT1 day ago
sugarss01MIT1 day ago
css-value011 day ago
commander451.1M11MIT1 day ago
yargs-parser178.8M2ISC1 day ago

Dependencies

Declared by postcss-value-parser v4.2.0. Runtime dependencies are installed with the package; dev dependencies are not.

Dev (6)

eslint ^5.16.0husky ^2.3.0lint-staged ^8.1.7prettier ^1.17.1tap-spec ^5.0.0tape ^4.10.2

Used by

Popular packages that depend on postcss-value-parser.

Relationship graph

Dependencies (left) and dependents (right) of postcss-value-parser.

react-native-webpostcss-value-par…
postcss-value-parser dependencies dependents

Frequently installed together

Release history

No releases in the last two years, typically about 17 days apart.

Recent versions of postcss-value-parser
VersionPublishedSizeLicense
4.2.0latest4 years ago27 KBMIT
4.1.06 years ago26 KBMIT
4.0.36 years ago26 KBMIT
4.0.27 years ago26 KBMIT
4.0.17 years ago25 KBMIT
4.0.07 years ago20 KBMIT
3.3.18 years ago19 KBMIT
3.3.010 years agoMIT
3.2.310 years agoMIT
3.2.110 years agoMIT
3.2.010 years agoMIT
3.1.310 years agoMIT
3.1.210 years agoMIT
3.1.111 years agoMIT
3.1.011 years agoMIT

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

Keywords

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.