flow like the river

This commit is contained in:
root 2025-11-07 00:06:12 +01:00
commit 013fe673f3
42435 changed files with 5764238 additions and 0 deletions

View file

@ -0,0 +1,32 @@
{
"name": "postcss-normalize-charset",
"version": "1.1.1",
"description": "Add necessary or remove extra charset with PostCSS",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"charset"
],
"author": "Bogdan Chadkin <trysound@yandex.ru>",
"files": [
"index.js"
],
"license": "MIT",
"repository": "ben-eb/postcss-charset",
"bugs": {
"url": "https://github.com/ben-eb/postcss-charset/issues"
},
"homepage": "https://github.com/ben-eb/postcss-charset",
"dependencies": {
"postcss": "^5.0.5"
},
"devDependencies": {
"ava": "^0.16.0",
"eslint": "^1.4.1",
"postcss-devtools": "^1.1.1"
},
"scripts": {
"test": "eslint index.js test && ava"
}
}