Blame view

node_modules/postcss-minify-params/package.json 2.33 KB
aaac7fed   liuqimichale   add
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
  {
    "_args": [
      [
        "postcss-minify-params@1.2.2",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "postcss-minify-params@1.2.2",
    "_id": "postcss-minify-params@1.2.2",
    "_inBundle": false,
    "_integrity": "sha1-rSzgcTc7lDs9kwo/pZo1jCjW8fM=",
    "_location": "/postcss-minify-params",
    "_phantomChildren": {
      "escape-string-regexp": "1.0.5",
      "has-ansi": "2.0.0",
      "js-base64": "2.4.9",
      "strip-ansi": "3.0.1"
    },
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "postcss-minify-params@1.2.2",
      "name": "postcss-minify-params",
      "escapedName": "postcss-minify-params",
      "rawSpec": "1.2.2",
      "saveSpec": null,
      "fetchSpec": "1.2.2"
    },
    "_requiredBy": [
      "/cssnano"
    ],
    "_resolved": "http://registry.npm.taobao.org/postcss-minify-params/download/postcss-minify-params-1.2.2.tgz",
    "_spec": "1.2.2",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "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"
    },
    "eslintConfig": {
      "extends": "postcss",
      "env": {
        "mocha": true
      }
    },
    "files": [
      "dist"
    ],
    "homepage": "https://github.com/ben-eb/postcss-minify-params",
    "keywords": [
      "postcss",
      "css",
      "postcss-plugin",
      "minify",
      "optimise",
      "params"
    ],
    "license": "MIT",
    "main": "dist/index.js",
    "name": "postcss-minify-params",
    "nyc": {
      "sourceMap": true,
      "instrument": true
    },
    "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"
  }