Blame view

node_modules/postcss-minify-font-values/package.json 2.04 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
  {
    "_from": "postcss-minify-font-values@^1.0.2",
    "_id": "postcss-minify-font-values@1.0.5",
    "_inBundle": false,
    "_integrity": "sha1-S1jttWZB66fIR0qzUmyv17vey2k=",
    "_location": "/postcss-minify-font-values",
    "_phantomChildren": {
      "ansi-styles": "2.2.1",
      "escape-string-regexp": "1.0.5",
      "has-ansi": "2.0.0",
      "js-base64": "2.5.0",
      "strip-ansi": "3.0.1"
    },
    "_requested": {
      "type": "range",
      "registry": true,
      "raw": "postcss-minify-font-values@^1.0.2",
      "name": "postcss-minify-font-values",
      "escapedName": "postcss-minify-font-values",
      "rawSpec": "^1.0.2",
      "saveSpec": null,
      "fetchSpec": "^1.0.2"
    },
    "_requiredBy": [
      "/cssnano"
    ],
    "_resolved": "http://registry.npm.taobao.org/postcss-minify-font-values/download/postcss-minify-font-values-1.0.5.tgz",
    "_shasum": "4b58edb56641eba7c8474ab3526cafd7bbdecb69",
    "_spec": "postcss-minify-font-values@^1.0.2",
    "_where": "/Library/WebServer/Documents/mywork/cityOperationCenter/node_modules/cssnano",
    "author": {
      "name": "Bogdan Chadkin",
      "email": "trysound@yandex.ru"
    },
    "bugs": {
      "url": "https://github.com/TrySound/postcss-minify-font-values/issues"
    },
    "bundleDependencies": false,
    "dependencies": {
      "object-assign": "^4.0.1",
      "postcss": "^5.0.4",
      "postcss-value-parser": "^3.0.2"
    },
    "deprecated": false,
    "description": "Minify font declarations with PostCSS",
    "devDependencies": {
      "eslint": "^1.3.1",
      "tap-spec": "^4.1.0",
      "tape": "^4.2.0"
    },
    "files": [
      "index.js",
      "lib"
    ],
    "homepage": "https://github.com/TrySound/postcss-minify-font-values",
    "keywords": [
      "css",
      "font",
      "font-family",
      "font-weight",
      "optimise",
      "postcss-plugin"
    ],
    "license": "MIT",
    "main": "index.js",
    "name": "postcss-minify-font-values",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/TrySound/postcss-minify-font-values.git"
    },
    "scripts": {
      "posttest": "eslint index.js lib test",
      "test": "tape test/*.js | tap-spec"
    },
    "version": "1.0.5"
  }