-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimportMap.json
More file actions
88 lines (88 loc) · 3.55 KB
/
importMap.json
File metadata and controls
88 lines (88 loc) · 3.55 KB
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
{
"imports": {
"@types/node-fetch/": "/node_modules/@types/node-fetch/",
"@types/node-fetch": "/node_modules/@types/node-fetch/.js",
"bignumber.js/": "/node_modules/bignumber.js/",
"auto-launch/": "/node_modules/auto-launch/",
"bignumber.js": "/node_modules/bignumber.js/bignumber.mjs",
"auto-launch": "/node_modules/auto-launch/dist/index.js",
"idb-keyval/": "/node_modules/idb-keyval/",
"node-fetch/": "/node_modules/node-fetch/",
"zwitterion/": "/node_modules/zwitterion/",
"idb-keyval": "/node_modules/idb-keyval/dist/idb-keyval.mjs",
"node-fetch": "/node_modules/node-fetch/lib/index.mjs",
"zwitterion": "/node_modules/zwitterion/index.js",
"electron/": "/node_modules/electron/",
"lit-html/": "/node_modules/lit-html/",
"electron": "/node_modules/electron/index.js",
"lit-html": "/node_modules/lit-html/lit-html.js",
"ethers/": "/node_modules/ethers/",
"ethers": "/node_modules/ethers/index.js",
"fkill/": "/node_modules/fkill/",
"redux/": "/node_modules/redux/",
"fkill": "/node_modules/fkill/index.js",
"redux": "/node_modules/redux/es/redux.js"
},
"scopes": {
"/node_modules/@types/node-fetch/": {
"/node_modules/@types/node-fetch/": "/node_modules/@types/node-fetch/",
"/": "/node_modules/@types/node-fetch/"
},
"/node_modules/symbol-observable/": {
"/node_modules/symbol-observable/": "/node_modules/symbol-observable/",
"/": "/node_modules/symbol-observable/"
},
"/node_modules/bignumber.js/": {
"/node_modules/bignumber.js/": "/node_modules/bignumber.js/",
"/": "/node_modules/bignumber.js/"
},
"/node_modules/loose-envify/": {
"/node_modules/loose-envify/": "/node_modules/loose-envify/",
"/": "/node_modules/loose-envify/"
},
"/node_modules/auto-launch/": {
"/node_modules/auto-launch/": "/node_modules/auto-launch/",
"/": "/node_modules/auto-launch/"
},
"/node_modules/idb-keyval/": {
"/node_modules/idb-keyval/": "/node_modules/idb-keyval/",
"/": "/node_modules/idb-keyval/"
},
"/node_modules/node-fetch/": {
"/node_modules/node-fetch/": "/node_modules/node-fetch/",
"/": "/node_modules/node-fetch/"
},
"/node_modules/zwitterion/": {
"/node_modules/zwitterion/": "/node_modules/zwitterion/",
"/": "/node_modules/zwitterion/"
},
"/node_modules/electron/": {
"/node_modules/electron/": "/node_modules/electron/",
"/": "/node_modules/electron/"
},
"/node_modules/lit-html/": {
"/node_modules/lit-html/": "/node_modules/lit-html/",
"/": "/node_modules/lit-html/"
},
"/node_modules/ethers/": {
"/node_modules/ethers/": "/node_modules/ethers/",
"/": "/node_modules/ethers/"
},
"/node_modules/fkill/": {
"/node_modules/fkill/": "/node_modules/fkill/",
"/": "/node_modules/fkill/"
},
"/node_modules/redux/": {
"/node_modules/redux/node_modules/symbol-observable/": "/node_modules/symbol-observable/",
"/node_modules/redux/node_modules/loose-envify/": "/node_modules/loose-envify/",
"/node_modules/symbol-observable/": "/node_modules/symbol-observable/",
"/node_modules/loose-envify/": "/node_modules/loose-envify/",
"/node_modules/redux/": "/node_modules/redux/",
"symbol-observable/": "/node_modules/symbol-observable/",
"symbol-observable": "/node_modules/symbol-observable/es/index.js",
"loose-envify/": "/node_modules/loose-envify/",
"loose-envify": "/node_modules/loose-envify/index.js",
"/": "/node_modules/redux/"
}
}
}