package.json
3.99 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"_args": [
[
{
"raw": "postcss-minify-params@^1.0.4",
"scope": null,
"escapedName": "postcss-minify-params",
"name": "postcss-minify-params",
"rawSpec": "^1.0.4",
"spec": ">=1.0.4 <2.0.0",
"type": "range"
},
"D:\\100-Projects\\100-AIAHTML5\\400-SOURCECODE\\AIAHTML5.Admin\\node_modules\\cssnano"
]
],
"_from": "postcss-minify-params@>=1.0.4 <2.0.0",
"_id": "postcss-minify-params@1.2.2",
"_inCache": true,
"_location": "/postcss-minify-params",
"_nodeVersion": "6.9.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/postcss-minify-params-1.2.2.tgz_1482921953368_0.2908381929155439"
},
"_npmUser": {
"name": "beneb",
"email": "beneb.info@gmail.com"
},
"_npmVersion": "3.10.8",
"_phantomChildren": {},
"_requested": {
"raw": "postcss-minify-params@^1.0.4",
"scope": null,
"escapedName": "postcss-minify-params",
"name": "postcss-minify-params",
"rawSpec": "^1.0.4",
"spec": ">=1.0.4 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/cssnano"
],
"_resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-1.2.2.tgz",
"_shasum": "ad2ce071373b943b3d930a3fa59a358c28d6f1f3",
"_shrinkwrap": null,
"_spec": "postcss-minify-params@^1.0.4",
"_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-minify-params/issues"
},
"dependencies": {
"alphanum-sort": "^1.0.1",
"postcss": "^5.0.2",
"postcss-value-parser": "^3.0.2",
"uniqs": "^2.0.0"
},
"description": "Minify at-rule params with PostCSS",
"devDependencies": {
"buble": "^0.12.5",
"cross-env": "^2.0.0",
"del-cli": "^0.2.0",
"eslint": "^2.13.1",
"eslint-config-postcss": "^2.0.2",
"mocha": "^2.5.3",
"nyc": "^7.0.0"
},
"directories": {},
"dist": {
"shasum": "ad2ce071373b943b3d930a3fa59a358c28d6f1f3",
"tarball": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-1.2.2.tgz"
},
"eslintConfig": {
"extends": "postcss",
"env": {
"mocha": true
}
},
"files": [
"dist"
],
"gitHead": "a77a40f50fb5589e17dd18a0a103efbec7ff6d10",
"homepage": "https://github.com/ben-eb/postcss-minify-params",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"minify",
"optimise",
"params"
],
"license": "MIT",
"main": "dist/index.js",
"maintainers": [
{
"name": "beneb",
"email": "beneb.info@gmail.com"
},
{
"name": "trysound",
"email": "trysound@yandex.ru"
}
],
"name": "postcss-minify-params",
"nyc": {
"sourceMap": true,
"instrument": true
},
"optionalDependencies": {},
"readme": "# postcss-minify-params [![Build Status][ci-img]][ci]\n\n> Minify at-rule params with PostCSS.\n\n```css\n@media only screen and ( min-width: 400px, min-height: 500px ) {\n h2{\n color:blue\n }\n}\n```\n\n```css\n@media only screen and (min-width:400px,min-height:500px) {\n h2{\n color:blue\n }\n}\n```\n\n## Usage\n\n```js\npostcss([ require('postcss-minify-params') ])\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-minify-params.svg\n[ci]: https://travis-ci.org/ben-eb/postcss-minify-params\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/ben-eb/postcss-minify-params.git"
},
"scripts": {
"prepublish": "del-cli dist && cross-env BABEL_ENV=publish buble src -o dist",
"pretest": "eslint src",
"report": "nyc report --reporter=html",
"test": "cross-env BABEL_ENV=test nyc mocha test --compilers js:buble/register"
},
"version": "1.2.2"
}