Blame view

node_modules/html-minifier/package.json 2.85 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
  {
    "_args": [
      [
        "html-minifier@3.5.21",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "html-minifier@3.5.21",
    "_id": "html-minifier@3.5.21",
    "_inBundle": false,
    "_integrity": "sha1-0AQOBUcw41TbAIRjWTGUAVIS0gw=",
    "_location": "/html-minifier",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "html-minifier@3.5.21",
      "name": "html-minifier",
      "escapedName": "html-minifier",
      "rawSpec": "3.5.21",
      "saveSpec": null,
      "fetchSpec": "3.5.21"
    },
    "_requiredBy": [
      "/html-webpack-plugin"
    ],
    "_resolved": "http://registry.npm.taobao.org/html-minifier/download/html-minifier-3.5.21.tgz",
    "_spec": "3.5.21",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Juriy \"kangax\" Zaytsev"
    },
    "benchmarkDependencies": {
      "brotli": "1.3.x",
      "chalk": "2.4.x",
      "cli-table": "0.3.x",
      "lzma": "2.3.x",
      "minimize": "2.2.x",
      "progress": "2.0.x"
    },
    "bin": {
      "html-minifier": "./cli.js"
    },
    "bugs": {
      "url": "https://github.com/kangax/html-minifier/issues"
    },
    "contributors": [
      {
        "name": "Gilmore Davidson",
        "url": "https://github.com/gilmoreorless"
      },
      {
        "name": "Hugo Wetterberg",
        "email": "hugo@wetterberg.nu"
      },
      {
        "name": "Zoltan Frombach",
        "email": "tssajo@gmail.com"
      }
    ],
    "dependencies": {
      "camel-case": "3.0.x",
      "clean-css": "4.2.x",
      "commander": "2.17.x",
      "he": "1.2.x",
      "param-case": "2.1.x",
      "relateurl": "0.2.x",
      "uglify-js": "3.4.x"
    },
    "description": "Highly configurable, well-tested, JavaScript-based HTML minifier.",
    "devDependencies": {
      "grunt": "1.0.x",
      "grunt-browserify": "5.3.x",
      "grunt-contrib-uglify": "3.4.x",
      "gruntify-eslint": "4.0.x",
      "phantomjs-prebuilt": "2.1.x",
      "qunit": "2.x"
    },
    "engines": {
      "node": ">=4"
    },
    "files": [
      "src/*.js",
      "cli.js",
      "sample-cli-config-file.conf"
    ],
    "homepage": "https://kangax.github.io/html-minifier/",
    "keywords": [
      "cli",
      "compress",
      "compressor",
      "css",
      "html",
      "htmlmin",
      "javascript",
      "min",
      "minification",
      "minifier",
      "minify",
      "optimize",
      "optimizer",
      "pack",
      "packer",
      "parse",
      "parser",
      "uglifier",
      "uglify"
    ],
    "license": "MIT",
    "main": "src/htmlminifier.js",
    "maintainers": [
      {
        "name": "Alex Lam",
        "email": "alexlamsl@gmail.com"
      },
      {
        "name": "Juriy Zaytsev",
        "email": "kangax@gmail.com",
        "url": "http://perfectionkills.com/"
      }
    ],
    "name": "html-minifier",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/kangax/html-minifier.git"
    },
    "scripts": {
      "dist": "grunt dist",
      "test": "grunt test"
    },
    "version": "3.5.21"
  }