Blame view

node_modules/postcss/package.json 3.55 KB
ce4c83ff   wxy   初始提交
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
  {
    "_args": [
      [
        "postcss@5.2.18",
        "D:\\WS\\WebstormProjects\\222\\lawyer"
      ]
    ],
    "_development": true,
    "_from": "postcss@5.2.18",
    "_id": "postcss@5.2.18",
    "_inBundle": false,
    "_integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==",
    "_location": "/postcss",
    "_phantomChildren": {
      "ansi-styles": "2.2.1",
      "escape-string-regexp": "1.0.5",
      "has-ansi": "2.0.0",
      "strip-ansi": "3.0.1"
    },
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "postcss@5.2.18",
      "name": "postcss",
      "escapedName": "postcss",
      "rawSpec": "5.2.18",
      "saveSpec": null,
      "fetchSpec": "5.2.18"
    },
    "_requiredBy": [
      "/autoprefixer",
      "/css-loader",
      "/cssnano",
      "/postcss-calc",
      "/postcss-colormin",
      "/postcss-convert-values",
      "/postcss-discard-comments",
      "/postcss-discard-duplicates",
      "/postcss-discard-empty",
      "/postcss-discard-overridden",
      "/postcss-discard-unused",
      "/postcss-filter-plugins",
      "/postcss-merge-idents",
      "/postcss-merge-longhand",
      "/postcss-merge-rules",
      "/postcss-minify-font-values",
      "/postcss-minify-gradients",
      "/postcss-minify-params",
      "/postcss-minify-selectors",
      "/postcss-normalize-charset",
      "/postcss-normalize-url",
      "/postcss-ordered-values",
      "/postcss-reduce-idents",
      "/postcss-reduce-initial",
      "/postcss-reduce-transforms",
      "/postcss-svgo",
      "/postcss-unique-selectors",
      "/postcss-zindex"
    ],
    "_resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
    "_spec": "5.2.18",
    "_where": "D:\\WS\\WebstormProjects\\222\\lawyer",
    "author": {
      "name": "Andrey Sitnik",
      "email": "andrey@sitnik.ru"
    },
    "browser": {
      "fs": false
    },
    "bugs": {
      "url": "https://github.com/postcss/postcss/issues"
    },
    "dependencies": {
      "chalk": "^1.1.3",
      "js-base64": "^2.1.9",
      "source-map": "^0.5.6",
      "supports-color": "^3.2.3"
    },
    "description": "Tool for transforming styles with JS plugins",
    "devDependencies": {
      "ava": "^0.17.0",
      "babel-core": "^6.24.0",
      "babel-eslint": "^7.1.1",
      "babel-plugin-add-module-exports": "^0.2.1",
      "babel-plugin-precompile-charcodes": "^1.0.0",
      "babel-preset-es2015": "^6.24.0",
      "chalk": "^1.1.3",
      "concat-with-sourcemaps": "^1.0.4",
      "del": "^2.2.2",
      "docdash": "^0.4.0",
      "eslint": "^3.18.0",
      "eslint-config-postcss": "^2.0.2",
      "fs-extra": "^1.0.0",
      "gulp": "^3.9.1",
      "gulp-ava": "^0.15.0",
      "gulp-babel": "^6.1.2",
      "gulp-changed": "^1.3.2",
      "gulp-eslint": "^3.0.1",
      "gulp-run": "^1.7.1",
      "gulp-sourcemaps": "^2.4.1",
      "jsdoc": "^3.4.3",
      "lint-staged": "^3.4.0",
      "postcss-parser-tests": "^5.0.11",
      "pre-commit": "^1.2.2",
      "run-sequence": "^1.2.2",
      "sinon": "^2.0.0",
      "strip-ansi": "^3.0.1",
      "yaspeller-ci": "^0.3.0"
    },
    "engines": {
      "node": ">=0.12"
    },
    "homepage": "http://postcss.org/",
    "keywords": [
      "css",
      "postcss",
      "rework",
      "preprocessor",
      "parser",
      "source map",
      "transform",
      "manipulation",
      "transpiler"
    ],
    "license": "MIT",
    "lint-staged": {
      "test/*.js": "eslint",
      "lib/*.es6": "eslint",
      "*.md": "yaspeller-ci"
    },
    "main": "lib/postcss",
    "name": "postcss",
    "pre-commit": [
      "lint-staged"
    ],
    "repository": {
      "type": "git",
      "url": "git+https://github.com/postcss/postcss.git"
    },
    "scripts": {
      "lint-staged": "lint-staged",
      "test": "gulp"
    },
    "types": "lib/postcss.d.ts",
    "version": "5.2.18"
  }