mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Add lavamoat policy override for react-responsive-carousel (#16955)
This commit is contained in:
parent
13e4d3054b
commit
b3dbf62860
@ -5066,10 +5066,12 @@
|
|||||||
"react-responsive-carousel": {
|
"react-responsive-carousel": {
|
||||||
"globals": {
|
"globals": {
|
||||||
"HTMLElement": true,
|
"HTMLElement": true,
|
||||||
|
"addEventListener": true,
|
||||||
"clearTimeout": true,
|
"clearTimeout": true,
|
||||||
"console.warn": true,
|
"console.warn": true,
|
||||||
"document": true,
|
"document": true,
|
||||||
"getComputedStyle": true,
|
"getComputedStyle": true,
|
||||||
|
"removeEventListener": true,
|
||||||
"setTimeout": true
|
"setTimeout": true
|
||||||
},
|
},
|
||||||
"packages": {
|
"packages": {
|
||||||
|
@ -5567,10 +5567,12 @@
|
|||||||
"react-responsive-carousel": {
|
"react-responsive-carousel": {
|
||||||
"globals": {
|
"globals": {
|
||||||
"HTMLElement": true,
|
"HTMLElement": true,
|
||||||
|
"addEventListener": true,
|
||||||
"clearTimeout": true,
|
"clearTimeout": true,
|
||||||
"console.warn": true,
|
"console.warn": true,
|
||||||
"document": true,
|
"document": true,
|
||||||
"getComputedStyle": true,
|
"getComputedStyle": true,
|
||||||
|
"removeEventListener": true,
|
||||||
"setTimeout": true
|
"setTimeout": true
|
||||||
},
|
},
|
||||||
"packages": {
|
"packages": {
|
||||||
|
@ -5066,10 +5066,12 @@
|
|||||||
"react-responsive-carousel": {
|
"react-responsive-carousel": {
|
||||||
"globals": {
|
"globals": {
|
||||||
"HTMLElement": true,
|
"HTMLElement": true,
|
||||||
|
"addEventListener": true,
|
||||||
"clearTimeout": true,
|
"clearTimeout": true,
|
||||||
"console.warn": true,
|
"console.warn": true,
|
||||||
"document": true,
|
"document": true,
|
||||||
"getComputedStyle": true,
|
"getComputedStyle": true,
|
||||||
|
"removeEventListener": true,
|
||||||
"setTimeout": true
|
"setTimeout": true
|
||||||
},
|
},
|
||||||
"packages": {
|
"packages": {
|
||||||
|
@ -26,6 +26,12 @@
|
|||||||
"clearTimeout": true
|
"clearTimeout": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"react-responsive-carousel": {
|
||||||
|
"globals": {
|
||||||
|
"addEventListener": true,
|
||||||
|
"removeEventListener": true
|
||||||
|
}
|
||||||
|
},
|
||||||
"react-dnd-html5-backend": {
|
"react-dnd-html5-backend": {
|
||||||
"globals": {
|
"globals": {
|
||||||
"clearTimeout": true,
|
"clearTimeout": true,
|
||||||
|
@ -957,70 +957,6 @@
|
|||||||
"gulp>gulp-cli>isobject": true
|
"gulp>gulp-cli>isobject": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@lavamoat/allow-scripts>@npmcli/run-script>node-gyp>npmlog": {
|
|
||||||
"builtin": {
|
|
||||||
"events.EventEmitter": true,
|
|
||||||
"util": true
|
|
||||||
},
|
|
||||||
"globals": {
|
|
||||||
"process.nextTick": true,
|
|
||||||
"process.stderr": true
|
|
||||||
},
|
|
||||||
"packages": {
|
|
||||||
"@lavamoat/allow-scripts>@npmcli/run-script>node-gyp>npmlog>are-we-there-yet": true,
|
|
||||||
"@lavamoat/allow-scripts>@npmcli/run-script>node-gyp>npmlog>gauge": true,
|
|
||||||
"@storybook/react>@storybook/node-logger>npmlog>console-control-strings": true,
|
|
||||||
"nyc>yargs>set-blocking": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"@lavamoat/allow-scripts>@npmcli/run-script>node-gyp>npmlog>are-we-there-yet": {
|
|
||||||
"builtin": {
|
|
||||||
"events.EventEmitter": true,
|
|
||||||
"util.inherits": true
|
|
||||||
},
|
|
||||||
"packages": {
|
|
||||||
"koa>delegates": true,
|
|
||||||
"readable-stream": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"@lavamoat/allow-scripts>@npmcli/run-script>node-gyp>npmlog>gauge": {
|
|
||||||
"builtin": {
|
|
||||||
"util.format": true
|
|
||||||
},
|
|
||||||
"globals": {
|
|
||||||
"clearInterval": true,
|
|
||||||
"process": true,
|
|
||||||
"setImmediate": true,
|
|
||||||
"setInterval": true
|
|
||||||
},
|
|
||||||
"packages": {
|
|
||||||
"@lavamoat/allow-scripts>@npmcli/run-script>node-gyp>npmlog>gauge>aproba": true,
|
|
||||||
"@lavamoat/allow-scripts>@npmcli/run-script>node-gyp>npmlog>gauge>string-width": true,
|
|
||||||
"@lavamoat/allow-scripts>@npmcli/run-script>node-gyp>npmlog>gauge>strip-ansi": true,
|
|
||||||
"@storybook/react>@storybook/node-logger>npmlog>console-control-strings": true,
|
|
||||||
"@storybook/react>@storybook/node-logger>npmlog>gauge>has-unicode": true,
|
|
||||||
"@storybook/react>@storybook/node-logger>npmlog>gauge>wide-align": true,
|
|
||||||
"nyc>signal-exit": true,
|
|
||||||
"react>object-assign": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"@lavamoat/allow-scripts>@npmcli/run-script>node-gyp>npmlog>gauge>string-width": {
|
|
||||||
"packages": {
|
|
||||||
"@lavamoat/allow-scripts>@npmcli/run-script>node-gyp>npmlog>gauge>string-width>is-fullwidth-code-point": true,
|
|
||||||
"@lavamoat/allow-scripts>@npmcli/run-script>node-gyp>npmlog>gauge>strip-ansi": true,
|
|
||||||
"gulp>gulp-cli>yargs>string-width>code-point-at": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"@lavamoat/allow-scripts>@npmcli/run-script>node-gyp>npmlog>gauge>string-width>is-fullwidth-code-point": {
|
|
||||||
"packages": {
|
|
||||||
"gulp>gulp-cli>yargs>string-width>is-fullwidth-code-point>number-is-nan": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"@lavamoat/allow-scripts>@npmcli/run-script>node-gyp>npmlog>gauge>strip-ansi": {
|
|
||||||
"packages": {
|
|
||||||
"@lavamoat/allow-scripts>@npmcli/run-script>node-gyp>npmlog>gauge>strip-ansi>ansi-regex": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"@lavamoat/lavapack": {
|
"@lavamoat/lavapack": {
|
||||||
"builtin": {
|
"builtin": {
|
||||||
"assert": true,
|
"assert": true,
|
||||||
@ -1112,31 +1048,6 @@
|
|||||||
"string.prototype.matchall>side-channel": true
|
"string.prototype.matchall>side-channel": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@storybook/core>@storybook/core-server>x-default-browser>default-browser-id>untildify>os-homedir": {
|
|
||||||
"builtin": {
|
|
||||||
"os.homedir": true
|
|
||||||
},
|
|
||||||
"globals": {
|
|
||||||
"process.env": true,
|
|
||||||
"process.getuid": true,
|
|
||||||
"process.platform": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"@storybook/react>@storybook/node-logger>npmlog>gauge>has-unicode": {
|
|
||||||
"builtin": {
|
|
||||||
"os.type": true
|
|
||||||
},
|
|
||||||
"globals": {
|
|
||||||
"process.env.LANG": true,
|
|
||||||
"process.env.LC_ALL": true,
|
|
||||||
"process.env.LC_CTYPE": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"@storybook/react>@storybook/node-logger>npmlog>gauge>wide-align": {
|
|
||||||
"packages": {
|
|
||||||
"yargs>string-width": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"@storybook/react>acorn-walk": {
|
"@storybook/react>acorn-walk": {
|
||||||
"globals": {
|
"globals": {
|
||||||
"define": true
|
"define": true
|
||||||
@ -1888,7 +1799,6 @@
|
|||||||
},
|
},
|
||||||
"packages": {
|
"packages": {
|
||||||
"chokidar>braces": true,
|
"chokidar>braces": true,
|
||||||
"chokidar>fsevents": true,
|
|
||||||
"chokidar>glob-parent": true,
|
"chokidar>glob-parent": true,
|
||||||
"chokidar>is-binary-path": true,
|
"chokidar>is-binary-path": true,
|
||||||
"chokidar>normalize-path": true,
|
"chokidar>normalize-path": true,
|
||||||
@ -1915,13 +1825,6 @@
|
|||||||
"chokidar>braces>fill-range>to-regex-range>is-number": true
|
"chokidar>braces>fill-range>to-regex-range>is-number": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chokidar>fsevents": {
|
|
||||||
"globals": {
|
|
||||||
"console.assert": true,
|
|
||||||
"process.platform": true
|
|
||||||
},
|
|
||||||
"native": true
|
|
||||||
},
|
|
||||||
"chokidar>glob-parent": {
|
"chokidar>glob-parent": {
|
||||||
"builtin": {
|
"builtin": {
|
||||||
"os.platform": true,
|
"os.platform": true,
|
||||||
@ -4273,7 +4176,6 @@
|
|||||||
"gulp-watch>chokidar>anymatch": true,
|
"gulp-watch>chokidar>anymatch": true,
|
||||||
"gulp-watch>chokidar>async-each": true,
|
"gulp-watch>chokidar>async-each": true,
|
||||||
"gulp-watch>chokidar>braces": true,
|
"gulp-watch>chokidar>braces": true,
|
||||||
"gulp-watch>chokidar>fsevents": true,
|
|
||||||
"gulp-watch>chokidar>is-binary-path": true,
|
"gulp-watch>chokidar>is-binary-path": true,
|
||||||
"gulp-watch>chokidar>readdirp": true,
|
"gulp-watch>chokidar>readdirp": true,
|
||||||
"gulp-watch>chokidar>upath": true,
|
"gulp-watch>chokidar>upath": true,
|
||||||
@ -4646,142 +4548,6 @@
|
|||||||
"enzyme>rst-selector-parser>nearley>randexp>ret": true
|
"enzyme>rst-selector-parser>nearley>randexp>ret": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gulp-watch>chokidar>fsevents": {
|
|
||||||
"builtin": {
|
|
||||||
"events.EventEmitter": true,
|
|
||||||
"fs.stat": true,
|
|
||||||
"path.join": true,
|
|
||||||
"util.inherits": true
|
|
||||||
},
|
|
||||||
"globals": {
|
|
||||||
"__dirname": true,
|
|
||||||
"console.assert": true,
|
|
||||||
"process.nextTick": true,
|
|
||||||
"process.platform": true,
|
|
||||||
"setImmediate": true
|
|
||||||
},
|
|
||||||
"packages": {
|
|
||||||
"gulp-watch>chokidar>fsevents>node-pre-gyp": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"gulp-watch>chokidar>fsevents>node-pre-gyp": {
|
|
||||||
"builtin": {
|
|
||||||
"events.EventEmitter": true,
|
|
||||||
"fs.existsSync": true,
|
|
||||||
"fs.readFileSync": true,
|
|
||||||
"fs.renameSync": true,
|
|
||||||
"path.dirname": true,
|
|
||||||
"path.existsSync": true,
|
|
||||||
"path.join": true,
|
|
||||||
"path.resolve": true,
|
|
||||||
"url.parse": true,
|
|
||||||
"url.resolve": true,
|
|
||||||
"util.inherits": true
|
|
||||||
},
|
|
||||||
"globals": {
|
|
||||||
"__dirname": true,
|
|
||||||
"console.log": true,
|
|
||||||
"process.arch": true,
|
|
||||||
"process.cwd": true,
|
|
||||||
"process.env": true,
|
|
||||||
"process.platform": true,
|
|
||||||
"process.version.substr": true,
|
|
||||||
"process.versions": true
|
|
||||||
},
|
|
||||||
"packages": {
|
|
||||||
"@lavamoat/allow-scripts>@npmcli/run-script>node-gyp>npmlog": true,
|
|
||||||
"gulp-watch>chokidar>fsevents>node-pre-gyp>detect-libc": true,
|
|
||||||
"gulp-watch>chokidar>fsevents>node-pre-gyp>nopt": true,
|
|
||||||
"gulp-watch>chokidar>fsevents>node-pre-gyp>rimraf": true,
|
|
||||||
"gulp-watch>chokidar>fsevents>node-pre-gyp>semver": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"gulp-watch>chokidar>fsevents>node-pre-gyp>detect-libc": {
|
|
||||||
"builtin": {
|
|
||||||
"child_process.spawnSync": true,
|
|
||||||
"fs.readdirSync": true,
|
|
||||||
"os.platform": true
|
|
||||||
},
|
|
||||||
"globals": {
|
|
||||||
"process.env": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"gulp-watch>chokidar>fsevents>node-pre-gyp>nopt": {
|
|
||||||
"builtin": {
|
|
||||||
"path": true,
|
|
||||||
"stream.Stream": true,
|
|
||||||
"url": true
|
|
||||||
},
|
|
||||||
"globals": {
|
|
||||||
"console": true,
|
|
||||||
"process.argv": true,
|
|
||||||
"process.env.DEBUG_NOPT": true,
|
|
||||||
"process.env.NOPT_DEBUG": true,
|
|
||||||
"process.platform": true
|
|
||||||
},
|
|
||||||
"packages": {
|
|
||||||
"@lavamoat/allow-scripts>@npmcli/run-script>node-gyp>nopt>abbrev": true,
|
|
||||||
"gulp-watch>chokidar>fsevents>node-pre-gyp>nopt>osenv": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"gulp-watch>chokidar>fsevents>node-pre-gyp>nopt>osenv": {
|
|
||||||
"builtin": {
|
|
||||||
"child_process.exec": true,
|
|
||||||
"path": true
|
|
||||||
},
|
|
||||||
"globals": {
|
|
||||||
"process.env.COMPUTERNAME": true,
|
|
||||||
"process.env.ComSpec": true,
|
|
||||||
"process.env.EDITOR": true,
|
|
||||||
"process.env.HOSTNAME": true,
|
|
||||||
"process.env.PATH": true,
|
|
||||||
"process.env.PROMPT": true,
|
|
||||||
"process.env.PS1": true,
|
|
||||||
"process.env.Path": true,
|
|
||||||
"process.env.SHELL": true,
|
|
||||||
"process.env.USER": true,
|
|
||||||
"process.env.USERDOMAIN": true,
|
|
||||||
"process.env.USERNAME": true,
|
|
||||||
"process.env.VISUAL": true,
|
|
||||||
"process.env.path": true,
|
|
||||||
"process.nextTick": true,
|
|
||||||
"process.platform": true
|
|
||||||
},
|
|
||||||
"packages": {
|
|
||||||
"@storybook/core>@storybook/core-server>x-default-browser>default-browser-id>untildify>os-homedir": true,
|
|
||||||
"gulp-watch>chokidar>fsevents>node-pre-gyp>nopt>osenv>os-tmpdir": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"gulp-watch>chokidar>fsevents>node-pre-gyp>nopt>osenv>os-tmpdir": {
|
|
||||||
"globals": {
|
|
||||||
"process.env.SystemRoot": true,
|
|
||||||
"process.env.TEMP": true,
|
|
||||||
"process.env.TMP": true,
|
|
||||||
"process.env.TMPDIR": true,
|
|
||||||
"process.env.windir": true,
|
|
||||||
"process.platform": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"gulp-watch>chokidar>fsevents>node-pre-gyp>rimraf": {
|
|
||||||
"builtin": {
|
|
||||||
"assert": true,
|
|
||||||
"fs": true,
|
|
||||||
"path.join": true
|
|
||||||
},
|
|
||||||
"globals": {
|
|
||||||
"process.platform": true,
|
|
||||||
"setTimeout": true
|
|
||||||
},
|
|
||||||
"packages": {
|
|
||||||
"nyc>glob": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"gulp-watch>chokidar>fsevents>node-pre-gyp>semver": {
|
|
||||||
"globals": {
|
|
||||||
"console": true,
|
|
||||||
"process": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"gulp-watch>chokidar>is-binary-path": {
|
"gulp-watch>chokidar>is-binary-path": {
|
||||||
"builtin": {
|
"builtin": {
|
||||||
"path.extname": true
|
"path.extname": true
|
||||||
@ -5358,7 +5124,6 @@
|
|||||||
"gulp-watch>path-is-absolute": true,
|
"gulp-watch>path-is-absolute": true,
|
||||||
"gulp>glob-watcher>anymatch": true,
|
"gulp>glob-watcher>anymatch": true,
|
||||||
"gulp>glob-watcher>chokidar>braces": true,
|
"gulp>glob-watcher>chokidar>braces": true,
|
||||||
"gulp>glob-watcher>chokidar>fsevents": true,
|
|
||||||
"gulp>glob-watcher>chokidar>glob-parent": true,
|
"gulp>glob-watcher>chokidar>glob-parent": true,
|
||||||
"gulp>glob-watcher>chokidar>is-binary-path": true,
|
"gulp>glob-watcher>chokidar>is-binary-path": true,
|
||||||
"gulp>glob-watcher>chokidar>readdirp": true,
|
"gulp>glob-watcher>chokidar>readdirp": true,
|
||||||
@ -5417,24 +5182,6 @@
|
|||||||
"stylelint>@stylelint/postcss-markdown>remark>remark-parse>repeat-string": true
|
"stylelint>@stylelint/postcss-markdown>remark>remark-parse>repeat-string": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gulp>glob-watcher>chokidar>fsevents": {
|
|
||||||
"builtin": {
|
|
||||||
"events.EventEmitter": true,
|
|
||||||
"fs.stat": true,
|
|
||||||
"path.join": true,
|
|
||||||
"util.inherits": true
|
|
||||||
},
|
|
||||||
"globals": {
|
|
||||||
"__dirname": true,
|
|
||||||
"console.assert": true,
|
|
||||||
"process.nextTick": true,
|
|
||||||
"process.platform": true,
|
|
||||||
"setImmediate": true
|
|
||||||
},
|
|
||||||
"packages": {
|
|
||||||
"gulp-watch>chokidar>fsevents>node-pre-gyp": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"gulp>glob-watcher>chokidar>glob-parent": {
|
"gulp>glob-watcher>chokidar>glob-parent": {
|
||||||
"builtin": {
|
"builtin": {
|
||||||
"os.platform": true,
|
"os.platform": true,
|
||||||
@ -6508,12 +6255,6 @@
|
|||||||
"process": true
|
"process": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nyc>yargs>set-blocking": {
|
|
||||||
"globals": {
|
|
||||||
"process.stderr": true,
|
|
||||||
"process.stdout": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"prettier": {
|
"prettier": {
|
||||||
"builtin": {
|
"builtin": {
|
||||||
"assert": true,
|
"assert": true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user