12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "postcss-normalize-charset",
- "version": "5.0.1",
- "description": "Add necessary or remove extra charset with PostCSS",
- "keywords": [
- "postcss",
- "css",
- "postcss-plugin",
- "charset"
- ],
- "author": "Bogdan Chadkin <trysound@yandex.ru>",
- "files": [
- "dist"
- ],
- "license": "MIT",
- "repository": "cssnano/cssnano",
- "bugs": {
- "url": "https://github.com/cssnano/cssnano/issues"
- },
- "homepage": "https://github.com/cssnano/cssnano",
- "main": "dist/index.js",
- "scripts": {
- "prebuild": "del-cli dist",
- "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
- "prepublish": "yarn build"
- },
- "engines": {
- "node": "^10 || ^12 || >=14.0"
- },
- "devDependencies": {
- "postcss": "^8.2.15"
- },
- "peerDependencies": {
- "postcss": "^8.2.15"
- },
- "gitHead": "28c247175032fa03f04911cde56ad82d74d211cc"
- }
|