postcss-minify-font-values
Advanced tools
Comparing version 1.0.5 to 4.0.0-rc.0
{ | ||
"name": "postcss-minify-font-values", | ||
"version": "1.0.5", | ||
"version": "4.0.0-rc.0", | ||
"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,21 @@ "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": "^6.0.0", | ||
"postcss-value-parser": "^3.0.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/TrySound/postcss-minify-font-values.git" | ||
}, | ||
"repository": "ben-eb/cssnano", | ||
"bugs": { | ||
"url": "https://github.com/TrySound/postcss-minify-font-values/issues" | ||
"url": "https://github.com/ben-eb/cssnano/issues" | ||
}, | ||
"homepage": "https://github.com/TrySound/postcss-minify-font-values" | ||
"homepage": "https://github.com/ben-eb/cssnano", | ||
"scripts": { | ||
"prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.0.0", | ||
"cross-env": "^3.0.0" | ||
}, | ||
"engines": { | ||
"node": ">=4" | ||
} | ||
} |
@@ -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/ben-eb/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/ben-eb/postcss-minify-font-values.svg | ||
[ci]: https://travis-ci.org/ben-eb/postcss-minify-font-values |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
12339
2
2
10
0
82
200
1
1
+ Addedansi-styles@3.2.1(transitive)
+ Addedchalk@2.4.2(transitive)
+ Addedcolor-convert@1.9.3(transitive)
+ Addedcolor-name@1.1.3(transitive)
+ Addedhas-flag@3.0.0(transitive)
+ Addedpostcss@6.0.23(transitive)
+ Addedsource-map@0.6.1(transitive)
+ Addedsupports-color@5.5.0(transitive)
- Removedobject-assign@^4.0.1
- Removedansi-regex@2.1.1(transitive)
- Removedansi-styles@2.2.1(transitive)
- Removedchalk@1.1.3(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedhas-flag@1.0.0(transitive)
- Removedjs-base64@2.6.4(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedpostcss@5.2.18(transitive)
- Removedsource-map@0.5.7(transitive)
- Removedstrip-ansi@3.0.1(transitive)
- Removedsupports-color@2.0.03.2.3(transitive)
Updatedpostcss@^6.0.0
Updatedpostcss-value-parser@^3.0.0