UNPKG
@dcloudio/uni-debugger
Version:
latest (0.0.146)
0.0.146
0.0.145
0.0.144
0.0.143
0.0.142
0.0.141
0.0.140
0.0.139
0.0.138
0.0.137
0.0.136
0.0.135
0.0.134
0.0.133
0.0.132
0.0.131
0.0.130
0.0.129
0.0.128
0.0.127
0.0.126
0.0.125
0.0.124
0.0.123
0.0.122
0.0.121
0.0.120
0.0.119
0.0.118
0.0.117
0.0.116
0.0.115
0.0.114
0.0.113
0.0.112
0.0.111
0.0.110
0.0.109
0.0.108
0.0.107
0.0.106
0.0.105
0.0.104
0.0.103
0.0.102
0.0.101
0.0.100
uni-app debugger
@dcloudio/uni-debugger
/
frontend
/
public
/
assets
/
inspector
/
js_profiler
/
module.json
16 lines
(15 loc)
•
302 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"extensions"
:
[
{
"type"
:
"view"
,
"location"
:
"panel"
,
"id"
:
"js_profiler"
,
"title"
:
"Profiler"
,
"order"
:
65
,
"className"
:
"Profiler.JSProfilerPanel"
}
]
,
"dependencies"
:
[
"profiler"
]
}