UNPKG

685 BJSONView Raw
1[
2 [
3 "INIT#.eslintrc.js",
4 ".eslintrc.js"
5 ],
6 [
7 "INIT#.github#cache#config.js",
8 ".github/cache/config.js"
9 ],
10 [
11 "INIT#.github#ci-patch.js",
12 ".github/ci-patch.js"
13 ],
14 [
15 "INIT#.github#workflows#ci-test.yml",
16 ".github/workflows/ci-test.yml"
17 ],
18 [
19 "INIT#.gitignore",
20 ".gitignore"
21 ],
22 [
23 "INIT#README.md",
24 "README.md"
25 ],
26 [
27 "INIT#babel.config.js",
28 "babel.config.js"
29 ],
30 [
31 "INIT#package.json",
32 "package.json"
33 ],
34 [
35 "INIT#script#generateSpec.js",
36 "script/generateSpec.js"
37 ],
38 [
39 "INIT#script#pack.js",
40 "script/pack.js"
41 ],
42 [
43 "INIT#script#webpack.js",
44 "script/webpack.js"
45 ]
46]
\No newline at end of file