mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
* Migrate to new controller packages `@metamask/controllers` is deprecated, and most of the controllers that lived here are now located in their own package ([1]). This commit replaces `@metamask/controllers` in `package.json` with references to these packages and updates `import` lines to match. [1]: https://github.com/MetaMask/controllers/pull/831 * Support GitHub registry for draft PRs (#16549) * Add additional allowed host to lockfile linter * Update LavaMoat policies * Add policy exception for nanoid * Add additional nanoid overrides * Update LavaMoat policies again * Bump controller packages * Update lavamoat * Bump controller packages * Update packages to v1.0.0 * Expand gitignore comment * Unpin controller dependencies, using ^ range instead Co-authored-by: Mark Stacey <markjstacey@gmail.com>
142 lines
3.1 KiB
JSON
142 lines
3.1 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
|
|
}
|
|
},
|
|
"lodash": {
|
|
"globals": {
|
|
"setTimeout": true,
|
|
"clearTimeout": true
|
|
}
|
|
},
|
|
"react-dnd-html5-backend": {
|
|
"globals": {
|
|
"clearTimeout": true,
|
|
"addEventListener": true,
|
|
"removeEventListener": true
|
|
}
|
|
},
|
|
"ethers>@ethersproject/random": {
|
|
"globals": {
|
|
"crypto.getRandomValues": true
|
|
}
|
|
},
|
|
"eth-keyring-controller>@metamask/browser-passworder": {
|
|
"globals": {
|
|
"crypto": true
|
|
}
|
|
},
|
|
"ethereumjs-wallet>randombytes": {
|
|
"globals": {
|
|
"crypto.getRandomValues": true
|
|
}
|
|
},
|
|
"web3": {
|
|
"globals": {
|
|
"XMLHttpRequest": true
|
|
}
|
|
},
|
|
"@metamask/controllers>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/approval-controller>nanoid": {
|
|
"globals": {
|
|
"crypto.getRandomValues": true
|
|
}
|
|
},
|
|
"@metamask/permission-controller>nanoid": {
|
|
"globals": {
|
|
"crypto.getRandomValues": true
|
|
}
|
|
},
|
|
"@metamask/notification-controller>nanoid": {
|
|
"globals": {
|
|
"crypto.getRandomValues": true
|
|
}
|
|
},
|
|
"@metamask/snaps-controllers>nanoid": {
|
|
"globals": {
|
|
"crypto.getRandomValues": true
|
|
}
|
|
},
|
|
"@metamask/rpc-methods>nanoid": {
|
|
"globals": {
|
|
"crypto.getRandomValues": true
|
|
}
|
|
},
|
|
"@metamask/rpc-methods>@metamask/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
|
|
}
|
|
}
|
|
}
|
|
}
|