mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-25 11:28:51 +01:00
66bd172980
* lavamoat - apply lavamoat protections to popup and notification * build - enable lavamoat for home * lavamoat - add missing ui overrides for react family * deps/patches - patch zxcvbn for ses compat
77 lines
1.3 KiB
JSON
77 lines
1.3 KiB
JSON
{
|
|
"resources": {
|
|
"browser-resolve": {
|
|
"packages": {
|
|
"core-js": true
|
|
}
|
|
},
|
|
"babel-runtime": {
|
|
"packages": {
|
|
"@babel/runtime": true
|
|
}
|
|
},
|
|
"keccak": {
|
|
"packages": {
|
|
"readable-stream": 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
|
|
}
|
|
},
|
|
"react-dom": {
|
|
"globals": {
|
|
"HTMLIFrameElement": true
|
|
}
|
|
},
|
|
"react-devtools": {
|
|
"packages": {
|
|
"react-devtools-core": true
|
|
}
|
|
},
|
|
"react-devtools-core": {
|
|
"globals": {
|
|
"setTimeout": true,
|
|
"WebSocket": true
|
|
}
|
|
}
|
|
}
|
|
}
|