Blame view

node_modules/postcss/package.json 1.86 KB
2a09d1a4   liuqimichale   添加宜春 天水 宣化
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
  {
    "_from": "postcss@^6.0.17",
    "_id": "postcss@6.0.23",
    "_inBundle": false,
    "_integrity": "sha1-YcgswyisYOZ3ZF+XkFTrmLwOMyQ=",
    "_location": "/postcss",
    "_phantomChildren": {
      "has-flag": "3.0.0"
    },
    "_requested": {
      "type": "range",
      "registry": true,
      "raw": "postcss@^6.0.17",
      "name": "postcss",
      "escapedName": "postcss",
      "rawSpec": "^6.0.17",
      "saveSpec": null,
      "fetchSpec": "^6.0.17"
    },
    "_requiredBy": [
      "/autoprefixer",
      "/icss-utils",
      "/postcss-import",
      "/postcss-loader",
      "/postcss-modules-extract-imports",
      "/postcss-modules-local-by-default",
      "/postcss-modules-scope",
      "/postcss-modules-values",
      "/vue-loader"
    ],
    "_resolved": "http://registry.npm.taobao.org/postcss/download/postcss-6.0.23.tgz",
    "_shasum": "61c82cc328ac60e677645f979054eb98bc0e3324",
    "_spec": "postcss@^6.0.17",
    "_where": "/Library/WebServer/Documents/mywork/cityOperationCenter/node_modules/autoprefixer",
    "author": {
      "name": "Andrey Sitnik",
      "email": "andrey@sitnik.ru"
    },
    "browser": {
      "supports-color": false,
      "chalk": false,
      "fs": false
    },
    "bugs": {
      "url": "https://github.com/postcss/postcss/issues"
    },
    "bundleDependencies": false,
    "dependencies": {
      "chalk": "^2.4.1",
      "source-map": "^0.6.1",
      "supports-color": "^5.4.0"
    },
    "deprecated": false,
    "description": "Tool for transforming styles with JS plugins",
    "engines": {
      "node": ">=4.0.0"
    },
    "homepage": "https://postcss.org/",
    "keywords": [
      "css",
      "postcss",
      "rework",
      "preprocessor",
      "parser",
      "source map",
      "transform",
      "manipulation",
      "transpiler"
    ],
    "license": "MIT",
    "main": "lib/postcss",
    "name": "postcss",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/postcss/postcss.git"
    },
    "types": "lib/postcss.d.ts",
    "version": "6.0.23"
  }