forked from umijs/es5-imcompatible-versions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
128 lines (128 loc) · 3.66 KB
/
package.json
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
{
"name": "es5-imcompatible-versions",
"version": "0.1.22",
"description": "Collect all uglify bug versions on npm package.",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/umijs/es5-imcompatible-versions.git"
},
"author": "chencheng <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/umijs/es5-imcompatible-versions/issues"
},
"homepage": "https://github.com/umijs/es5-imcompatible-versions#readme",
"config": {
"es5-imcompatible-versions": {
"ityped": {
"^1.0.3": {
"version": "^1.0.3",
"reason": "see https://github.com/luisvinicius167/ityped/blob/master/src/index.js#L19"
}
},
"ext-name": {
"^5.0.0": {
"version": "^5.0.0",
"reason": "see https://github.com/kevva/ext-name/blob/master/index.js#L5"
}
},
"camelcase": {
"^4.0.0": {
"version": "^4.0.0",
"reason": "see https://github.com/sindresorhus/camelcase/blob/master/index.js#L3"
}
},
"query-string": {
"^6.0.0": {
"version": "^6.0.0",
"reason": "see https://github.com/sindresorhus/query-string/blob/597f14a/index.js#L8:31"
}
},
"escape-goat": {
"*": {
"version": "*",
"reason": "see https://github.com/sindresorhus/escape-goat/blob/v1.0.0/index.js#L19"
}
},
"get-value": {
"^3.0.0": {
"version": "^3.0.0",
"reason": "https://github.com/jonschlinkert/get-value/blob/3.0.1/index.js#L36"
}
},
"set-value": {
"^3.0.0": {
"version": "^3.0.0",
"reason": "https://github.com/jonschlinkert/set-value/blob/master/package.json#L24"
}
},
"strict-uri-encode": {
"^2.0.0": {
"version": "^2.0.0",
"reason": "https://github.com/kevva/strict-uri-encode/blob/v2.0.0/index.js#L2"
}
},
"gl-matrix": {
"^2.0.0": {
"version": "^2.0.0",
"reason": "https://github.com/toji/gl-matrix/blob/v2.4.0/src/gl-matrix/common.js#L27"
}
},
"@antv/g6": {
"^2.0.2": {
"version": "^2.0.2",
"reason": "see https://github.com/antvis/g6/blob/master/plugins/tool.minimap/index.js#L18"
}
},
"cgbi-to-png": {
"^1.0.7": {
"version": "^1.0.7",
"reason": "https://github.com/jakubknejzlik/cgbi-to-png/blob/master/index.js#L51"
}
},
"crc": {
"^3.7.0": {
"version": "^3.7.0",
"reason": "https://github.com/alexgorbatchev/node-crc/blob/master/crc1.js#L8"
}
},
"csv-parse": {
"^2.5.0": {
"version": "^2.5.0",
"reason": "https://github.com/adaltas/node-csv-parse/blob/master/lib/index.js#L33"
}
},
"difference-json": {
"^1.0.6": {
"version": "^1.0.6",
"reason": "https://github.com/ansteh/difference-json/blob/master/lib/index.js#L4"
}
},
"strip-ansi": {
"^4.0.0": {
"version": "^4.0.0",
"reason": "https://github.com/chalk/strip-ansi/blob/v4.0.0/index.js#L4"
}
},
"ansi-regex": {
"^3.0.0": {
"version": "^3.0.0",
"reason": "https://github.com/chalk/ansi-regex/blob/v3.0.0/index.js#L3"
}
},
"striptags": {
"^3.1.1": {
"version": "^3.1.1",
"reason": "https://github.com/ericnorris/striptags/blob/master/src/striptags.js#L14"
}
}
}
}
}