mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 04:46:10 +01:00
56 lines
903 B
JSON
56 lines
903 B
JSON
|
{
|
||
|
"resources": {
|
||
|
"browser-resolve": {
|
||
|
"packages": {
|
||
|
"core-js": true
|
||
|
}
|
||
|
},
|
||
|
"babel-runtime": {
|
||
|
"packages": {
|
||
|
"@babel/runtime": true
|
||
|
}
|
||
|
},
|
||
|
"node-fetch": {
|
||
|
"globals": {
|
||
|
"fetch": true
|
||
|
}
|
||
|
},
|
||
|
"lodash": {
|
||
|
"globals": {
|
||
|
"setTimeout": true,
|
||
|
"clearTimeout": true
|
||
|
}
|
||
|
},
|
||
|
"@ethersproject/random": {
|
||
|
"globals": {
|
||
|
"crypto.getRandomValues": true
|
||
|
}
|
||
|
},
|
||
|
"browser-passworder": {
|
||
|
"globals": {
|
||
|
"crypto": true
|
||
|
}
|
||
|
},
|
||
|
"randombytes": {
|
||
|
"globals": {
|
||
|
"crypto.getRandomValues": true
|
||
|
}
|
||
|
},
|
||
|
"extensionizer": {
|
||
|
"globals": {
|
||
|
"console": true
|
||
|
}
|
||
|
},
|
||
|
"web3": {
|
||
|
"globals": {
|
||
|
"XMLHttpRequest": true
|
||
|
}
|
||
|
},
|
||
|
"storage": {
|
||
|
"globals": {
|
||
|
"localStorage": true
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|