-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.28 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
{
"name": "character",
"version": "0.1.2",
"description": "",
"main": "index.js",
"dependencies": {
"@polymer/iron-icon": "^3.0.0-pre.19",
"@polymer/iron-icons": "^3.0.0-pre.19",
"@polymer/lit-element": "^0.5.1",
"@polymer/polymer": "^3.0.2",
"@webcomponents/webcomponentsjs": "^2.0.0",
"lit-html": "^0.10.0"
},
"devDependencies": {},
"scripts": {
"test": "polyserve --npm --module-resolution=node"
},
"keywords": [],
"author": "",
"license": "ISC",
"resolutions": {
"debug": "3.1.0",
"opn": "5.2.0",
"strip-ansi": "4.0.0",
"supports-color": "5.3.0",
"array-flatten": "2.1.1",
"braces": "2.3.1",
"glob-parent": "3.1.0",
"is-glob": "4.0.0",
"micromatch": "3.1.9",
"arr-diff": "4.0.0",
"array-unique": "0.3.2",
"define-property": "2.0.2",
"extend-shallow": "3.0.2",
"extglob": "2.0.4",
"kind-of": "6.0.2",
"is-descriptor": "1.0.2",
"isobject": "3.0.1",
"is-accessor-descriptor": "1.0.0",
"is-data-descriptor": "1.0.0",
"is-extendable": "1.0.1",
"expand-brackets": "2.1.4",
"ms": "2.0.0",
"is-number": "4.0.0",
"source-map": "0.6.1",
"has-value": "1.0.0",
"set-value": "2.0.0",
"has-values": "1.0.0",
"isarray": "1.0.0",
"fill-range": "4.0.0",
"is-extglob": "2.1.1",
"readable-stream": "2.3.5",
"string_decoder": "1.0.3",
"minimist": "1.2.0",
"string-width": "1.0.2",
"is-fullwidth-code-point": "2.0.0",
"qs": "6.5.1",
"assert-plus": "1.0.0",
"extsprintf": "1.3.0",
"glob": "7.1.2",
"pify": "3.0.0",
"depd": "1.1.2",
"etag": "1.8.1",
"fresh": "0.5.2",
"path-to-regexp": "0.1.7",
"send": "0.16.1",
"setprototypeof": "1.1.0",
"statuses": "1.3.1",
"http-errors": "1.6.2",
"mime": "1.6.0",
"find-up": "2.1.0",
"path-exists": "2.1.0",
"camelcase": "3.0.0",
"strip-indent": "1.0.1",
"async": "1.5.2",
"faye-websocket": "0.10.0",
"url-parse": "1.2.0",
"querystringify": "1.0.0",
"ansi-regex": "2.1.1",
"@types/mime": "0.0.29",
"@types/mz": "0.0.29",
"@types/node": "8.9.4",
"chalk": "1.1.3",
"ansi-styles": "3.2.1",
"jsesc": "1.3.0",
"clone": "2.1.1",
"@types/estree": "0.0.38",
"acorn": "5.5.0",
"through2": "2.0.3"
}
}