-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
159 lines (159 loc) · 6.78 KB
/
package-lock.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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"name": "cml-component-dynamic",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@babel/helper-module-imports": {
"version": "7.10.4",
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz",
"integrity": "sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw==",
"requires": {
"@babel/types": "^7.10.4"
}
},
"@babel/helper-validator-identifier": {
"version": "7.10.4",
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz",
"integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw=="
},
"@babel/runtime": {
"version": "7.10.5",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.5.tgz",
"integrity": "sha512-otddXKhdNn7d0ptoFRHtMLa8LqDxLYwTjB4nYgM1yy5N6gU/MUf8zqyyLltCH3yAVitBzmwK4us+DD0l/MauAg==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
},
"@babel/types": {
"version": "7.10.5",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.5.tgz",
"integrity": "sha512-ixV66KWfCI6GKoA/2H9v6bQdbfXEwwpOdQ8cRvb4F+eyvhlaHxWFMQB4+3d9QFJXZsiiiqVrewNV0DFEQpyT4Q==",
"requires": {
"@babel/helper-validator-identifier": "^7.10.4",
"lodash": "^4.17.19",
"to-fast-properties": "^2.0.0"
}
},
"babel-plugin-chameleon-import": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/babel-plugin-chameleon-import/-/babel-plugin-chameleon-import-1.0.6.tgz",
"integrity": "sha512-ZoRn3bvnc+fdOamjFjiM0ovRrK6Xy3EWFRKP0Dql0maUFrHkHG+xT4DWM99h1fAoaLlfuMqgH5mmqbme1Ow1XA==",
"requires": {
"@babel/helper-module-imports": "^7.0.0",
"@babel/runtime": "^7.0.0"
}
},
"babel-plugin-import": {
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/babel-plugin-import/-/babel-plugin-import-1.13.0.tgz",
"integrity": "sha512-bHU8m0SrY89ub2hBBuYjbennOeH0YUYkVpH6jxKFk0uD8rhN+0jNHIPtXnac+Vn7N/hgkLGGDcIoYK7je3Hhew==",
"requires": {
"@babel/helper-module-imports": "^7.0.0",
"@babel/runtime": "^7.0.0"
}
},
"chameleon-api": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/chameleon-api/-/chameleon-api-1.0.0.tgz",
"integrity": "sha512-StjvyoredoxJiQqwJE3TVWEUxdlJgMBH1QX2i/4C8yuMqT6CcGi1WRvFA/jM21ta9nmRx6MJ03FmQOSXB3uKEQ==",
"requires": {
"chameleon-bridge": "0.2.0",
"child_process": "^1.0.2",
"events": "^3.0.0",
"fetch-detector": "^1.0.1",
"fetch-ie8": "^1.5.0"
}
},
"chameleon-api-miniapp": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/chameleon-api-miniapp/-/chameleon-api-miniapp-1.0.0.tgz",
"integrity": "sha512-cvG72Wr60lXFFezYwrdK+aegFkCltO+ChlDd9xBvDG9hlPo4RvvCgAEdPIbrb8CZwiR2hrqZQbUcbIj/1V9/3A=="
},
"chameleon-bridge": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/chameleon-bridge/-/chameleon-bridge-0.2.0.tgz",
"integrity": "sha512-oYBGR3J9OHbp4J8UeuY9QoIBBhvYrZ+1cvMDyPl1uuw64KQnkZ93Rway5sN8jyHNaVf0Kl2kR4UQOcLX7Mvn0g=="
},
"chameleon-runtime": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/chameleon-runtime/-/chameleon-runtime-1.0.0.tgz",
"integrity": "sha512-fXppkv+qaU7f6VDH5RUF937iEDKJhyvsh3NViwz1MMwOJ0vMJk04Uw6bMnJQZkpOpQnOZ0GyjVKpDCO78RmtTA==",
"requires": {
"mobx": "4.8.0"
}
},
"chameleon-scroll": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/chameleon-scroll/-/chameleon-scroll-0.0.3.tgz",
"integrity": "sha512-9ru7moY9uU3ZouE74OmZ4pP0YHRXkin+oLvfCqKaXHRhK2Cg8kdFRaofmaLJyokb0R6S4Q7h1IQAsMcFoWkmEA=="
},
"chameleon-store": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/chameleon-store/-/chameleon-store-1.0.0.tgz",
"integrity": "sha512-Ps+7DbuJ7GjWhSkXYEg6utHfndfOjo7WnBmFz7xqF7rflahehqSx88x0XtlJ2FXaVm9lnrbamxyqMgW/M6JBpg==",
"requires": {
"mobx": "4.8.0",
"vuex": "3.0.1"
}
},
"chameleon-ui-builtin": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/chameleon-ui-builtin/-/chameleon-ui-builtin-1.0.0.tgz",
"integrity": "sha512-02+gMWOXODHVPbG/msuz/rOTRHrcV94bWafC145Y2udOwJeINv3TwjQX6jC3ALeHnXkbIdtjcUbzk1yZ6Fq0gw==",
"requires": {
"chameleon-scroll": "0.0.3"
}
},
"child_process": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/child_process/-/child_process-1.0.2.tgz",
"integrity": "sha1-sffn/HPSXn/R1FWtyU4UODAYK1o="
},
"cml-ui": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/cml-ui/-/cml-ui-1.0.0.tgz",
"integrity": "sha512-AdAkT9O4M0KJMt9SkV950olawdMJNWN2Cs2defJRUHf3csFk+4FG5pphw9xtlc0DXGBYNlEpNfLDF4l8eswhEA=="
},
"events": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/events/-/events-3.2.0.tgz",
"integrity": "sha512-/46HWwbfCX2xTawVfkKLGxMifJYQBWMwY1mjywRtb4c9x8l5NP3KoJtnIOiL1hfdRkIuYhETxQlo62IF8tcnlg=="
},
"fetch-detector": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/fetch-detector/-/fetch-detector-1.0.1.tgz",
"integrity": "sha1-bLPq9zjCcnhi6GiA1hIUI+qkIIM="
},
"fetch-ie8": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/fetch-ie8/-/fetch-ie8-1.5.0.tgz",
"integrity": "sha1-8RQcP5bLyJN6oxsPvBp3AiD7wVs="
},
"lodash": {
"version": "4.17.19",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz",
"integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ=="
},
"mobx": {
"version": "4.8.0",
"resolved": "https://registry.npmjs.org/mobx/-/mobx-4.8.0.tgz",
"integrity": "sha512-uR6FnrK50UEbV+zTXkOI+R0pAMb7xA5mkAWnKTMBcN6hAh57qAa9r0XMvsiPgpb8dS3Kw1x0sNhrrUNUcM+Pug=="
},
"regenerator-runtime": {
"version": "0.13.7",
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz",
"integrity": "sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew=="
},
"to-fast-properties": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
"integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4="
},
"vuex": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/vuex/-/vuex-3.0.1.tgz",
"integrity": "sha512-wLoqz0B7DSZtgbWL1ShIBBCjv22GV5U+vcBFox658g6V0s4wZV9P4YjCNyoHSyIBpj1f29JBoNQIqD82cR4O3w=="
}
}
}