File: //opt/code/node_modules/cssnano/node_modules/postcss-normalize-charset/package.json
{
"name": "postcss-normalize-charset",
"version": "1.1.1",
"description": "Add necessary or remove extra charset with PostCSS",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"charset"
],
"author": {
"name": "Bogdan Chadkin",
"email": "trysound@yandex.ru"
},
"files": [
"index.js"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/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"
},
"readme": "# postcss-normalize-charset [![Build Status][ci-img]][ci]\n\nAdd necessary or remove extra charset with PostCSS\n\n```css\na{\n content: \"©\";\n}\n```\n\n```css\n@charset \"utf-8\";\na{\n content: \"©\";\n}\n```\n\n## API\n\n### normalizeCharset([options])\n\n#### options\n\n##### add\n\nType: `boolean`\nDefault: `true`\n\nPass `false` to stop the module from adding a `@charset` declaration if it was\nmissing from the file (and the file contained non-ascii characters).\n\n## Usage\n\n```js\npostcss([ require('postcss-normalize-charset') ])\n```\n\nSee [PostCSS] docs for examples for your environment.\n\nMIT © [Bogdan Chadkin](mailto:trysound@yandex.ru)\n\n[PostCSS]: https://github.com/postcss/postcss\n[ci-img]: https://travis-ci.org/ben-eb/postcss-normalize-charset.svg\n[ci]: https://travis-ci.org/ben-eb/postcss-normalize-charset\n",
"readmeFilename": "README.md",
"_id": "postcss-normalize-charset@1.1.1",
"dist": {
"shasum": "12fd71044357cbcbffa5540d62e623fe1a62f940"
},
"_from": "postcss-normalize-charset@^1.1.0",
"_resolved": "http://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-1.1.1.tgz"
}