Blame view

node_modules/svgo/package.json 2.17 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
  {
    "_from": "svgo@^0.7.0",
    "_id": "svgo@0.7.2",
    "_inBundle": false,
    "_integrity": "sha1-n1dyQTlSE1xv779Ar+ak+qiLS7U=",
    "_location": "/svgo",
    "_phantomChildren": {},
    "_requested": {
      "type": "range",
      "registry": true,
      "raw": "svgo@^0.7.0",
      "name": "svgo",
      "escapedName": "svgo",
      "rawSpec": "^0.7.0",
      "saveSpec": null,
      "fetchSpec": "^0.7.0"
    },
    "_requiredBy": [
      "/postcss-svgo"
    ],
    "_resolved": "http://registry.npm.taobao.org/svgo/download/svgo-0.7.2.tgz",
    "_shasum": "9f5772413952135c6fefbf40afe6a4faa88b4bb5",
    "_spec": "svgo@^0.7.0",
    "_where": "/Library/WebServer/Documents/mywork/cityOperationCenter/node_modules/postcss-svgo",
    "author": {
      "name": "Kir Belevich",
      "email": "kir@soulshine.in",
      "url": "https://github.com/deepsweet"
    },
    "bin": {
      "svgo": "./bin/svgo"
    },
    "bugs": {
      "url": "https://github.com/svg/svgo/issues",
      "email": "kir@soulshine.in"
    },
    "bundleDependencies": false,
    "contributors": [
      {
        "name": "Sergey Belov",
        "email": "peimei@ya.ru",
        "url": "http://github.com/arikon"
      },
      {
        "name": "Lev Solntsev",
        "email": "lev.sun@ya.ru",
        "url": "http://github.com/GreLI"
      }
    ],
    "dependencies": {
      "coa": "~1.0.1",
      "colors": "~1.1.2",
      "csso": "~2.3.1",
      "js-yaml": "~3.7.0",
      "mkdirp": "~0.5.1",
      "sax": "~1.2.1",
      "whet.extend": "~0.9.9"
    },
    "deprecated": false,
    "description": "Nodejs-based tool for optimizing SVG vector graphics files",
    "devDependencies": {
      "coveralls": "~2.11.14",
      "istanbul": "~0.4.5",
      "mocha": "~3.2.0",
      "mocha-istanbul": "~0.3.0",
      "should": "11.2.0"
    },
    "directories": {
      "bin": "./bin",
      "lib": "./lib",
      "example": "./examples"
    },
    "engines": {
      "node": ">=0.10.0"
    },
    "homepage": "https://github.com/svg/svgo",
    "keywords": [
      "svgo",
      "svg",
      "optimize",
      "minify"
    ],
    "license": "MIT",
    "main": "./lib/svgo.js",
    "name": "svgo",
    "repository": {
      "type": "git",
      "url": "git://github.com/svg/svgo.git"
    },
    "scripts": {
      "jshint": "jshint --show-non-errors .",
      "test": "set NODE_ENV=test && mocha"
    },
    "version": "0.7.2"
  }