Blame view

node_modules/uglify-js/package.json 2.16 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
  {
    "_args": [
      [
        "uglify-js@3.4.9",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "uglify-js@3.4.9",
    "_id": "uglify-js@3.4.9",
    "_inBundle": false,
    "_integrity": "sha1-rwLxgMEgfXZDLkc+0koo9KeCuuM=",
    "_location": "/uglify-js",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "uglify-js@3.4.9",
      "name": "uglify-js",
      "escapedName": "uglify-js",
      "rawSpec": "3.4.9",
      "saveSpec": null,
      "fetchSpec": "3.4.9"
    },
    "_requiredBy": [
      "/html-minifier"
    ],
    "_resolved": "http://registry.npm.taobao.org/uglify-js/download/uglify-js-3.4.9.tgz",
    "_spec": "3.4.9",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Mihai Bazon",
      "email": "mihai.bazon@gmail.com",
      "url": "http://lisperator.net/"
    },
    "bin": {
      "uglifyjs": "bin/uglifyjs"
    },
    "bugs": {
      "url": "https://github.com/mishoo/UglifyJS2/issues"
    },
    "dependencies": {
      "commander": "~2.17.1",
      "source-map": "~0.6.1"
    },
    "description": "JavaScript parser, mangler/compressor and beautifier toolkit",
    "devDependencies": {
      "acorn": "~5.7.1",
      "semver": "~5.5.0"
    },
    "engines": {
      "node": ">=0.8.0"
    },
    "files": [
      "bin",
      "lib",
      "tools",
      "LICENSE"
    ],
    "homepage": "https://github.com/mishoo/UglifyJS2#readme",
    "keywords": [
      "cli",
      "compress",
      "compressor",
      "ecma",
      "ecmascript",
      "es",
      "es5",
      "javascript",
      "js",
      "jsmin",
      "min",
      "minification",
      "minifier",
      "minify",
      "optimize",
      "optimizer",
      "pack",
      "packer",
      "parse",
      "parser",
      "uglifier",
      "uglify"
    ],
    "license": "BSD-2-Clause",
    "main": "tools/node.js",
    "maintainers": [
      {
        "name": "Alex Lam",
        "email": "alexlamsl@gmail.com"
      },
      {
        "name": "Mihai Bazon",
        "email": "mihai.bazon@gmail.com",
        "url": "http://lisperator.net/"
      }
    ],
    "name": "uglify-js",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/mishoo/UglifyJS2.git"
    },
    "scripts": {
      "test": "node test/run-tests.js"
    },
    "version": "3.4.9"
  }