Blame view

node_modules/postcss-calc/package.json 1.74 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
  {
    "_args": [
      [
        "postcss-calc@5.3.1",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "postcss-calc@5.3.1",
    "_id": "postcss-calc@5.3.1",
    "_inBundle": false,
    "_integrity": "sha1-d7rnypKK2FcW4v2kLyYb98HWW14=",
    "_location": "/postcss-calc",
    "_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-calc@5.3.1",
      "name": "postcss-calc",
      "escapedName": "postcss-calc",
      "rawSpec": "5.3.1",
      "saveSpec": null,
      "fetchSpec": "5.3.1"
    },
    "_requiredBy": [
      "/cssnano"
    ],
    "_resolved": "http://registry.npm.taobao.org/postcss-calc/download/postcss-calc-5.3.1.tgz",
    "_spec": "5.3.1",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Maxime Thirouin"
    },
    "bugs": {
      "url": "https://github.com/postcss/postcss-calc/issues"
    },
    "dependencies": {
      "postcss": "^5.0.2",
      "postcss-message-helpers": "^2.0.0",
      "reduce-css-calc": "^1.2.6"
    },
    "description": "PostCSS plugin to reduce calc()",
    "devDependencies": {
      "eslint": "^1.0.0",
      "npmpub": "^3.1.0",
      "postcss-custom-properties": "^5.0.0",
      "tape": "^3.0.0"
    },
    "files": [
      "index.js"
    ],
    "homepage": "https://github.com/postcss/postcss-calc#readme",
    "keywords": [
      "css",
      "postcss",
      "postcss-plugin",
      "calculation",
      "calc"
    ],
    "license": "MIT",
    "name": "postcss-calc",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/postcss/postcss-calc.git"
    },
    "scripts": {
      "release": "npmpub",
      "test": "eslint . && tape test"
    },
    "version": "5.3.1"
  }