Blame view

node_modules/reduce-css-calc/package.json 1.73 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
  {
    "_args": [
      [
        "reduce-css-calc@1.3.0",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "reduce-css-calc@1.3.0",
    "_id": "reduce-css-calc@1.3.0",
    "_inBundle": false,
    "_integrity": "sha1-dHyRTgSWFKTJz7umKYca0dKSdxY=",
    "_location": "/reduce-css-calc",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "reduce-css-calc@1.3.0",
      "name": "reduce-css-calc",
      "escapedName": "reduce-css-calc",
      "rawSpec": "1.3.0",
      "saveSpec": null,
      "fetchSpec": "1.3.0"
    },
    "_requiredBy": [
      "/postcss-calc"
    ],
    "_resolved": "http://registry.npm.taobao.org/reduce-css-calc/download/reduce-css-calc-1.3.0.tgz",
    "_spec": "1.3.0",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Maxime Thirouin"
    },
    "bugs": {
      "url": "https://github.com/MoOx/reduce-css-calc/issues"
    },
    "dependencies": {
      "balanced-match": "^0.4.2",
      "math-expression-evaluator": "^1.2.14",
      "reduce-function-call": "^1.0.1"
    },
    "description": "Reduce CSS calc() function to the maximum",
    "devDependencies": {
      "jscs": "^1.5.9",
      "jshint": "^2.5.2",
      "npmpub": "^3.0.3",
      "tape": "^2.13.4"
    },
    "files": [
      "index.js"
    ],
    "homepage": "https://github.com/MoOx/reduce-css-calc#readme",
    "keywords": [
      "css",
      "calculation",
      "calc"
    ],
    "license": "MIT",
    "name": "reduce-css-calc",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/MoOx/reduce-css-calc.git"
    },
    "scripts": {
      "jscs": "jscs *.js **/*.js",
      "jshint": "jshint . --exclude node_modules",
      "release": "npmpub",
      "test": "npm run jscs && npm run jshint && tape test"
    },
    "version": "1.3.0"
  }