mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
15a962527a
* lavamoat - update lavamoat-browserify to v15 * lavamoat/ui - unify override across build types * lavamoat/ui - update policy overrides * lavamoat - update to lavapack@3 to match lavamoat-browserify@15 * lavamoat - add missing policy * lavamoat - add missing nanoid policy * lavamoat - regenerate policy * deps - update lock * lavamoat - update policy * lavamoat - update policy
115 lines
2.4 KiB
JSON
115 lines
2.4 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/iframe-execution-environment-service>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
|
|
}
|
|
}
|
|
}
|
|
}
|