postcss-minify-font-values
Advanced tools
Comparing version
{ | ||
"name": "postcss-minify-font-values", | ||
"version": "1.0.5", | ||
"version": "4.0.0-nightly.2020.1.9", | ||
"description": "Minify font declarations with PostCSS", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"files": [ | ||
"index.js", | ||
"lib" | ||
"dist" | ||
], | ||
"scripts": { | ||
"test": "tape test/*.js | tap-spec", | ||
"posttest": "eslint index.js lib test" | ||
}, | ||
"author": "Bogdan Chadkin <trysound@yandex.ru>", | ||
@@ -24,20 +19,19 @@ "license": "MIT", | ||
], | ||
"devDependencies": { | ||
"eslint": "^1.3.1", | ||
"tap-spec": "^4.1.0", | ||
"tape": "^4.2.0" | ||
}, | ||
"dependencies": { | ||
"object-assign": "^4.0.1", | ||
"postcss": "^5.0.4", | ||
"postcss-value-parser": "^3.0.2" | ||
"postcss": "^7.0.16", | ||
"postcss-value-parser": "^3.3.1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/TrySound/postcss-minify-font-values.git" | ||
}, | ||
"repository": "cssnano/cssnano", | ||
"bugs": { | ||
"url": "https://github.com/TrySound/postcss-minify-font-values/issues" | ||
"url": "https://github.com/cssnano/cssnano/issues" | ||
}, | ||
"homepage": "https://github.com/TrySound/postcss-minify-font-values" | ||
} | ||
"homepage": "https://github.com/cssnano/cssnano", | ||
"scripts": { | ||
"prebuild": "", | ||
"build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.js --out-dir dist --ignore \"**/__tests__/\"", | ||
"prepublish": "" | ||
}, | ||
"engines": { | ||
"node": ">=10.13.0" | ||
} | ||
} |
@@ -41,6 +41,6 @@ # postcss-minify-font-values [![Build Status][ci-img]][ci] | ||
Type: `boolean` | ||
Default: `true` | ||
Default: `false` | ||
Pass `false` to disable the module from removing font families after it | ||
encounters a font keyword, for example `sans-serif`. | ||
Pass `true` to remove font families after the module encounters a font keyword, | ||
for example `sans-serif`. | ||
@@ -71,2 +71,8 @@ ##### removeDuplicates | ||
## Contributors | ||
See [CONTRIBUTORS.md](https://github.com/cssnano/cssnano/blob/master/CONTRIBUTORS.md). | ||
# License | ||
MIT © [Bogdan Chadkin](mailto:trysound@yandex.ru) | ||
@@ -76,3 +82,3 @@ | ||
[PostCSS]: https://github.com/postcss/postcss | ||
[ci-img]: https://travis-ci.org/TrySound/postcss-minify-font-values.svg | ||
[ci]: https://travis-ci.org/TrySound/postcss-minify-font-values | ||
[ci-img]: https://travis-ci.org/cssnano/postcss-minify-font-values.svg | ||
[ci]: https://travis-ci.org/cssnano/postcss-minify-font-values |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
14869
41.18%2
-33.33%0
-100%305
37.39%0
-100%82
7.89%1
Infinity%1
Infinity%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated