package.json
3.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"_args": [
[
{
"raw": "postcss-normalize-charset@^1.1.0",
"scope": null,
"escapedName": "postcss-normalize-charset",
"name": "postcss-normalize-charset",
"rawSpec": "^1.1.0",
"spec": ">=1.1.0 <2.0.0",
"type": "range"
},
"D:\\100-Projects\\100-AIAHTML5\\400-SOURCECODE\\AIAHTML5.Admin\\node_modules\\cssnano"
]
],
"_from": "postcss-normalize-charset@>=1.1.0 <2.0.0",
"_id": "postcss-normalize-charset@1.1.1",
"_inCache": true,
"_location": "/postcss-normalize-charset",
"_nodeVersion": "5.4.1",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/postcss-normalize-charset-1.1.1.tgz_1478619115559_0.3066741053480655"
},
"_npmUser": {
"name": "beneb",
"email": "beneb.info@gmail.com"
},
"_npmVersion": "3.10.2",
"_phantomChildren": {},
"_requested": {
"raw": "postcss-normalize-charset@^1.1.0",
"scope": null,
"escapedName": "postcss-normalize-charset",
"name": "postcss-normalize-charset",
"rawSpec": "^1.1.0",
"spec": ">=1.1.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/cssnano"
],
"_resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-1.1.1.tgz",
"_shasum": "ef9ee71212d7fe759c78ed162f61ed62b5cb93f1",
"_shrinkwrap": null,
"_spec": "postcss-normalize-charset@^1.1.0",
"_where": "D:\\100-Projects\\100-AIAHTML5\\400-SOURCECODE\\AIAHTML5.Admin\\node_modules\\cssnano",
"author": {
"name": "Bogdan Chadkin",
"email": "trysound@yandex.ru"
},
"bugs": {
"url": "https://github.com/ben-eb/postcss-charset/issues"
},
"dependencies": {
"postcss": "^5.0.5"
},
"description": "Add necessary or remove extra charset with PostCSS",
"devDependencies": {
"ava": "^0.16.0",
"eslint": "^1.4.1",
"postcss-devtools": "^1.1.1"
},
"directories": {},
"dist": {
"shasum": "ef9ee71212d7fe759c78ed162f61ed62b5cb93f1",
"tarball": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-1.1.1.tgz"
},
"files": [
"index.js"
],
"gitHead": "e5df2dafa6942e6aac3beef7a509560a60b522f7",
"homepage": "https://github.com/ben-eb/postcss-charset",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"charset"
],
"license": "MIT",
"maintainers": [
{
"name": "beneb",
"email": "beneb.info@gmail.com"
},
{
"name": "trysound",
"email": "trysound@yandex.ru"
}
],
"name": "postcss-normalize-charset",
"optionalDependencies": {},
"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",
"repository": {
"type": "git",
"url": "git+https://github.com/ben-eb/postcss-charset.git"
},
"scripts": {
"test": "eslint index.js test && ava"
},
"version": "1.1.1"
}