1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Run yarn lavamoat:auto

This commit is contained in:
Dan Miller 2021-11-11 16:25:47 -03:30
parent 3d818c53b8
commit 381d1fe7a9
2 changed files with 235 additions and 4 deletions

View File

@ -325,7 +325,6 @@
"@ethersproject/bignumber": true, "@ethersproject/bignumber": true,
"@ethersproject/bytes": true, "@ethersproject/bytes": true,
"@ethersproject/keccak256": true, "@ethersproject/keccak256": true,
"@ethersproject/logger": true,
"@ethersproject/sha2": true, "@ethersproject/sha2": true,
"@ethersproject/strings": true "@ethersproject/strings": true
} }

View File

@ -900,6 +900,24 @@
"fastq": true "fastq": true
} }
}, },
"@stylelint/postcss-css-in-js": {
"globals": {
"__dirname": true
},
"packages": {
"@babel/core": true,
"postcss": true,
"postcss-syntax": true
}
},
"@stylelint/postcss-markdown": {
"packages": {
"postcss-html": true,
"postcss-syntax": true,
"remark": true,
"unist-util-find-all-after": true
}
},
"JSONStream": { "JSONStream": {
"globals": { "globals": {
"Buffer": true "Buffer": true
@ -1468,7 +1486,7 @@
"path.resolve": true "path.resolve": true
}, },
"globals": { "globals": {
"Buffer": true "Buffer.from": true
}, },
"packages": { "packages": {
"safe-buffer": true "safe-buffer": true
@ -1642,6 +1660,23 @@
"esutils": true "esutils": true
} }
}, },
"dom-serializer": {
"packages": {
"domelementtype": true,
"entities": true
}
},
"domhandler": {
"packages": {
"domelementtype": true
}
},
"domutils": {
"packages": {
"dom-serializer": true,
"domelementtype": true
}
},
"duplexer": { "duplexer": {
"builtin": { "builtin": {
"stream": true "stream": true
@ -2294,6 +2329,12 @@
"path.join": true "path.join": true
} }
}, },
"gonzales-pe": {
"globals": {
"console.error": true,
"define": true
}
},
"graceful-fs": { "graceful-fs": {
"builtin": { "builtin": {
"assert.equal": true, "assert.equal": true,
@ -2400,7 +2441,8 @@
"path.sep": true "path.sep": true
}, },
"globals": { "globals": {
"Buffer": true "Buffer.concat": true,
"Buffer.from": true
}, },
"packages": { "packages": {
"@gulp-sourcemaps/identity-map": true, "@gulp-sourcemaps/identity-map": true,
@ -2500,6 +2542,21 @@
"kind-of": true "kind-of": true
} }
}, },
"htmlparser2": {
"builtin": {
"buffer.Buffer": true,
"events.EventEmitter": true,
"string_decoder.StringDecoder": true
},
"packages": {
"domelementtype": true,
"domhandler": true,
"domutils": true,
"entities": true,
"inherits": true,
"readable-stream": true
}
},
"http-parser-js": { "http-parser-js": {
"builtin": { "builtin": {
"assert.equal": true, "assert.equal": true,
@ -2544,7 +2601,7 @@
}, },
"inline-source-map": { "inline-source-map": {
"globals": { "globals": {
"Buffer": true "Buffer.from": true
}, },
"packages": { "packages": {
"source-map": true "source-map": true
@ -2581,6 +2638,12 @@
"kind-of": true "kind-of": true
} }
}, },
"is-alphanumerical": {
"packages": {
"is-alphabetical": true,
"is-decimal": true
}
},
"is-binary-path": { "is-binary-path": {
"builtin": { "builtin": {
"path.extname": true "path.extname": true
@ -2918,11 +2981,21 @@
"object-visit": true "object-visit": true
} }
}, },
"markdown-table": {
"packages": {
"repeat-string": true
}
},
"math-random": { "math-random": {
"builtin": { "builtin": {
"crypto.randomBytes": true "crypto.randomBytes": true
} }
}, },
"mdast-util-compact": {
"packages": {
"unist-util-visit": true
}
},
"memoizee": { "memoizee": {
"globals": { "globals": {
"clearTimeout": true, "clearTimeout": true,
@ -3181,6 +3254,16 @@
"path-platform": true "path-platform": true
} }
}, },
"parse-entities": {
"packages": {
"character-entities": true,
"character-entities-legacy": true,
"character-reference-invalid": true,
"is-alphanumerical": true,
"is-decimal": true,
"is-hexadecimal": true
}
},
"parse-glob": { "parse-glob": {
"packages": { "packages": {
"glob-base": true, "glob-base": true,
@ -3306,6 +3389,20 @@
"supports-color": true "supports-color": true
} }
}, },
"postcss-html": {
"globals": {
"__dirname": true
},
"packages": {
"htmlparser2": true,
"postcss-syntax": true
}
},
"postcss-less": {
"packages": {
"postcss": true
}
},
"postcss-reporter": { "postcss-reporter": {
"packages": { "packages": {
"lodash": true "lodash": true
@ -3316,6 +3413,17 @@
"postcss": true "postcss": true
} }
}, },
"postcss-sass": {
"packages": {
"gonzales-pe": true,
"postcss": true
}
},
"postcss-scss": {
"packages": {
"postcss": true
}
},
"postcss-selector-parser": { "postcss-selector-parser": {
"builtin": { "builtin": {
"util.deprecate": true "util.deprecate": true
@ -3508,6 +3616,51 @@
"regjsparser": "write" "regjsparser": "write"
} }
}, },
"remark": {
"packages": {
"remark-parse": true,
"remark-stringify": true,
"unified": true
}
},
"remark-parse": {
"packages": {
"ccount": true,
"collapse-white-space": true,
"is-alphabetical": true,
"is-decimal": true,
"is-whitespace-character": true,
"is-word-character": true,
"markdown-escapes": true,
"parse-entities": true,
"repeat-string": true,
"state-toggle": true,
"trim": true,
"trim-trailing-lines": true,
"unherit": true,
"unist-util-remove-position": true,
"vfile-location": true,
"xtend": true
}
},
"remark-stringify": {
"packages": {
"ccount": true,
"is-alphanumeric": true,
"is-decimal": true,
"is-whitespace-character": true,
"longest-streak": true,
"markdown-escapes": true,
"markdown-table": true,
"mdast-util-compact": true,
"parse-entities": true,
"repeat-string": true,
"state-toggle": true,
"stringify-entities": true,
"unherit": true,
"xtend": true
}
},
"remove-bom-buffer": { "remove-bom-buffer": {
"packages": { "packages": {
"is-buffer": true, "is-buffer": true,
@ -3894,6 +4047,15 @@
"safe-buffer": true "safe-buffer": true
} }
}, },
"stringify-entities": {
"packages": {
"character-entities-html4": true,
"character-entities-legacy": true,
"is-alphanumerical": true,
"is-decimal": true,
"is-hexadecimal": true
}
},
"strip-ansi": { "strip-ansi": {
"packages": { "packages": {
"ansi-regex": true "ansi-regex": true
@ -3939,6 +4101,8 @@
"process.stdout.isTTY": true "process.stdout.isTTY": true
}, },
"packages": { "packages": {
"@stylelint/postcss-css-in-js": true,
"@stylelint/postcss-markdown": true,
"autoprefixer": true, "autoprefixer": true,
"balanced-match": true, "balanced-match": true,
"chalk": true, "chalk": true,
@ -3961,10 +4125,14 @@
"micromatch": true, "micromatch": true,
"normalize-selector": true, "normalize-selector": true,
"postcss": true, "postcss": true,
"postcss-html": true,
"postcss-less": true,
"postcss-media-query-parser": true, "postcss-media-query-parser": true,
"postcss-reporter": true, "postcss-reporter": true,
"postcss-resolve-nested-selector": true, "postcss-resolve-nested-selector": true,
"postcss-safe-parser": true, "postcss-safe-parser": true,
"postcss-sass": true,
"postcss-scss": true,
"postcss-selector-parser": true, "postcss-selector-parser": true,
"postcss-syntax": true, "postcss-syntax": true,
"postcss-value-parser": true, "postcss-value-parser": true,
@ -3973,11 +4141,17 @@
"specificity": true, "specificity": true,
"string-width": true, "string-width": true,
"style-search": true, "style-search": true,
"sugarss": true,
"svg-tags": true, "svg-tags": true,
"table": true, "table": true,
"write-file-atomic": true "write-file-atomic": true
} }
}, },
"sugarss": {
"packages": {
"postcss": true
}
},
"supports-color": { "supports-color": {
"builtin": { "builtin": {
"os.release": true, "os.release": true,
@ -4161,12 +4335,28 @@
"undertaker-registry": true "undertaker-registry": true
} }
}, },
"unherit": {
"packages": {
"inherits": true,
"xtend": true
}
},
"unicode-match-property-ecmascript": { "unicode-match-property-ecmascript": {
"packages": { "packages": {
"unicode-canonical-property-names-ecmascript": true, "unicode-canonical-property-names-ecmascript": true,
"unicode-property-aliases-ecmascript": true "unicode-property-aliases-ecmascript": true
} }
}, },
"unified": {
"packages": {
"bail": true,
"extend": true,
"is-buffer": true,
"is-plain-obj": true,
"trough": true,
"vfile": true
}
},
"union-value": { "union-value": {
"packages": { "packages": {
"arr-union": true, "arr-union": true,
@ -4181,6 +4371,26 @@
"through2-filter": true "through2-filter": true
} }
}, },
"unist-util-find-all-after": {
"packages": {
"unist-util-is": true
}
},
"unist-util-remove-position": {
"packages": {
"unist-util-visit": true
}
},
"unist-util-visit": {
"packages": {
"unist-util-visit-parents": true
}
},
"unist-util-visit-parents": {
"packages": {
"unist-util-is": true
}
},
"unset-value": { "unset-value": {
"packages": { "packages": {
"has-value": true, "has-value": true,
@ -4212,6 +4422,28 @@
"util.deprecate": true "util.deprecate": true
} }
}, },
"vfile": {
"builtin": {
"path.basename": true,
"path.dirname": true,
"path.extname": true,
"path.join": true,
"path.sep": true
},
"globals": {
"process.cwd": true
},
"packages": {
"is-buffer": true,
"replace-ext": true,
"vfile-message": true
}
},
"vfile-message": {
"packages": {
"unist-util-stringify-position": true
}
},
"vinyl": { "vinyl": {
"builtin": { "builtin": {
"buffer.Buffer": true, "buffer.Buffer": true,