mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
2dac88cbf4
* snaps-skunkworks@0.12.0 * Bump iframe execution environment * Remove policy override * Rerun LavaMoat Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com>
110 lines
2.3 KiB
JSON
110 lines
2.3 KiB
JSON
{
|
|
"resources": {
|
|
"browserify>browser-resolve": {
|
|
"packages": {
|
|
"ethjs-query>babel-runtime>core-js": true
|
|
}
|
|
},
|
|
"ethjs-query>babel-runtime": {
|
|
"packages": {
|
|
"@babel/runtime": true
|
|
}
|
|
},
|
|
"@metamask/controllers>web3-provider-engine>eth-json-rpc-middleware>node-fetch": {
|
|
"globals": {
|
|
"fetch": true
|
|
}
|
|
},
|
|
"@metamask/controllers>web3-provider-engine>cross-fetch>node-fetch": {
|
|
"globals": {
|
|
"fetch": true
|
|
}
|
|
},
|
|
"3box>graphql-request>cross-fetch>node-fetch": {
|
|
"globals": {
|
|
"fetch": true
|
|
}
|
|
},
|
|
"lodash": {
|
|
"globals": {
|
|
"setTimeout": true,
|
|
"clearTimeout": true
|
|
}
|
|
},
|
|
"ethers>@ethersproject/random": {
|
|
"globals": {
|
|
"crypto.getRandomValues": true
|
|
}
|
|
},
|
|
"eth-keyring-controller>browser-passworder": {
|
|
"globals": {
|
|
"crypto": true
|
|
}
|
|
},
|
|
"ethereumjs-wallet>randombytes": {
|
|
"globals": {
|
|
"crypto.getRandomValues": true
|
|
}
|
|
},
|
|
"web3": {
|
|
"globals": {
|
|
"XMLHttpRequest": true
|
|
}
|
|
},
|
|
"react-dom": {
|
|
"globals": {
|
|
"HTMLIFrameElement": true
|
|
}
|
|
},
|
|
"react-devtools": {
|
|
"packages": {
|
|
"react-devtools>react-devtools-core": true
|
|
}
|
|
},
|
|
"react-devtools>react-devtools-core": {
|
|
"globals": {
|
|
"setTimeout": true,
|
|
"WebSocket": true
|
|
}
|
|
},
|
|
"node-fetch": {
|
|
"globals": {
|
|
"fetch": true,
|
|
"Headers": true,
|
|
"Request": true,
|
|
"Response": true
|
|
}
|
|
},
|
|
"nanoid": {
|
|
"globals": {
|
|
"crypto.getRandomValues": true
|
|
}
|
|
},
|
|
"@metamask/snap-controllers>nanoid": {
|
|
"globals": {
|
|
"crypto.getRandomValues": true
|
|
}
|
|
},
|
|
"@metamask/controllers>nanoid": {
|
|
"globals": {
|
|
"crypto.getRandomValues": true
|
|
}
|
|
},
|
|
"@metamask/smart-transactions-controller>@metamask/controllers>nanoid": {
|
|
"globals": {
|
|
"crypto.getRandomValues": true
|
|
}
|
|
},
|
|
"depcheck>@vue/compiler-sfc>postcss>nanoid": {
|
|
"globals": {
|
|
"crypto.getRandomValues": true
|
|
}
|
|
},
|
|
"dependency-tree>precinct>detective-postcss>postcss>nanoid": {
|
|
"globals": {
|
|
"crypto.getRandomValues": true
|
|
}
|
|
}
|
|
}
|
|
}
|