diff --git a/packages/electrode-redux-router-engine/lib/redux-router-engine.js b/packages/electrode-redux-router-engine/lib/redux-router-engine.js index 1c3b23217..86cc67a09 100644 --- a/packages/electrode-redux-router-engine/lib/redux-router-engine.js +++ b/packages/electrode-redux-router-engine/lib/redux-router-engine.js @@ -75,9 +75,8 @@ class ReduxRouterEngine { startMatch(req, options = {}) { // hapi@18 compatibility: use "origin" to determine (WHATWG has origin, Url.parse does not) // https://github.com/hapijs/hapi/issues/3871 - const url = (typeof req.url === "object") && ("origin" in req.url) && req.url.href - ? req.url.href - : req.url; + const url = + typeof req.url === "object" && "origin" in req.url && req.url.href ? req.url.href : req.url; const location = options.location || Url.parse(url || req.path); options = Object.assign({}, options, { req, location }); @@ -270,25 +269,20 @@ class ReduxRouterEngine { ssrApi = withIds ? ReactDomServer.renderToString : ReactDomServer.renderToStaticMarkup; } - const target = util.getTargetByQuery(req.query, this._envTargets); - this._extractor = util.createdStatExtractor(target); - return ssrApi( - this._extractor.collectChunks( + React.createElement( + // server side context to provide request + ServerContext, + { request: req }, + // redux provider React.createElement( - // server side context to provide request - ServerContext, - { request: req }, - // redux provider + Provider, + { store }, + // user route component React.createElement( - Provider, - { store }, - // user route component - React.createElement( - StaticRouter, - { location, context: routeContext, basename: this.options.basename }, - this._routesComponent - ) + StaticRouter, + { location, context: routeContext, basename: this.options.basename }, + this._routesComponent ) ) ) diff --git a/packages/electrode-redux-router-engine/lib/util.js b/packages/electrode-redux-router-engine/lib/util.js index 472bce77d..fca88b02e 100644 --- a/packages/electrode-redux-router-engine/lib/util.js +++ b/packages/electrode-redux-router-engine/lib/util.js @@ -2,7 +2,6 @@ const Path = require("path"); const Fs = require("fs"); -const { ChunkExtractor } = require("@loadable/server"); module.exports = { es6Default: m => { @@ -13,15 +12,6 @@ module.exports = { return p.startsWith(".") ? Path.resolve(baseDir || "", p) : p; }, - createdStatExtractor: target => { - const filename = `${target !== "default" ? `${target}-` : ""}loadable-stats.json`; - const statsFile = Path.resolve(`./dist/server/${filename}`); - return Fs.existsSync(statsFile) - ? new ChunkExtractor({ statsFile }) - : { - collectChunks: app => app - }; - }, getTargetByQuery: (query, envTargets) => { const __dist = query && query.__dist; return envTargets.includes(__dist) ? __dist : "default"; diff --git a/packages/electrode-redux-router-engine/package.json b/packages/electrode-redux-router-engine/package.json index ad4ad5c38..3d4919ea4 100644 --- a/packages/electrode-redux-router-engine/package.json +++ b/packages/electrode-redux-router-engine/package.json @@ -47,8 +47,6 @@ "xstdout": "^0.1.1" }, "dependencies": { - "@loadable/component": "^5.7.0", - "@loadable/server": "^5.9.0", "optional-require": "^1.0.0", "react-redux": "^4.4.5 || ^5.x.x", "react-router": "^5.1.2", diff --git a/packages/electrode-redux-router-engine/test/loadable-stats.json b/packages/electrode-redux-router-engine/test/loadable-stats.json index 1c66f9dd3..ce54ff2d7 100644 --- a/packages/electrode-redux-router-engine/test/loadable-stats.json +++ b/packages/electrode-redux-router-engine/test/loadable-stats.json @@ -1,1009 +1 @@ -{ - "errors": [], - "warnings": [], - "version": "4.31.0", - "hash": "0fc22765729b77ced3fa", - "publicPath": "/js/", - "outputPath": "/Users/vn0rd7z/Documents/electrode/tmp/hapi-app/dist/js", - "assetsByChunkName": { - "loadable": [ - "0fc22765729b77ced3fa.loadable.js", - "../map/0fc22765729b77ced3fa.loadable.js.map" - ], - "main": [ - "main.bundle.0fc22765729b77ced3fa.js", - "main.style.0fc22765729b77ced3fa.css", - "../map/main.bundle.0fc22765729b77ced3fa.js.map" - ], - "sw-registration": [ - "0fc22765729b77ced3fa.sw-registration.js", - "../map/0fc22765729b77ced3fa.sw-registration.js.map" - ] - }, - "assets": [ - { - "name": "../isomorphic-assets.json", - "size": 543, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "../map/0fc22765729b77ced3fa.loadable.js.map", - "size": 2017, - "chunks": [ - 0 - ], - "chunkNames": [ - "loadable" - ], - "emitted": false - }, - { - "name": "../map/0fc22765729b77ced3fa.sw-registration.js.map", - "size": 3200, - "chunks": [ - 2 - ], - "chunkNames": [ - "sw-registration" - ], - "emitted": false - }, - { - "name": "../map/main.bundle.0fc22765729b77ced3fa.js.map", - "size": 904375, - "chunks": [ - 1 - ], - "chunkNames": [ - "main" - ], - "emitted": false - }, - { - "name": "../server/iconstats.json", - "size": 7166, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "../server/stats.json", - "size": 9577, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "0fc22765729b77ced3fa.loadable.js", - "size": 2484, - "chunks": [ - 0 - ], - "chunkNames": [ - "loadable" - ], - "emitted": false - }, - { - "name": "0fc22765729b77ced3fa.sw-registration.js", - "size": 1007, - "chunks": [ - 2 - ], - "chunkNames": [ - "sw-registration" - ], - "emitted": false - }, - { - "name": "2b7ac2d4ff91cca5b9c8e742eda58b24.png", - "size": 5402, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/.cache", - "size": 7285, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/android-chrome-144x144.png", - "size": 18593, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/android-chrome-192x192.png", - "size": 28795, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/android-chrome-256x256.png", - "size": 45522, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/android-chrome-36x36.png", - "size": 1865, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/android-chrome-384x384.png", - "size": 87173, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/android-chrome-48x48.png", - "size": 2908, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/android-chrome-512x512.png", - "size": 137767, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/android-chrome-72x72.png", - "size": 4983, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/android-chrome-96x96.png", - "size": 9533, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-icon-114x114.png", - "size": 10648, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-icon-120x120.png", - "size": 11568, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-icon-144x144.png", - "size": 15541, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-icon-152x152.png", - "size": 16674, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-icon-167x167.png", - "size": 19373, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-icon-180x180.png", - "size": 21679, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-icon-57x57.png", - "size": 3538, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-icon-60x60.png", - "size": 3806, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-icon-72x72.png", - "size": 4922, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-icon-76x76.png", - "size": 5631, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-icon-precomposed.png", - "size": 21679, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-icon.png", - "size": 21679, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-startup-image-1182x2208.png", - "size": 394160, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-startup-image-1242x2148.png", - "size": 424924, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-startup-image-1496x2048.png", - "size": 552385, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-startup-image-1536x2008.png", - "size": 577422, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-startup-image-320x460.png", - "size": 54291, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-startup-image-640x1096.png", - "size": 159214, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-startup-image-640x920.png", - "size": 158116, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-startup-image-748x1024.png", - "size": 198710, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-startup-image-750x1294.png", - "size": 201239, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-startup-image-768x1004.png", - "size": 206992, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/favicon-16x16.png", - "size": 602, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/favicon-32x32.png", - "size": 1622, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/favicon.ico", - "size": 33310, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/firefox_app_128x128.png", - "size": 16413, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/firefox_app_512x512.png", - "size": 132658, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/firefox_app_60x60.png", - "size": 5321, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/manifest.json", - "size": 1224, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/manifest.webapp", - "size": 251, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "main.bundle.0fc22765729b77ced3fa.js", - "size": 282779, - "chunks": [ - 1 - ], - "chunkNames": [ - "main" - ], - "emitted": false - }, - { - "name": "main.style.0fc22765729b77ced3fa.css", - "size": 15782, - "chunks": [ - 1 - ], - "chunkNames": [ - "main" - ], - "emitted": false - } - ], - "filteredAssets": 0, - "entrypoints": { - "main": { - "chunks": [ - 1 - ], - "assets": [ - "main.bundle.0fc22765729b77ced3fa.js", - "main.style.0fc22765729b77ced3fa.css", - "../map/main.bundle.0fc22765729b77ced3fa.js.map" - ], - "children": {}, - "childAssets": {} - } - }, - "namedChunkGroups": { - "main": { - "chunks": [ - 1 - ], - "assets": [ - "main.bundle.0fc22765729b77ced3fa.js", - "main.style.0fc22765729b77ced3fa.css", - "../map/main.bundle.0fc22765729b77ced3fa.js.map" - ], - "children": {}, - "childAssets": {} - }, - "sw-registration": { - "chunks": [ - 2 - ], - "assets": [ - "0fc22765729b77ced3fa.sw-registration.js", - "../map/0fc22765729b77ced3fa.sw-registration.js.map" - ], - "children": {}, - "childAssets": {} - }, - "demo-loadable": { - "chunks": [ - 0 - ], - "assets": [ - "0fc22765729b77ced3fa.loadable.js", - "../map/0fc22765729b77ced3fa.loadable.js.map" - ], - "children": {}, - "childAssets": {} - }, - "loadable": { - "chunks": [ - 0 - ], - "assets": [ - "0fc22765729b77ced3fa.loadable.js", - "../map/0fc22765729b77ced3fa.loadable.js.map" - ], - "children": {}, - "childAssets": {} - } - }, - "children": [ - { - "errors": [], - "warnings": [], - "publicPath": "", - "outputPath": "/Users/vn0rd7z/Documents/electrode/tmp/hapi-app/dist/js", - "assetsByChunkName": {}, - "assets": [], - "filteredAssets": 0, - "entrypoints": { - "undefined": { - "chunks": [ - 0 - ], - "assets": [ - "extract-text-webpack-plugin-output-filename" - ], - "children": {}, - "childAssets": {} - } - }, - "namedChunkGroups": { - "undefined": { - "chunks": [ - 0 - ], - "assets": [ - "extract-text-webpack-plugin-output-filename" - ], - "children": {}, - "childAssets": {} - } - }, - "children": [], - "name": "extract-text-webpack-plugin ../../node_modules/extract-text-webpack-plugin/dist ../../node_modules/css-loader/index.js??ref--5-2!../../node_modules/postcss-loader/src/index.js??postcss!../../node_modules/milligram/dist/milligram.css" - }, - { - "errors": [], - "warnings": [], - "publicPath": "", - "outputPath": "/Users/vn0rd7z/Documents/electrode/tmp/hapi-app/dist/js", - "assetsByChunkName": {}, - "assets": [], - "filteredAssets": 0, - "entrypoints": { - "undefined": { - "chunks": [ - 0 - ], - "assets": [ - "extract-text-webpack-plugin-output-filename" - ], - "children": {}, - "childAssets": {} - } - }, - "namedChunkGroups": { - "undefined": { - "chunks": [ - 0 - ], - "assets": [ - "extract-text-webpack-plugin-output-filename" - ], - "children": {}, - "childAssets": {} - } - }, - "children": [], - "name": "extract-text-webpack-plugin ../../node_modules/extract-text-webpack-plugin/dist ../../node_modules/css-loader/index.js??ref--5-2!../../node_modules/postcss-loader/src/index.js??postcss!styles/custom.css" - }, - { - "errors": [], - "warnings": [], - "publicPath": "", - "outputPath": "/Users/vn0rd7z/Documents/electrode/tmp/hapi-app/dist/js", - "assetsByChunkName": {}, - "assets": [], - "filteredAssets": 0, - "entrypoints": { - "undefined": { - "chunks": [ - 0 - ], - "assets": [ - "extract-text-webpack-plugin-output-filename" - ], - "children": {}, - "childAssets": {} - } - }, - "namedChunkGroups": { - "undefined": { - "chunks": [ - 0 - ], - "assets": [ - "extract-text-webpack-plugin-output-filename" - ], - "children": {}, - "childAssets": {} - } - }, - "children": [], - "name": "extract-text-webpack-plugin ../../node_modules/extract-text-webpack-plugin/dist ../../node_modules/css-loader/index.js??ref--5-2!../../node_modules/postcss-loader/src/index.js??postcss!styles/demo1.css" - }, - { - "errors": [], - "warnings": [], - "publicPath": "", - "outputPath": "/Users/vn0rd7z/Documents/electrode/tmp/hapi-app/dist/js", - "assetsByChunkName": {}, - "assets": [], - "filteredAssets": 0, - "entrypoints": { - "undefined": { - "chunks": [ - 0 - ], - "assets": [ - "extract-text-webpack-plugin-output-filename" - ], - "children": {}, - "childAssets": {} - } - }, - "namedChunkGroups": { - "undefined": { - "chunks": [ - 0 - ], - "assets": [ - "extract-text-webpack-plugin-output-filename" - ], - "children": {}, - "childAssets": {} - } - }, - "children": [], - "name": "extract-text-webpack-plugin ../../node_modules/extract-text-webpack-plugin/dist ../../node_modules/css-loader/index.js??ref--5-2!../../node_modules/postcss-loader/src/index.js??postcss!styles/demo2.css" - }, - { - "errors": [], - "warnings": [], - "publicPath": "", - "outputPath": "/Users/vn0rd7z/Documents/electrode/tmp/hapi-app/dist/js", - "assetsByChunkName": {}, - "assets": [], - "filteredAssets": 0, - "entrypoints": { - "undefined": { - "chunks": [ - 0 - ], - "assets": [ - "extract-text-webpack-plugin-output-filename" - ], - "children": {}, - "childAssets": {} - } - }, - "namedChunkGroups": { - "undefined": { - "chunks": [ - 0 - ], - "assets": [ - "extract-text-webpack-plugin-output-filename" - ], - "children": {}, - "childAssets": {} - } - }, - "children": [], - "name": "extract-text-webpack-plugin ../../node_modules/extract-text-webpack-plugin/dist ../../node_modules/css-loader/index.js??ref--5-2!../../node_modules/postcss-loader/src/index.js??postcss!styles/nav.css" - }, - { - "errors": [], - "warnings": [], - "publicPath": "", - "outputPath": "/Users/vn0rd7z/Documents/electrode/tmp/hapi-app/dist/js", - "assetsByChunkName": {}, - "assets": [], - "filteredAssets": 0, - "entrypoints": { - "undefined": { - "chunks": [ - 0 - ], - "assets": [ - "extract-text-webpack-plugin-output-filename" - ], - "children": {}, - "childAssets": {} - } - }, - "namedChunkGroups": { - "undefined": { - "chunks": [ - 0 - ], - "assets": [ - "extract-text-webpack-plugin-output-filename" - ], - "children": {}, - "childAssets": {} - } - }, - "children": [], - "name": "extract-text-webpack-plugin ../../node_modules/extract-text-webpack-plugin/dist ../../node_modules/css-loader/index.js??ref--5-2!../../node_modules/postcss-loader/src/index.js??postcss!styles/raleway.css" - }, - { - "errors": [], - "warnings": [], - "publicPath": "/js/", - "outputPath": "/Users/vn0rd7z/Documents/electrode/tmp/hapi-app/dist/js", - "assetsByChunkName": {}, - "assets": [ - { - "name": "../server/iconstats.json", - "size": 7166, - "chunks": [ - 0 - ], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/.cache", - "size": 7285, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/android-chrome-144x144.png", - "size": 18593, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/android-chrome-192x192.png", - "size": 28795, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/android-chrome-256x256.png", - "size": 45522, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/android-chrome-36x36.png", - "size": 1865, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/android-chrome-384x384.png", - "size": 87173, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/android-chrome-48x48.png", - "size": 2908, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/android-chrome-512x512.png", - "size": 137767, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/android-chrome-72x72.png", - "size": 4983, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/android-chrome-96x96.png", - "size": 9533, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-icon-114x114.png", - "size": 10648, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-icon-120x120.png", - "size": 11568, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-icon-144x144.png", - "size": 15541, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-icon-152x152.png", - "size": 16674, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-icon-167x167.png", - "size": 19373, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-icon-180x180.png", - "size": 21679, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-icon-57x57.png", - "size": 3538, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-icon-60x60.png", - "size": 3806, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-icon-72x72.png", - "size": 4922, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-icon-76x76.png", - "size": 5631, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-icon-precomposed.png", - "size": 21679, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-icon.png", - "size": 21679, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-startup-image-1182x2208.png", - "size": 394160, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-startup-image-1242x2148.png", - "size": 424924, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-startup-image-1496x2048.png", - "size": 552385, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-startup-image-1536x2008.png", - "size": 577422, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-startup-image-320x460.png", - "size": 54291, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-startup-image-640x1096.png", - "size": 159214, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-startup-image-640x920.png", - "size": 158116, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-startup-image-748x1024.png", - "size": 198710, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-startup-image-750x1294.png", - "size": 201239, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/apple-touch-startup-image-768x1004.png", - "size": 206992, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/favicon-16x16.png", - "size": 602, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/favicon-32x32.png", - "size": 1622, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/favicon.ico", - "size": 33310, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/firefox_app_128x128.png", - "size": 16413, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/firefox_app_512x512.png", - "size": 132658, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/firefox_app_60x60.png", - "size": 5321, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/manifest.json", - "size": 1201, - "chunks": [], - "chunkNames": [], - "emitted": false - }, - { - "name": "icons-2b7ac2d4ff91cca5b9c8e742eda58b24/manifest.webapp", - "size": 251, - "chunks": [], - "chunkNames": [], - "emitted": false - } - ], - "filteredAssets": 0, - "entrypoints": { - "undefined": { - "chunks": [ - 0 - ], - "assets": [ - "../server/iconstats.json" - ], - "children": {}, - "childAssets": {} - } - }, - "namedChunkGroups": { - "undefined": { - "chunks": [ - 0 - ], - "assets": [ - "../server/iconstats.json" - ], - "children": {}, - "childAssets": {} - } - }, - "children": [], - "name": "favicons-webpack-plugin for \"../server/iconstats.json\"" - } - ] -} +{"/Users/xchen11/dev/pub/electrode/packages/electrode-redux-router-engine/lib/redux-router-engine.js":{"path":"/Users/xchen11/dev/pub/electrode/packages/electrode-redux-router-engine/lib/redux-router-engine.js","statementMap":{"0":{"start":{"line":5,"column":13},"end":{"line":5,"column":28}},"1":{"start":{"line":6,"column":15},"end":{"line":6,"column":32}},"2":{"start":{"line":7,"column":12},"end":{"line":7,"column":26}},"3":{"start":{"line":8,"column":24},"end":{"line":8,"column":60}},"4":{"start":{"line":9,"column":14},"end":{"line":9,"column":38}},"5":{"start":{"line":10,"column":23},"end":{"line":10,"column":58}},"6":{"start":{"line":11,"column":17},"end":{"line":11,"column":48}},"7":{"start":{"line":12,"column":25},"end":{"line":12,"column":52}},"8":{"start":{"line":13,"column":38},"end":{"line":13,"column":68}},"9":{"start":{"line":14,"column":41},"end":{"line":14,"column":57}},"10":{"start":{"line":15,"column":12},"end":{"line":15,"column":38}},"11":{"start":{"line":16,"column":13},"end":{"line":16,"column":30}},"12":{"start":{"line":17,"column":22},"end":{"line":17,"column":49}},"13":{"start":{"line":19,"column":25},"end":{"line":19,"column":43}},"14":{"start":{"line":20,"column":35},"end":{"line":24,"column":1}},"15":{"start":{"line":27,"column":2},"end":{"line":27,"column":92}},"16":{"start":{"line":27,"column":57},"end":{"line":27,"column":90}},"17":{"start":{"line":30,"column":22},"end":{"line":30,"column":45}},"18":{"start":{"line":34,"column":4},"end":{"line":34,"column":87}},"19":{"start":{"line":36,"column":4},"end":{"line":36,"column":78}},"20":{"start":{"line":37,"column":4},"end":{"line":37,"column":52}},"21":{"start":{"line":40,"column":31},"end":{"line":42,"column":16}},"22":{"start":{"line":41,"column":19},"end":{"line":41,"column":20}},"23":{"start":{"line":44,"column":4},"end":{"line":47,"column":5}},"24":{"start":{"line":45,"column":6},"end":{"line":46,"column":83}},"25":{"start":{"line":46,"column":8},"end":{"line":46,"column":82}},"26":{"start":{"line":49,"column":4},"end":{"line":51,"column":5}},"27":{"start":{"line":50,"column":6},"end":{"line":50,"column":83}},"28":{"start":{"line":50,"column":44},"end":{"line":50,"column":82}},"29":{"start":{"line":53,"column":4},"end":{"line":55,"column":5}},"30":{"start":{"line":54,"column":6},"end":{"line":54,"column":57}},"31":{"start":{"line":57,"column":4},"end":{"line":57,"column":49}},"32":{"start":{"line":60,"column":4},"end":{"line":65,"column":5}},"33":{"start":{"line":61,"column":16},"end":{"line":61,"column":54}},"34":{"start":{"line":62,"column":6},"end":{"line":62,"column":49}},"35":{"start":{"line":64,"column":6},"end":{"line":64,"column":36}},"36":{"start":{"line":67,"column":4},"end":{"line":69,"column":69}},"37":{"start":{"line":71,"column":4},"end":{"line":71,"column":55}},"38":{"start":{"line":72,"column":4},"end":{"line":72,"column":44}},"39":{"start":{"line":79,"column":6},"end":{"line":79,"column":97}},"40":{"start":{"line":80,"column":21},"end":{"line":80,"column":67}},"41":{"start":{"line":82,"column":4},"end":{"line":82,"column":60}},"42":{"start":{"line":84,"column":4},"end":{"line":84,"column":66}},"43":{"start":{"line":86,"column":4},"end":{"line":86,"column":19}},"44":{"start":{"line":90,"column":21},"end":{"line":90,"column":37}},"45":{"start":{"line":91,"column":18},"end":{"line":91,"column":31}},"46":{"start":{"line":93,"column":4},"end":{"line":98,"column":5}},"47":{"start":{"line":94,"column":6},"end":{"line":97,"column":8}},"48":{"start":{"line":100,"column":20},"end":{"line":100,"column":51}},"49":{"start":{"line":102,"column":4},"end":{"line":106,"column":5}},"50":{"start":{"line":103,"column":6},"end":{"line":105,"column":8}},"51":{"start":{"line":108,"column":4},"end":{"line":108,"column":21}},"52":{"start":{"line":112,"column":4},"end":{"line":127,"column":5}},"53":{"start":{"line":113,"column":6},"end":{"line":113,"column":46}},"54":{"start":{"line":114,"column":23},"end":{"line":114,"column":47}},"55":{"start":{"line":115,"column":6},"end":{"line":115,"column":36}},"56":{"start":{"line":115,"column":20},"end":{"line":115,"column":36}},"57":{"start":{"line":116,"column":6},"end":{"line":116,"column":41}},"58":{"start":{"line":118,"column":6},"end":{"line":118,"column":47}},"59":{"start":{"line":120,"column":6},"end":{"line":120,"column":49}},"60":{"start":{"line":121,"column":6},"end":{"line":126,"column":8}},"61":{"start":{"line":132,"column":19},"end":{"line":132,"column":36}},"62":{"start":{"line":134,"column":4},"end":{"line":141,"column":5}},"63":{"start":{"line":135,"column":6},"end":{"line":140,"column":7}},"64":{"start":{"line":137,"column":8},"end":{"line":137,"column":18}},"65":{"start":{"line":139,"column":8},"end":{"line":139,"column":63}},"66":{"start":{"line":143,"column":4},"end":{"line":143,"column":41}},"67":{"start":{"line":147,"column":4},"end":{"line":147,"column":93}},"68":{"start":{"line":149,"column":18},"end":{"line":149,"column":20}},"69":{"start":{"line":151,"column":18},"end":{"line":151,"column":31}},"70":{"start":{"line":153,"column":4},"end":{"line":167,"column":5}},"71":{"start":{"line":154,"column":20},"end":{"line":154,"column":35}},"72":{"start":{"line":155,"column":19},"end":{"line":155,"column":44}},"73":{"start":{"line":156,"column":6},"end":{"line":166,"column":7}},"74":{"start":{"line":157,"column":8},"end":{"line":165,"column":10}},"75":{"start":{"line":169,"column":18},"end":{"line":169,"column":23}},"76":{"start":{"line":171,"column":23},"end":{"line":177,"column":5}},"77":{"start":{"line":172,"column":6},"end":{"line":172,"column":26}},"78":{"start":{"line":172,"column":19},"end":{"line":172,"column":26}},"79":{"start":{"line":173,"column":6},"end":{"line":173,"column":21}},"80":{"start":{"line":174,"column":6},"end":{"line":176,"column":7}},"81":{"start":{"line":175,"column":8},"end":{"line":175,"column":53}},"82":{"start":{"line":175,"column":27},"end":{"line":175,"column":53}},"83":{"start":{"line":179,"column":18},"end":{"line":179,"column":52}},"84":{"start":{"line":180,"column":4},"end":{"line":189,"column":5}},"85":{"start":{"line":181,"column":6},"end":{"line":188,"column":9}},"86":{"start":{"line":191,"column":4},"end":{"line":194,"column":5}},"87":{"start":{"line":192,"column":6},"end":{"line":192,"column":25}},"88":{"start":{"line":193,"column":6},"end":{"line":193,"column":30}},"89":{"start":{"line":196,"column":4},"end":{"line":232,"column":5}},"90":{"start":{"line":198,"column":6},"end":{"line":198,"column":36}},"91":{"start":{"line":200,"column":6},"end":{"line":200,"column":39}},"92":{"start":{"line":200,"column":20},"end":{"line":200,"column":39}},"93":{"start":{"line":205,"column":6},"end":{"line":213,"column":7}},"94":{"start":{"line":206,"column":8},"end":{"line":209,"column":10}},"95":{"start":{"line":208,"column":59},"end":{"line":208,"column":73}},"96":{"start":{"line":212,"column":8},"end":{"line":212,"column":26}},"97":{"start":{"line":215,"column":6},"end":{"line":229,"column":7}},"98":{"start":{"line":217,"column":8},"end":{"line":217,"column":34}},"99":{"start":{"line":218,"column":13},"end":{"line":229,"column":7}},"100":{"start":{"line":220,"column":28},"end":{"line":223,"column":9}},"101":{"start":{"line":222,"column":54},"end":{"line":222,"column":63}},"102":{"start":{"line":225,"column":8},"end":{"line":225,"column":47}},"103":{"start":{"line":228,"column":8},"end":{"line":228,"column":25}},"104":{"start":{"line":228,"column":23},"end":{"line":228,"column":24}},"105":{"start":{"line":231,"column":6},"end":{"line":231,"column":57}},"106":{"start":{"line":234,"column":4},"end":{"line":234,"column":25}},"107":{"start":{"line":238,"column":26},"end":{"line":238,"column":51}},"108":{"start":{"line":240,"column":6},"end":{"line":240,"column":77}},"109":{"start":{"line":242,"column":15},"end":{"line":242,"column":44}},"110":{"start":{"line":244,"column":4},"end":{"line":247,"column":5}},"111":{"start":{"line":246,"column":6},"end":{"line":246,"column":24}},"112":{"start":{"line":249,"column":4},"end":{"line":253,"column":5}},"113":{"start":{"line":250,"column":6},"end":{"line":250,"column":81}},"114":{"start":{"line":252,"column":6},"end":{"line":252,"column":96}},"115":{"start":{"line":257,"column":4},"end":{"line":290,"column":5}},"116":{"start":{"line":258,"column":6},"end":{"line":258,"column":48}},"117":{"start":{"line":260,"column":6},"end":{"line":260,"column":73}},"118":{"start":{"line":261,"column":6},"end":{"line":261,"column":86}},"119":{"start":{"line":264,"column":6},"end":{"line":270,"column":7}},"120":{"start":{"line":265,"column":8},"end":{"line":267,"column":52}},"121":{"start":{"line":269,"column":8},"end":{"line":269,"column":95}},"122":{"start":{"line":272,"column":6},"end":{"line":289,"column":8}},"123":{"start":{"line":294,"column":12},"end":{"line":294,"column":32}},"124":{"start":{"line":296,"column":4},"end":{"line":296,"column":34}},"125":{"start":{"line":296,"column":25},"end":{"line":296,"column":34}},"126":{"start":{"line":298,"column":4},"end":{"line":305,"column":5}},"127":{"start":{"line":299,"column":6},"end":{"line":299,"column":16}},"128":{"start":{"line":300,"column":11},"end":{"line":305,"column":5}},"129":{"start":{"line":301,"column":6},"end":{"line":301,"column":49}},"130":{"start":{"line":303,"column":6},"end":{"line":303,"column":94}},"131":{"start":{"line":304,"column":6},"end":{"line":304,"column":62}},"132":{"start":{"line":307,"column":4},"end":{"line":309,"column":5}},"133":{"start":{"line":308,"column":6},"end":{"line":308,"column":38}},"134":{"start":{"line":311,"column":4},"end":{"line":311,"column":29}},"135":{"start":{"line":313,"column":4},"end":{"line":313,"column":13}},"136":{"start":{"line":317,"column":0},"end":{"line":317,"column":35}}},"fnMap":{"0":{"name":"escapeBadChars","decl":{"start":{"line":26,"column":9},"end":{"line":26,"column":23}},"loc":{"start":{"line":26,"column":38},"end":{"line":28,"column":1}},"line":26},"1":{"name":"(anonymous_1)","decl":{"start":{"line":27,"column":48},"end":{"line":27,"column":49}},"loc":{"start":{"line":27,"column":57},"end":{"line":27,"column":90}},"line":27},"2":{"name":"(anonymous_2)","decl":{"start":{"line":33,"column":2},"end":{"line":33,"column":3}},"loc":{"start":{"line":33,"column":23},"end":{"line":73,"column":3}},"line":33},"3":{"name":"(anonymous_3)","decl":{"start":{"line":41,"column":14},"end":{"line":41,"column":15}},"loc":{"start":{"line":41,"column":19},"end":{"line":41,"column":20}},"line":41},"4":{"name":"(anonymous_4)","decl":{"start":{"line":45,"column":45},"end":{"line":45,"column":46}},"loc":{"start":{"line":46,"column":8},"end":{"line":46,"column":82}},"line":46},"5":{"name":"(anonymous_5)","decl":{"start":{"line":50,"column":30},"end":{"line":50,"column":31}},"loc":{"start":{"line":50,"column":44},"end":{"line":50,"column":82}},"line":50},"6":{"name":"(anonymous_6)","decl":{"start":{"line":75,"column":2},"end":{"line":75,"column":3}},"loc":{"start":{"line":75,"column":32},"end":{"line":87,"column":3}},"line":75},"7":{"name":"(anonymous_7)","decl":{"start":{"line":89,"column":2},"end":{"line":89,"column":3}},"loc":{"start":{"line":89,"column":22},"end":{"line":109,"column":3}},"line":89},"8":{"name":"(anonymous_8)","decl":{"start":{"line":111,"column":2},"end":{"line":111,"column":3}},"loc":{"start":{"line":111,"column":29},"end":{"line":128,"column":3}},"line":111},"9":{"name":"(anonymous_9)","decl":{"start":{"line":131,"column":2},"end":{"line":131,"column":3}},"loc":{"start":{"line":131,"column":37},"end":{"line":144,"column":3}},"line":131},"10":{"name":"(anonymous_10)","decl":{"start":{"line":146,"column":2},"end":{"line":146,"column":3}},"loc":{"start":{"line":146,"column":32},"end":{"line":235,"column":3}},"line":146},"11":{"name":"(anonymous_11)","decl":{"start":{"line":171,"column":23},"end":{"line":171,"column":24}},"loc":{"start":{"line":171,"column":35},"end":{"line":177,"column":5}},"line":171},"12":{"name":"(anonymous_12)","decl":{"start":{"line":208,"column":54},"end":{"line":208,"column":55}},"loc":{"start":{"line":208,"column":59},"end":{"line":208,"column":73}},"line":208},"13":{"name":"(anonymous_13)","decl":{"start":{"line":222,"column":49},"end":{"line":222,"column":50}},"loc":{"start":{"line":222,"column":54},"end":{"line":222,"column":63}},"line":222},"14":{"name":"(anonymous_14)","decl":{"start":{"line":228,"column":18},"end":{"line":228,"column":19}},"loc":{"start":{"line":228,"column":23},"end":{"line":228,"column":24}},"line":228},"15":{"name":"(anonymous_15)","decl":{"start":{"line":237,"column":2},"end":{"line":237,"column":3}},"loc":{"start":{"line":237,"column":31},"end":{"line":254,"column":3}},"line":237},"16":{"name":"(anonymous_16)","decl":{"start":{"line":256,"column":2},"end":{"line":256,"column":3}},"loc":{"start":{"line":256,"column":67},"end":{"line":291,"column":3}},"line":256},"17":{"name":"(anonymous_17)","decl":{"start":{"line":293,"column":2},"end":{"line":293,"column":3}},"loc":{"start":{"line":293,"column":23},"end":{"line":314,"column":3}},"line":293}},"branchMap":{"0":{"loc":{"start":{"line":44,"column":4},"end":{"line":47,"column":5}},"type":"if","locations":[{"start":{"line":44,"column":4},"end":{"line":47,"column":5}},{"start":{"line":44,"column":4},"end":{"line":47,"column":5}}],"line":44},"1":{"loc":{"start":{"line":49,"column":4},"end":{"line":51,"column":5}},"type":"if","locations":[{"start":{"line":49,"column":4},"end":{"line":51,"column":5}},{"start":{"line":49,"column":4},"end":{"line":51,"column":5}}],"line":49},"2":{"loc":{"start":{"line":53,"column":4},"end":{"line":55,"column":5}},"type":"if","locations":[{"start":{"line":53,"column":4},"end":{"line":55,"column":5}},{"start":{"line":53,"column":4},"end":{"line":55,"column":5}}],"line":53},"3":{"loc":{"start":{"line":60,"column":4},"end":{"line":65,"column":5}},"type":"if","locations":[{"start":{"line":60,"column":4},"end":{"line":65,"column":5}},{"start":{"line":60,"column":4},"end":{"line":65,"column":5}}],"line":60},"4":{"loc":{"start":{"line":67,"column":22},"end":{"line":69,"column":68}},"type":"cond-expr","locations":[{"start":{"line":68,"column":8},"end":{"line":68,"column":47}},{"start":{"line":69,"column":8},"end":{"line":69,"column":68}}],"line":67},"5":{"loc":{"start":{"line":69,"column":21},"end":{"line":69,"column":50}},"type":"binary-expr","locations":[{"start":{"line":69,"column":21},"end":{"line":69,"column":44}},{"start":{"line":69,"column":48},"end":{"line":69,"column":50}}],"line":69},"6":{"loc":{"start":{"line":75,"column":18},"end":{"line":75,"column":30}},"type":"default-arg","locations":[{"start":{"line":75,"column":28},"end":{"line":75,"column":30}}],"line":75},"7":{"loc":{"start":{"line":79,"column":6},"end":{"line":79,"column":97}},"type":"cond-expr","locations":[{"start":{"line":79,"column":75},"end":{"line":79,"column":87}},{"start":{"line":79,"column":90},"end":{"line":79,"column":97}}],"line":79},"8":{"loc":{"start":{"line":79,"column":6},"end":{"line":79,"column":72}},"type":"binary-expr","locations":[{"start":{"line":79,"column":6},"end":{"line":79,"column":33}},{"start":{"line":79,"column":37},"end":{"line":79,"column":56}},{"start":{"line":79,"column":60},"end":{"line":79,"column":72}}],"line":79},"9":{"loc":{"start":{"line":80,"column":21},"end":{"line":80,"column":67}},"type":"binary-expr","locations":[{"start":{"line":80,"column":21},"end":{"line":80,"column":37}},{"start":{"line":80,"column":41},"end":{"line":80,"column":67}}],"line":80},"10":{"loc":{"start":{"line":80,"column":51},"end":{"line":80,"column":66}},"type":"binary-expr","locations":[{"start":{"line":80,"column":51},"end":{"line":80,"column":54}},{"start":{"line":80,"column":58},"end":{"line":80,"column":66}}],"line":80},"11":{"loc":{"start":{"line":93,"column":4},"end":{"line":98,"column":5}},"type":"if","locations":[{"start":{"line":93,"column":4},"end":{"line":98,"column":5}},{"start":{"line":93,"column":4},"end":{"line":98,"column":5}}],"line":93},"12":{"loc":{"start":{"line":100,"column":20},"end":{"line":100,"column":51}},"type":"binary-expr","locations":[{"start":{"line":100,"column":20},"end":{"line":100,"column":42}},{"start":{"line":100,"column":46},"end":{"line":100,"column":51}}],"line":100},"13":{"loc":{"start":{"line":102,"column":4},"end":{"line":106,"column":5}},"type":"if","locations":[{"start":{"line":102,"column":4},"end":{"line":106,"column":5}},{"start":{"line":102,"column":4},"end":{"line":106,"column":5}}],"line":102},"14":{"loc":{"start":{"line":115,"column":6},"end":{"line":115,"column":36}},"type":"if","locations":[{"start":{"line":115,"column":6},"end":{"line":115,"column":36}},{"start":{"line":115,"column":6},"end":{"line":115,"column":36}}],"line":115},"15":{"loc":{"start":{"line":122,"column":16},"end":{"line":122,"column":33}},"type":"binary-expr","locations":[{"start":{"line":122,"column":16},"end":{"line":122,"column":26}},{"start":{"line":122,"column":30},"end":{"line":122,"column":33}}],"line":122},"16":{"loc":{"start":{"line":124,"column":14},"end":{"line":124,"column":47}},"type":"binary-expr","locations":[{"start":{"line":124,"column":14},"end":{"line":124,"column":22}},{"start":{"line":124,"column":26},"end":{"line":124,"column":47}}],"line":124},"17":{"loc":{"start":{"line":134,"column":4},"end":{"line":141,"column":5}},"type":"if","locations":[{"start":{"line":134,"column":4},"end":{"line":141,"column":5}},{"start":{"line":134,"column":4},"end":{"line":141,"column":5}}],"line":134},"18":{"loc":{"start":{"line":135,"column":6},"end":{"line":140,"column":7}},"type":"if","locations":[{"start":{"line":135,"column":6},"end":{"line":140,"column":7}},{"start":{"line":135,"column":6},"end":{"line":140,"column":7}}],"line":135},"19":{"loc":{"start":{"line":147,"column":22},"end":{"line":147,"column":92}},"type":"cond-expr","locations":[{"start":{"line":147,"column":54},"end":{"line":147,"column":69}},{"start":{"line":147,"column":72},"end":{"line":147,"column":92}}],"line":147},"20":{"loc":{"start":{"line":156,"column":6},"end":{"line":166,"column":7}},"type":"if","locations":[{"start":{"line":156,"column":6},"end":{"line":166,"column":7}},{"start":{"line":156,"column":6},"end":{"line":166,"column":7}}],"line":156},"21":{"loc":{"start":{"line":172,"column":6},"end":{"line":172,"column":26}},"type":"if","locations":[{"start":{"line":172,"column":6},"end":{"line":172,"column":26}},{"start":{"line":172,"column":6},"end":{"line":172,"column":26}}],"line":172},"22":{"loc":{"start":{"line":175,"column":8},"end":{"line":175,"column":53}},"type":"if","locations":[{"start":{"line":175,"column":8},"end":{"line":175,"column":53}},{"start":{"line":175,"column":8},"end":{"line":175,"column":53}}],"line":175},"23":{"loc":{"start":{"line":180,"column":4},"end":{"line":189,"column":5}},"type":"if","locations":[{"start":{"line":180,"column":4},"end":{"line":189,"column":5}},{"start":{"line":180,"column":4},"end":{"line":189,"column":5}}],"line":180},"24":{"loc":{"start":{"line":191,"column":4},"end":{"line":194,"column":5}},"type":"if","locations":[{"start":{"line":191,"column":4},"end":{"line":194,"column":5}},{"start":{"line":191,"column":4},"end":{"line":194,"column":5}}],"line":191},"25":{"loc":{"start":{"line":196,"column":4},"end":{"line":232,"column":5}},"type":"if","locations":[{"start":{"line":196,"column":4},"end":{"line":232,"column":5}},{"start":{"line":196,"column":4},"end":{"line":232,"column":5}}],"line":196},"26":{"loc":{"start":{"line":200,"column":6},"end":{"line":200,"column":39}},"type":"if","locations":[{"start":{"line":200,"column":6},"end":{"line":200,"column":39}},{"start":{"line":200,"column":6},"end":{"line":200,"column":39}}],"line":200},"27":{"loc":{"start":{"line":205,"column":6},"end":{"line":213,"column":7}},"type":"if","locations":[{"start":{"line":205,"column":6},"end":{"line":213,"column":7}},{"start":{"line":205,"column":6},"end":{"line":213,"column":7}}],"line":205},"28":{"loc":{"start":{"line":205,"column":10},"end":{"line":205,"column":50}},"type":"binary-expr","locations":[{"start":{"line":205,"column":10},"end":{"line":205,"column":30}},{"start":{"line":205,"column":34},"end":{"line":205,"column":50}}],"line":205},"29":{"loc":{"start":{"line":215,"column":6},"end":{"line":229,"column":7}},"type":"if","locations":[{"start":{"line":215,"column":6},"end":{"line":229,"column":7}},{"start":{"line":215,"column":6},"end":{"line":229,"column":7}}],"line":215},"30":{"loc":{"start":{"line":218,"column":13},"end":{"line":229,"column":7}},"type":"if","locations":[{"start":{"line":218,"column":13},"end":{"line":229,"column":7}},{"start":{"line":218,"column":13},"end":{"line":229,"column":7}}],"line":218},"31":{"loc":{"start":{"line":218,"column":17},"end":{"line":218,"column":52}},"type":"binary-expr","locations":[{"start":{"line":218,"column":17},"end":{"line":218,"column":32}},{"start":{"line":218,"column":36},"end":{"line":218,"column":52}}],"line":218},"32":{"loc":{"start":{"line":240,"column":6},"end":{"line":240,"column":77}},"type":"binary-expr","locations":[{"start":{"line":240,"column":6},"end":{"line":240,"column":37}},{"start":{"line":240,"column":41},"end":{"line":240,"column":77}}],"line":240},"33":{"loc":{"start":{"line":244,"column":4},"end":{"line":247,"column":5}},"type":"if","locations":[{"start":{"line":244,"column":4},"end":{"line":247,"column":5}},{"start":{"line":244,"column":4},"end":{"line":247,"column":5}}],"line":244},"34":{"loc":{"start":{"line":249,"column":4},"end":{"line":253,"column":5}},"type":"if","locations":[{"start":{"line":249,"column":4},"end":{"line":253,"column":5}},{"start":{"line":249,"column":4},"end":{"line":253,"column":5}}],"line":249},"35":{"loc":{"start":{"line":249,"column":8},"end":{"line":249,"column":75}},"type":"binary-expr","locations":[{"start":{"line":249,"column":8},"end":{"line":249,"column":38}},{"start":{"line":249,"column":42},"end":{"line":249,"column":75}}],"line":249},"36":{"loc":{"start":{"line":257,"column":4},"end":{"line":290,"column":5}},"type":"if","locations":[{"start":{"line":257,"column":4},"end":{"line":290,"column":5}},{"start":{"line":257,"column":4},"end":{"line":290,"column":5}}],"line":257},"37":{"loc":{"start":{"line":257,"column":8},"end":{"line":257,"column":37}},"type":"binary-expr","locations":[{"start":{"line":257,"column":8},"end":{"line":257,"column":15}},{"start":{"line":257,"column":19},"end":{"line":257,"column":37}}],"line":257},"38":{"loc":{"start":{"line":264,"column":6},"end":{"line":270,"column":7}},"type":"if","locations":[{"start":{"line":264,"column":6},"end":{"line":270,"column":7}},{"start":{"line":264,"column":6},"end":{"line":270,"column":7}}],"line":264},"39":{"loc":{"start":{"line":265,"column":17},"end":{"line":267,"column":51}},"type":"cond-expr","locations":[{"start":{"line":266,"column":12},"end":{"line":266,"column":45}},{"start":{"line":267,"column":12},"end":{"line":267,"column":51}}],"line":265},"40":{"loc":{"start":{"line":269,"column":17},"end":{"line":269,"column":94}},"type":"cond-expr","locations":[{"start":{"line":269,"column":27},"end":{"line":269,"column":56}},{"start":{"line":269,"column":59},"end":{"line":269,"column":94}}],"line":269},"41":{"loc":{"start":{"line":296,"column":4},"end":{"line":296,"column":34}},"type":"if","locations":[{"start":{"line":296,"column":4},"end":{"line":296,"column":34}},{"start":{"line":296,"column":4},"end":{"line":296,"column":34}}],"line":296},"42":{"loc":{"start":{"line":298,"column":4},"end":{"line":305,"column":5}},"type":"if","locations":[{"start":{"line":298,"column":4},"end":{"line":305,"column":5}},{"start":{"line":298,"column":4},"end":{"line":305,"column":5}}],"line":298},"43":{"loc":{"start":{"line":300,"column":11},"end":{"line":305,"column":5}},"type":"if","locations":[{"start":{"line":300,"column":11},"end":{"line":305,"column":5}},{"start":{"line":300,"column":11},"end":{"line":305,"column":5}}],"line":300},"44":{"loc":{"start":{"line":307,"column":4},"end":{"line":309,"column":5}},"type":"if","locations":[{"start":{"line":307,"column":4},"end":{"line":309,"column":5}},{"start":{"line":307,"column":4},"end":{"line":309,"column":5}}],"line":307}},"s":{"0":1,"1":1,"2":1,"3":1,"4":1,"5":1,"6":1,"7":1,"8":1,"9":1,"10":1,"11":1,"12":1,"13":1,"14":1,"15":25,"16":5,"17":1,"18":35,"19":35,"20":35,"21":35,"22":105,"23":35,"24":34,"25":25,"26":35,"27":34,"28":5,"29":35,"30":2,"31":35,"32":35,"33":6,"34":6,"35":29,"36":35,"37":35,"38":35,"39":35,"40":35,"41":35,"42":35,"43":35,"44":35,"45":35,"46":35,"47":2,"48":33,"49":33,"50":1,"51":32,"52":35,"53":35,"54":35,"55":34,"56":2,"57":32,"58":30,"59":6,"60":6,"61":35,"62":35,"63":2,"64":1,"65":1,"66":34,"67":32,"68":32,"69":32,"70":32,"71":24,"72":24,"73":22,"74":4,"75":30,"76":30,"77":31,"78":2,"79":29,"80":29,"81":4,"82":3,"83":30,"84":30,"85":8,"86":30,"87":4,"88":4,"89":30,"90":1,"91":29,"92":25,"93":29,"94":9,"95":4,"96":20,"97":29,"98":1,"99":28,"100":8,"101":3,"102":8,"103":20,"104":20,"105":29,"106":30,"107":30,"108":30,"109":30,"110":27,"111":1,"112":27,"113":1,"114":26,"115":28,"116":1,"117":27,"118":27,"119":27,"120":2,"121":25,"122":27,"123":54,"124":54,"125":34,"126":20,"127":8,"128":12,"129":3,"130":9,"131":9,"132":20,"133":12,"134":18,"135":18,"136":1},"f":{"0":25,"1":5,"2":35,"3":105,"4":25,"5":5,"6":35,"7":35,"8":35,"9":35,"10":32,"11":31,"12":4,"13":3,"14":20,"15":30,"16":28,"17":54},"b":{"0":[34,1],"1":[34,1],"2":[2,33],"3":[6,29],"4":[13,22],"5":[22,22],"6":[33],"7":[1,34],"8":[35,33,1],"9":[35,34],"10":[34,1],"11":[2,33],"12":[33,11],"13":[1,32],"14":[2,32],"15":[6,5],"16":[6,6],"17":[2,33],"18":[1,1],"19":[1,31],"20":[4,18],"21":[2,29],"22":[3,1],"23":[8,22],"24":[4,26],"25":[1,29],"26":[25,4],"27":[9,20],"28":[29,22],"29":[1,28],"30":[8,20],"31":[28,22],"32":[30,30],"33":[1,26],"34":[1,26],"35":[27,1],"36":[1,27],"37":[28,28],"38":[2,25],"39":[1,1],"40":[1,24],"41":[34,20],"42":[8,12],"43":[3,9],"44":[12,8]},"_coverageSchema":"332fd63041d2c1bcb487cc26dd0d5f7d97098a6c","hash":"319e79f1941286295ccfa96bdf665cd3e883ad7c","contentHash":"deeb3493d1b0698316c2814d3323d8bb_11.9.0"},"/Users/xchen11/dev/pub/electrode/packages/electrode-redux-router-engine/lib/util.js":{"path":"/Users/xchen11/dev/pub/electrode/packages/electrode-redux-router-engine/lib/util.js","statementMap":{"0":{"start":{"line":3,"column":13},"end":{"line":3,"column":28}},"1":{"start":{"line":4,"column":11},"end":{"line":4,"column":24}},"2":{"start":{"line":6,"column":0},"end":{"line":27,"column":2}},"3":{"start":{"line":8,"column":4},"end":{"line":8,"column":26}},"4":{"start":{"line":11,"column":4},"end":{"line":11,"column":36}},"5":{"start":{"line":11,"column":27},"end":{"line":11,"column":36}},"6":{"start":{"line":13,"column":4},"end":{"line":13,"column":66}},"7":{"start":{"line":16,"column":19},"end":{"line":16,"column":40}},"8":{"start":{"line":17,"column":4},"end":{"line":17,"column":60}},"9":{"start":{"line":20,"column":4},"end":{"line":26,"column":5}},"10":{"start":{"line":22,"column":8},"end":{"line":22,"column":77}},"11":{"start":{"line":22,"column":35},"end":{"line":22,"column":77}},"12":{"start":{"line":23,"column":8},"end":{"line":23,"column":23}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":7,"column":14},"end":{"line":7,"column":15}},"loc":{"start":{"line":7,"column":19},"end":{"line":9,"column":3}},"line":7},"1":{"name":"(anonymous_1)","decl":{"start":{"line":10,"column":21},"end":{"line":10,"column":22}},"loc":{"start":{"line":10,"column":37},"end":{"line":14,"column":3}},"line":10},"2":{"name":"(anonymous_2)","decl":{"start":{"line":15,"column":20},"end":{"line":15,"column":21}},"loc":{"start":{"line":15,"column":43},"end":{"line":18,"column":3}},"line":15},"3":{"name":"(anonymous_3)","decl":{"start":{"line":19,"column":17},"end":{"line":19,"column":18}},"loc":{"start":{"line":20,"column":4},"end":{"line":26,"column":5}},"line":20},"4":{"name":"(anonymous_4)","decl":{"start":{"line":21,"column":6},"end":{"line":21,"column":7}},"loc":{"start":{"line":21,"column":22},"end":{"line":24,"column":7}},"line":21}},"branchMap":{"0":{"loc":{"start":{"line":8,"column":11},"end":{"line":8,"column":25}},"type":"binary-expr","locations":[{"start":{"line":8,"column":11},"end":{"line":8,"column":20}},{"start":{"line":8,"column":24},"end":{"line":8,"column":25}}],"line":8},"1":{"loc":{"start":{"line":11,"column":4},"end":{"line":11,"column":36}},"type":"if","locations":[{"start":{"line":11,"column":4},"end":{"line":11,"column":36}},{"start":{"line":11,"column":4},"end":{"line":11,"column":36}}],"line":11},"2":{"loc":{"start":{"line":13,"column":11},"end":{"line":13,"column":65}},"type":"cond-expr","locations":[{"start":{"line":13,"column":31},"end":{"line":13,"column":61}},{"start":{"line":13,"column":64},"end":{"line":13,"column":65}}],"line":13},"3":{"loc":{"start":{"line":13,"column":44},"end":{"line":13,"column":57}},"type":"binary-expr","locations":[{"start":{"line":13,"column":44},"end":{"line":13,"column":51}},{"start":{"line":13,"column":55},"end":{"line":13,"column":57}}],"line":13},"4":{"loc":{"start":{"line":16,"column":19},"end":{"line":16,"column":40}},"type":"binary-expr","locations":[{"start":{"line":16,"column":19},"end":{"line":16,"column":24}},{"start":{"line":16,"column":28},"end":{"line":16,"column":40}}],"line":16},"5":{"loc":{"start":{"line":17,"column":11},"end":{"line":17,"column":59}},"type":"cond-expr","locations":[{"start":{"line":17,"column":41},"end":{"line":17,"column":47}},{"start":{"line":17,"column":50},"end":{"line":17,"column":59}}],"line":17},"6":{"loc":{"start":{"line":22,"column":8},"end":{"line":22,"column":77}},"type":"if","locations":[{"start":{"line":22,"column":8},"end":{"line":22,"column":77}},{"start":{"line":22,"column":8},"end":{"line":22,"column":77}}],"line":22}},"s":{"0":1,"1":1,"2":1,"3":18,"4":17,"5":2,"6":15,"7":2,"8":2,"9":36,"10":389,"11":1,"12":389},"f":{"0":18,"1":17,"2":2,"3":36,"4":389},"b":{"0":[18,10],"1":[2,15],"2":[13,2],"3":[13,5],"4":[2,2],"5":[1,1],"6":[1,388]},"_coverageSchema":"332fd63041d2c1bcb487cc26dd0d5f7d97098a6c","hash":"2a78b9eb11d78e15a0ac1493aea3175abc5d6d98","contentHash":"7fe5da8ce58be4342f7ceacc6178d2d8_11.9.0"},"/Users/xchen11/dev/pub/electrode/packages/electrode-redux-router-engine/lib/server-context.js":{"path":"/Users/xchen11/dev/pub/electrode/packages/electrode-redux-router-engine/lib/server-context.js","statementMap":{"0":{"start":{"line":3,"column":14},"end":{"line":3,"column":30}},"1":{"start":{"line":4,"column":18},"end":{"line":4,"column":39}},"2":{"start":{"line":8,"column":4},"end":{"line":16,"column":6}},"3":{"start":{"line":20,"column":4},"end":{"line":20,"column":31}},"4":{"start":{"line":24,"column":0},"end":{"line":26,"column":2}},"5":{"start":{"line":28,"column":0},"end":{"line":28,"column":31}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":7,"column":2},"end":{"line":7,"column":3}},"loc":{"start":{"line":7,"column":20},"end":{"line":17,"column":3}},"line":7},"1":{"name":"(anonymous_1)","decl":{"start":{"line":19,"column":2},"end":{"line":19,"column":3}},"loc":{"start":{"line":19,"column":11},"end":{"line":21,"column":3}},"line":19}},"branchMap":{},"s":{"0":1,"1":1,"2":27,"3":27,"4":1,"5":1},"f":{"0":27,"1":27},"b":{},"_coverageSchema":"332fd63041d2c1bcb487cc26dd0d5f7d97098a6c","hash":"59bbcf6ebfef8e1de4d33b0c053d05da3f88ac3c","contentHash":"e8332057ffe5b649cb0615cb45d6f4a3_11.9.0"}} \ No newline at end of file diff --git a/packages/electrode-redux-router-engine/test/spec/util.spec.js b/packages/electrode-redux-router-engine/test/spec/util.spec.js index e914017c5..7e5e67a65 100644 --- a/packages/electrode-redux-router-engine/test/spec/util.spec.js +++ b/packages/electrode-redux-router-engine/test/spec/util.spec.js @@ -4,7 +4,7 @@ const util = require("../../lib/util"); const Path = require("path"); const sinon = require("sinon"); -describe("util", function() { +describe("util", function () { it("es6Default should return default", () => { expect(util.es6Default({ default: "hello" })).to.equal("hello"); }); @@ -21,19 +21,6 @@ describe("util", function() { expect(util.resolveModulePath("test")).to.equal("test"); }); - it("createdStatExtractor should get default chunk extractor if stats file does not exists", () => { - const extractor = util.createdStatExtractor(); - expect(Object.keys(extractor).length > 1); - }); - - it("createdStatExtractor should get chunk extractor if stats file exists", () => { - const path = Path.resolve("test/loadable-stats.json"); - const stubbed = sinon.stub(Path, "resolve", () => path); - const extractor = util.createdStatExtractor(); - expect(Object.keys(extractor).length > 1); - stubbed.restore(); - }); - it("getTargetByQuery should get default target from request query string", () => { const target = util.getTargetByQuery({}, ["default"]); expect(target).to.equal("default"); @@ -46,9 +33,7 @@ describe("util", function() { it("getEnvTargets should get an array of all babel env targets", () => { const stubbed = sinon.stub(require("fs"), "readdirSync", () => ["dist", "dist-es6", "a", "b"]); - expect(util.getEnvTargets()) - .to.include("default") - .to.include("es6"); + expect(util.getEnvTargets()).to.include("default").to.include("es6"); stubbed.restore(); }); }); diff --git a/packages/xarc-app-dev/package.json b/packages/xarc-app-dev/package.json index f01fede2c..1676d30f6 100644 --- a/packages/xarc-app-dev/package.json +++ b/packages/xarc-app-dev/package.json @@ -43,7 +43,6 @@ "@babel/plugin-proposal-class-properties": "^7.2.1", "@babel/plugin-proposal-decorators": "^7.4.4", "@babel/plugin-proposal-object-rest-spread": "^7.0.0", - "@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/plugin-transform-react-constant-elements": "^7.0.0", "@babel/plugin-transform-react-inline-elements": "^7.0.0", "@babel/plugin-transform-runtime": "^7.1.0", diff --git a/packages/xarc-app-dev/src/config/babel/babelrc-client.ts b/packages/xarc-app-dev/src/config/babel/babelrc-client.ts index d80fa2e49..3e5b52149 100644 --- a/packages/xarc-app-dev/src/config/babel/babelrc-client.ts +++ b/packages/xarc-app-dev/src/config/babel/babelrc-client.ts @@ -14,7 +14,6 @@ const { legacyDecorators, transformClassProps, looseClassProps, - enableDynamicImport, hasMultiTargets, target: babelTarget, envTargets = {} @@ -35,9 +34,6 @@ const basePlugins = [ useRuntimeModule: true } ], - ...(enableDynamicImport - ? ["@babel/plugin-syntax-dynamic-import", "@loadable/babel-plugin"] - : [false]), // allow decorators on class and method // Note: This must go before @babel/plugin-proposal-class-properties (enableTypeScript || proposalDecorators) && [ diff --git a/packages/xarc-app-dev/src/config/babel/babelrc.ts b/packages/xarc-app-dev/src/config/babel/babelrc.ts index 6ca6d03e3..2c36175e6 100644 --- a/packages/xarc-app-dev/src/config/babel/babelrc.ts +++ b/packages/xarc-app-dev/src/config/babel/babelrc.ts @@ -23,7 +23,6 @@ const { legacyDecorators, transformClassProps, looseClassProps, - enableDynamicImport, hasMultiTargets, target: babelTarget, envTargets = {} @@ -96,10 +95,6 @@ const basePlugins = [ useRuntimeModule: true } ], - !isNodeTarget && enableDynamicImport && "@babel/plugin-syntax-dynamic-import", - // add plugin for loadable component - // Note: this is needed for server side (node.js) also. - enableDynamicImport && "@loadable/babel-plugin", // allow decorators on class and method // Note: This must go before @babel/plugin-proposal-class-properties (enableTypeScript || proposalDecorators) && [ diff --git a/packages/xarc-app-dev/src/config/env-babel.ts b/packages/xarc-app-dev/src/config/env-babel.ts index 6e5e3908a..476ff1914 100644 --- a/packages/xarc-app-dev/src/config/env-babel.ts +++ b/packages/xarc-app-dev/src/config/env-babel.ts @@ -10,7 +10,6 @@ module.exports = function getEnvBabel() { const babelConfigSpec = { enableTypeScript: { env: "ENABLE_BABEL_TYPESCRIPT", default: options.typescript || true }, - enableDynamicImport: { env: "ENABLE_DYNAMIC_IMPORT", default: false }, enableFlow: { env: "ENABLE_BABEL_FLOW", default: true }, // require the @flow directive in source to enable FlowJS type stripping flowRequireDirective: { env: "FLOW_REQUIRE_DIRECTIVE", default: false }, diff --git a/packages/xarc-app-dev/src/config/opt2/babel-options.ts b/packages/xarc-app-dev/src/config/opt2/babel-options.ts index 676c1c505..ab5c4933d 100644 --- a/packages/xarc-app-dev/src/config/opt2/babel-options.ts +++ b/packages/xarc-app-dev/src/config/opt2/babel-options.ts @@ -14,7 +14,6 @@ export type BabelOptions = { * - if not set, then we check env `ENABLE_BABEL_TYPESCRIPT` */ enableTypeScript?: boolean; - // DEPRECATE: enableDynamicImport?: boolean; /** * Enable support for stripping flow.js types using `@babel/plugin-transform-flow-strip-types` diff --git a/packages/xarc-webpack/package.json b/packages/xarc-webpack/package.json index 2f6698756..b971caa7f 100644 --- a/packages/xarc-webpack/package.json +++ b/packages/xarc-webpack/package.json @@ -33,7 +33,6 @@ "Joel Chen " ], "dependencies": { - "@loadable/webpack-plugin": "^5.7.1", "autoprefixer": "^9.6.0", "babel-loader": "^8.1.0", "chalk": "^4.1.0", diff --git a/packages/xarc-webpack/src/index.ts b/packages/xarc-webpack/src/index.ts index 4570c9465..0cb8a7959 100644 --- a/packages/xarc-webpack/src/index.ts +++ b/packages/xarc-webpack/src/index.ts @@ -89,10 +89,7 @@ export const partials = { * setup CSS/styling support */ extractStyle: genPartials["_extract-style"], - /** - * setup @loadable/webpack-plugin for dynamic import loadable components - */ - loadable: genPartials._loadable, + /** * setup loaders for font files like woff/woff2/eot/ttf */ diff --git a/packages/xarc-webpack/src/partials/index.ts b/packages/xarc-webpack/src/partials/index.ts index a595112e6..9346e61a4 100644 --- a/packages/xarc-webpack/src/partials/index.ts +++ b/packages/xarc-webpack/src/partials/index.ts @@ -26,7 +26,6 @@ const orders = [ "_test-resolve", "_babel", "_extract-style", - "_loadable", "_fonts", "_images", "_isomorphic", diff --git a/packages/xarc-webpack/src/partials/loadable.ts b/packages/xarc-webpack/src/partials/loadable.ts deleted file mode 100644 index 91fbeb0f4..000000000 --- a/packages/xarc-webpack/src/partials/loadable.ts +++ /dev/null @@ -1,13 +0,0 @@ -/* eslint-disable @typescript-eslint/no-var-requires */ - -import { loadXarcOptions } from "../util/load-xarc-options"; -import * as LoadablePlugin from "@loadable/webpack-plugin"; - -module.exports = function() { - const xarcOptions = loadXarcOptions(); - return { - plugins: xarcOptions.babel.enableDynamicImport - ? [new LoadablePlugin({ filename: "../server/loadable-stats.json" })] - : [] - }; -}; diff --git a/packages/xarc-webpack/src/profile.base.ts b/packages/xarc-webpack/src/profile.base.ts index a7ab43a91..c2256ad63 100644 --- a/packages/xarc-webpack/src/profile.base.ts +++ b/packages/xarc-webpack/src/profile.base.ts @@ -18,7 +18,6 @@ const profile = { _stats: { order: 2400 }, _isomorphic: { order: 2500 }, _pwa: { order: 2600 }, - _loadable: { order: 2700 }, "_dll-load": { order: 20000 }, _node: { order: 30000 } } diff --git a/samples/hapi-app/fyn-lock.yaml b/samples/hapi-app/fyn-lock.yaml index 1cc5c6399..2b7acc3ad 100644 --- a/samples/hapi-app/fyn-lock.yaml +++ b/samples/hapi-app/fyn-lock.yaml @@ -36,7 +36,7 @@ $pkg: ^7.1.5: 7.12.10 7.12.10: $: sha512-+y4ZnePpvWs1fc/LhZRTHkTesbXkyBYuOB+5CyodZqrEuETXi3zOVfpAQIdgC3lXbHLTDG9dQosxR9BhvLKDLQ== - _: 'https://registry.npmjs.org/@babel/cli/-/cli-7.12.10.tgz' + _: 'https://npme.walmart.com/@babel/cli/-/cli-7.12.10.tgz' dependencies: commander: ^4.0.1 convert-source-map: ^1.1.0 @@ -57,7 +57,7 @@ $pkg: '^7.0.0,^7.10.4,^7.12.11': 7.12.11 7.12.11: $: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw== - _: 'https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz' + _: 'https://npme.walmart.com/@babel/code-frame/-/code-frame-7.12.11.tgz' dependencies: '@babel/highlight': ^7.10.4 '@babel/compat-data': @@ -66,14 +66,14 @@ $pkg: '^7.12.5,^7.12.7': 7.12.7 7.12.7: $: sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw== - _: 'https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.12.7.tgz' + _: 'https://npme.walmart.com/@babel/compat-data/-/compat-data-7.12.7.tgz' '@babel/core': _latest: 7.12.10 _: '^7.1.6,^7.7.5': 7.12.10 7.12.10: $: sha512-eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dpZ68eN6d8w== - _: 'https://registry.npmjs.org/@babel/core/-/core-7.12.10.tgz' + _: 'https://npme.walmart.com/@babel/core/-/core-7.12.10.tgz' dependencies: '@babel/code-frame': ^7.10.4 '@babel/generator': ^7.12.10 @@ -96,7 +96,7 @@ $pkg: '^7.0.0-beta.44,^7.12.10,^7.12.11,^7.4.0': 7.12.11 7.12.11: $: sha512-Ggg6WPOJtSi8yYQvLVjG8F/TlpWDlKx0OpS4Kt+xMQPs5OaGYWy+v1A+1TvxI6sAMGZpKWWoAQ1DaeQbImlItA== - _: 'https://registry.npmjs.org/@babel/generator/-/generator-7.12.11.tgz' + _: 'https://npme.walmart.com/@babel/generator/-/generator-7.12.11.tgz' dependencies: '@babel/types': ^7.12.11 jsesc: ^2.5.1 @@ -107,7 +107,7 @@ $pkg: '^7.10.4,^7.12.10': 7.12.10 7.12.10: $: sha512-XplmVbC1n+KY6jL8/fgLVXXUauDIB+lD5+GsQEh6F6GBF1dq1qy4DP4yXWzDKcoqXB3X58t61e85Fitoww4JVQ== - _: 'https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.10.tgz' + _: 'https://npme.walmart.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.10.tgz' dependencies: '@babel/types': ^7.12.10 '@babel/helper-builder-binary-assignment-operator-visitor': @@ -116,7 +116,7 @@ $pkg: ^7.10.4: 7.10.4 7.10.4: $: sha512-L0zGlFrGWZK4PbT8AszSfLTM5sDU1+Az/En9VrdT8/LmEiJt4zXt+Jve9DCAnQcbqDhCI+29y/L93mrDzddCcg== - _: 'https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.10.4.tgz' + _: 'https://npme.walmart.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.10.4.tgz' dependencies: '@babel/helper-explode-assignable-expression': ^7.10.4 '@babel/types': ^7.10.4 @@ -126,7 +126,7 @@ $pkg: ^7.10.4: 7.10.4 7.10.4: $: sha512-5nPcIZ7+KKDxT1427oBivl9V9YTal7qk0diccnh7RrcgrT/pGFOjgGw1dgryyx1GvHEpXVfoDF6Ak3rTiWh8Rg== - _: 'https://registry.npmjs.org/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.10.4.tgz' + _: 'https://npme.walmart.com/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.10.4.tgz' dependencies: '@babel/helper-annotate-as-pure': ^7.10.4 '@babel/types': ^7.10.4 @@ -136,7 +136,7 @@ $pkg: ^7.12.5: 7.12.5 7.12.5: $: sha512-+qH6NrscMolUlzOYngSBMIOQpKUGPPsc61Bu5W10mg84LxZ7cmvnBHzARKbDoFxVvqqAbj6Tg6N7bSrWSPXMyw== - _: 'https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.5.tgz' + _: 'https://npme.walmart.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.5.tgz' dependencies: '@babel/compat-data': ^7.12.5 '@babel/helper-validator-option': ^7.12.1 @@ -150,7 +150,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-hkL++rWeta/OVOBTRJc9a5Azh5mt5WgZUGAKMD8JM141YsE08K//bp1unBBieO6rUKkIPyUE0USQ30jAy3Sk1w== - _: 'https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.1.tgz' dependencies: '@babel/helper-function-name': ^7.10.4 '@babel/helper-member-expression-to-functions': ^7.12.1 @@ -165,7 +165,7 @@ $pkg: ^7.12.1: 7.12.7 7.12.7: $: sha512-idnutvQPdpbduutvi3JVfEgcVIHooQnhvhx0Nk9isOINOIGYkZea1Pk2JlJRiUnMefrlvr0vkByATBY/mB4vjQ== - _: 'https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.7.tgz' + _: 'https://npme.walmart.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.7.tgz' dependencies: '@babel/helper-annotate-as-pure': ^7.10.4 regexpu-core: ^4.7.1 @@ -177,7 +177,7 @@ $pkg: ^7.10.4: 7.10.5 7.10.5: $: sha512-fMw4kgFB720aQFXSVaXr79pjjcW5puTCM16+rECJ/plGS+zByelE8l9nCpV1GibxTnFVmUuYG9U8wYfQHdzOEQ== - _: 'https://registry.npmjs.org/@babel/helper-define-map/-/helper-define-map-7.10.5.tgz' + _: 'https://npme.walmart.com/@babel/helper-define-map/-/helper-define-map-7.10.5.tgz' dependencies: '@babel/helper-function-name': ^7.10.4 '@babel/types': ^7.10.5 @@ -188,7 +188,7 @@ $pkg: ^7.10.4: 7.12.1 7.12.1: $: sha512-dmUwH8XmlrUpVqgtZ737tK88v07l840z9j3OEhCLwKTkjlvKpfqXVIZ0wpK3aeOxspwGrf/5AP5qLx4rO3w5rA== - _: 'https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.12.1.tgz' dependencies: '@babel/types': ^7.12.1 '@babel/helper-function-name': @@ -197,7 +197,7 @@ $pkg: '^7.10.4,^7.12.11': 7.12.11 7.12.11: $: sha512-AtQKjtYNolKNi6nNNVLQ27CP6D9oFR6bq/HPYSizlzbp7uC1M59XJe8L+0uXjbIaZaUJF99ruHqVGiKXU/7ybA== - _: 'https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.12.11.tgz' + _: 'https://npme.walmart.com/@babel/helper-function-name/-/helper-function-name-7.12.11.tgz' dependencies: '@babel/helper-get-function-arity': ^7.12.10 '@babel/template': ^7.12.7 @@ -208,7 +208,7 @@ $pkg: ^7.12.10: 7.12.10 7.12.10: $: sha512-mm0n5BPjR06wh9mPQaDdXWDoll/j5UpCAPl1x8fS71GHm7HA6Ua2V4ylG1Ju8lvcTOietbPNNPaSilKj+pj+Ag== - _: 'https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.10.tgz' + _: 'https://npme.walmart.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.10.tgz' dependencies: '@babel/types': ^7.12.10 '@babel/helper-hoist-variables': @@ -217,7 +217,7 @@ $pkg: ^7.10.4: 7.10.4 7.10.4: $: sha512-wljroF5PgCk2juF69kanHVs6vrLwIPNp6DLD+Lrl3hoQ3PpPPikaDRNFA+0t81NOoMt2DL6WW/mdU8k4k6ZzuA== - _: 'https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.4.tgz' + _: 'https://npme.walmart.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.4.tgz' dependencies: '@babel/types': ^7.10.4 '@babel/helper-member-expression-to-functions': @@ -226,7 +226,7 @@ $pkg: '^7.12.1,^7.12.7': 7.12.7 7.12.7: $: sha512-DCsuPyeWxeHgh1Dus7APn7iza42i/qXqiFPWyBDdOFtvS581JQePsc1F/nD+fHrcswhLlRc2UpYS1NwERxZhHw== - _: 'https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.7.tgz' + _: 'https://npme.walmart.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.7.tgz' dependencies: '@babel/types': ^7.12.7 '@babel/helper-module-imports': @@ -235,7 +235,7 @@ $pkg: '^7.0.0-beta.44,^7.0.0-beta.49,^7.12.1,^7.12.5': 7.12.5 7.12.5: $: sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA== - _: 'https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz' + _: 'https://npme.walmart.com/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz' dependencies: '@babel/types': ^7.12.5 '@babel/helper-module-transforms': @@ -244,7 +244,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w== - _: 'https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.1.tgz' dependencies: '@babel/helper-module-imports': ^7.12.1 '@babel/helper-replace-supers': ^7.12.1 @@ -261,7 +261,7 @@ $pkg: '^7.10.4,^7.12.10': 7.12.10 7.12.10: $: sha512-4tpbU0SrSTjjt65UMWSrUOPZTsgvPgGG4S8QSTNHacKzpS51IVWGDj0yCwyeZND/i+LSN2g/O63jEXEWm49sYQ== - _: 'https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.10.tgz' + _: 'https://npme.walmart.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.10.tgz' dependencies: '@babel/types': ^7.12.10 '@babel/helper-plugin-utils': @@ -270,14 +270,14 @@ $pkg: '^7.0.0,^7.10.4,^7.8.0,^7.8.3': 7.10.4 7.10.4: $: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg== - _: 'https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz' + _: 'https://npme.walmart.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz' '@babel/helper-remap-async-to-generator': _latest: 7.12.1 _: ^7.12.1: 7.12.1 7.12.1: $: sha512-9d0KQCRM8clMPcDwo8SevNs+/9a8yWVVmaE80FGJcEP8N1qToREmWEGnBn8BUlJhYRFz6fqxeRL1sl5Ogsed7A== - _: 'https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.12.1.tgz' dependencies: '@babel/helper-annotate-as-pure': ^7.10.4 '@babel/helper-wrap-function': ^7.10.4 @@ -288,7 +288,7 @@ $pkg: ^7.12.1: 7.12.11 7.12.11: $: sha512-q+w1cqmhL7R0FNzth/PLLp2N+scXEK/L2AHbXUyydxp828F4FEa5WcVoqui9vFRiHDQErj9Zof8azP32uGVTRA== - _: 'https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.12.11.tgz' + _: 'https://npme.walmart.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.11.tgz' dependencies: '@babel/helper-member-expression-to-functions': ^7.12.7 '@babel/helper-optimise-call-expression': ^7.12.10 @@ -300,7 +300,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA== - _: 'https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/helper-simple-access/-/helper-simple-access-7.12.1.tgz' dependencies: '@babel/types': ^7.12.1 '@babel/helper-skip-transparent-expression-wrappers': @@ -309,7 +309,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-Mf5AUuhG1/OCChOJ/HcADmvcHM42WJockombn8ATJG3OnyiSxBK/Mm5x78BQWvmtXZKHgbjdGL2kin/HOLlZGA== - _: 'https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.12.1.tgz' dependencies: '@babel/types': ^7.12.1 '@babel/helper-split-export-declaration': @@ -318,7 +318,7 @@ $pkg: '^7.10.4,^7.11.0,^7.12.11': 7.12.11 7.12.11: $: sha512-LsIVN8j48gHgwzfocYUSkO/hjYAOJqlpJEc7tGXcIm4cubjVUf8LGW6eWRyxEu7gA25q02p0rQUWoCI33HNS5g== - _: 'https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.11.tgz' + _: 'https://npme.walmart.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.11.tgz' dependencies: '@babel/types': ^7.12.11 '@babel/helper-validator-identifier': @@ -327,21 +327,21 @@ $pkg: '^7.10.4,^7.12.11': 7.12.11 7.12.11: $: sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw== - _: 'https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz' + _: 'https://npme.walmart.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz' '@babel/helper-validator-option': _latest: 7.12.11 _: '^7.12.1,^7.12.11': 7.12.11 7.12.11: $: sha512-TBFCyj939mFSdeX7U7DDj32WtzYY7fDcalgq8v3fBZMNOJQNn7nOYzMaUCiPxPYfCup69mtIpqlKgMZLvQ8Xhw== - _: 'https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.12.11.tgz' + _: 'https://npme.walmart.com/@babel/helper-validator-option/-/helper-validator-option-7.12.11.tgz' '@babel/helper-wrap-function': _latest: 7.12.3 _: ^7.10.4: 7.12.3 7.12.3: $: sha512-Cvb8IuJDln3rs6tzjW3Y8UeelAOdnpB8xtQ4sme2MSZ9wOxrbThporC0y/EtE16VAtoyEfLM404Xr1e0OOp+ow== - _: 'https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.12.3.tgz' + _: 'https://npme.walmart.com/@babel/helper-wrap-function/-/helper-wrap-function-7.12.3.tgz' dependencies: '@babel/helper-function-name': ^7.10.4 '@babel/template': ^7.10.4 @@ -353,7 +353,7 @@ $pkg: ^7.12.5: 7.12.5 7.12.5: $: sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA== - _: 'https://registry.npmjs.org/@babel/helpers/-/helpers-7.12.5.tgz' + _: 'https://npme.walmart.com/@babel/helpers/-/helpers-7.12.5.tgz' dependencies: '@babel/template': ^7.10.4 '@babel/traverse': ^7.12.5 @@ -364,7 +364,7 @@ $pkg: ^7.10.4: 7.10.4 7.10.4: $: sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA== - _: 'https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.4.tgz' + _: 'https://npme.walmart.com/@babel/highlight/-/highlight-7.10.4.tgz' dependencies: '@babel/helper-validator-identifier': ^7.10.4 chalk: ^2.0.0 @@ -375,14 +375,14 @@ $pkg: '^7.12.10,^7.12.11,^7.12.7,^7.4.3,^7.7.0': 7.12.11 7.12.11: $: sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg== - _: 'https://registry.npmjs.org/@babel/parser/-/parser-7.12.11.tgz' + _: 'https://npme.walmart.com/@babel/parser/-/parser-7.12.11.tgz' '@babel/plugin-proposal-async-generator-functions': _latest: 7.12.12 _: ^7.12.1: 7.12.12 7.12.12: $: sha512-nrz9y0a4xmUrRq51bYkWJIO5SBZyG2ys2qinHsN0zHDHVsUaModrkpyWWWXfGqYQmOL3x9sQIcTNN/pBGpo09A== - _: 'https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.12.tgz' + _: 'https://npme.walmart.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.12.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 '@babel/helper-remap-async-to-generator': ^7.12.1 @@ -395,7 +395,7 @@ $pkg: '^7.12.1,^7.2.1': 7.12.1 7.12.1: $: sha512-cKp3dlQsFsEs5CWKnN7BnSHOd0EOW8EKpEjkoz1pO2E5KzIDNV9Ros1b0CnmbVgAGXJubOYVBOGCT1OmJwOI7w== - _: 'https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.12.1.tgz' dependencies: '@babel/helper-create-class-features-plugin': ^7.12.1 '@babel/helper-plugin-utils': ^7.10.4 @@ -407,7 +407,7 @@ $pkg: ^7.4.4: 7.12.12 7.12.12: $: sha512-fhkE9lJYpw2mjHelBpM2zCbaA11aov2GJs7q4cFaXNrWx0H3bW58H9Esy2rdtYOghFBEYUDRIpvlgi+ZD+AvvQ== - _: 'https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.12.12.tgz' + _: 'https://npme.walmart.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.12.12.tgz' dependencies: '@babel/helper-create-class-features-plugin': ^7.12.1 '@babel/helper-plugin-utils': ^7.10.4 @@ -420,7 +420,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-a4rhUSZFuq5W8/OO8H7BL5zspjnc1FLd9hlOxIK/f7qG4a0qsqk8uvF/ywgBA8/OmjsapjpvaEOYItfGG1qIvQ== - _: 'https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.12.1.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 '@babel/plugin-syntax-dynamic-import': ^7.8.0 @@ -432,7 +432,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-6CThGf0irEkzujYS5LQcjBx8j/4aQGiVv7J9+2f7pGfxqyKh3WnmVJYW3hdrQjyksErMGBPQrCnHfOtna+WLbw== - _: 'https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.12.1.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 '@babel/plugin-syntax-export-namespace-from': ^7.8.3 @@ -444,7 +444,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-GoLDUi6U9ZLzlSda2Df++VSqDJg3CG+dR0+iWsv6XRw1rEq+zwt4DirM9yrxW6XWaTpmai1cWJLMfM8qQJf+yw== - _: 'https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.12.1.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 '@babel/plugin-syntax-json-strings': ^7.8.0 @@ -456,7 +456,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-k8ZmVv0JU+4gcUGeCDZOGd0lCIamU/sMtIiX3UWnUc5yzgq6YUGyEolNYD+MLYKfSzgECPcqetVcJP9Afe/aCA== - _: 'https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.12.1.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 '@babel/plugin-syntax-logical-assignment-operators': ^7.10.4 @@ -468,7 +468,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-nZY0ESiaQDI1y96+jk6VxMOaL4LPo/QDHBqL+SF3/vl6dHkTwHlOI8L4ZwuRBHgakRBw5zsVylel7QPbbGuYgg== - _: 'https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.12.1.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 '@babel/plugin-syntax-nullish-coalescing-operator': ^7.8.0 @@ -480,7 +480,7 @@ $pkg: ^7.12.7: 7.12.7 7.12.7: $: sha512-8c+uy0qmnRTeukiGsjLGy6uVs/TFjJchGXUeBqlG4VWYOdJWkhhVPdQ3uHwbmalfJwv2JsV0qffXP4asRfL2SQ== - _: 'https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.7.tgz' + _: 'https://npme.walmart.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.7.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 '@babel/plugin-syntax-numeric-separator': ^7.10.4 @@ -492,7 +492,7 @@ $pkg: '^7.0.0,^7.12.1': 7.12.1 7.12.1: $: sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA== - _: 'https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.12.1.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 '@babel/plugin-syntax-object-rest-spread': ^7.8.0 @@ -505,7 +505,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-hFvIjgprh9mMw5v42sJWLI1lzU5L2sznP805zeT6rySVRA0Y18StRhDqhSxlap0oVgItRsB6WSROp4YnJTJz0g== - _: 'https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.12.1.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 '@babel/plugin-syntax-optional-catch-binding': ^7.8.0 @@ -517,7 +517,7 @@ $pkg: ^7.12.7: 7.12.7 7.12.7: $: sha512-4ovylXZ0PWmwoOvhU2vhnzVNnm88/Sm9nx7V8BPgMvAzn5zDou3/Awy0EjglyubVHasJj+XCEkr/r1X3P5elCA== - _: 'https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.7.tgz' + _: 'https://npme.walmart.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.7.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 '@babel/helper-skip-transparent-expression-wrappers': ^7.12.1 @@ -530,7 +530,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-mwZ1phvH7/NHK6Kf8LP7MYDogGV+DKB1mryFOEwx5EBNQrosvIczzZFTUmWaeujd5xT6G1ELYWUz3CutMhjE1w== - _: 'https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.12.1.tgz' dependencies: '@babel/helper-create-class-features-plugin': ^7.12.1 '@babel/helper-plugin-utils': ^7.10.4 @@ -542,7 +542,7 @@ $pkg: '^7.12.1,^7.4.4': 7.12.1 7.12.1: $: sha512-MYq+l+PvHuw/rKUz1at/vb6nCnQ2gmJBNaM62z0OgH7B2W1D9pvkpYtlti9bGtizNIU1K3zm4bZF9F91efVY0w== - _: 'https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.12.1.tgz' dependencies: '@babel/helper-create-regexp-features-plugin': ^7.12.1 '@babel/helper-plugin-utils': ^7.10.4 @@ -554,7 +554,7 @@ $pkg: ^7.8.0: 7.8.4 7.8.4: $: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== - _: 'https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz' + _: 'https://npme.walmart.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz' dependencies: '@babel/helper-plugin-utils': ^7.8.0 peerDependencies: @@ -565,7 +565,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-U40A76x5gTwmESz+qiqssqmeEsKvcSyvtgktrm0uzcARAmM9I1jR221f6Oq+GmHrcD+LvZDag1UTOTe2fL3TeA== - _: 'https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.1.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 peerDependencies: @@ -576,7 +576,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-ir9YW5daRrTYiy9UJ2TzdNIJEZu8KclVzDcfSt4iEmOtwQ4llPtWInNKJyKnVXp1vE4bbVd5S31M/im3mYMO1w== - _: 'https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.12.1.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 peerDependencies: @@ -584,10 +584,10 @@ $pkg: '@babel/plugin-syntax-dynamic-import': _latest: 7.8.3 _: - '^7.2.0,^7.7.4,^7.8.0': 7.8.3 + '^7.7.4,^7.8.0': 7.8.3 7.8.3: $: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== - _: 'https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz' + _: 'https://npme.walmart.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz' dependencies: '@babel/helper-plugin-utils': ^7.8.0 peerDependencies: @@ -598,7 +598,7 @@ $pkg: ^7.8.3: 7.8.3 7.8.3: $: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q== - _: 'https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz' + _: 'https://npme.walmart.com/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz' dependencies: '@babel/helper-plugin-utils': ^7.8.3 peerDependencies: @@ -609,7 +609,7 @@ $pkg: ^7.8.0: 7.8.3 7.8.3: $: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== - _: 'https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz' + _: 'https://npme.walmart.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz' dependencies: '@babel/helper-plugin-utils': ^7.8.0 peerDependencies: @@ -620,7 +620,7 @@ $pkg: '^7.0.0,^7.12.1': 7.12.1 7.12.1: $: sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg== - _: 'https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.1.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 peerDependencies: @@ -631,7 +631,7 @@ $pkg: ^7.10.4: 7.10.4 7.10.4: $: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== - _: 'https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz' + _: 'https://npme.walmart.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 peerDependencies: @@ -642,7 +642,7 @@ $pkg: ^7.8.0: 7.8.3 7.8.3: $: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== - _: 'https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz' + _: 'https://npme.walmart.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz' dependencies: '@babel/helper-plugin-utils': ^7.8.0 peerDependencies: @@ -653,7 +653,7 @@ $pkg: ^7.10.4: 7.10.4 7.10.4: $: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== - _: 'https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz' + _: 'https://npme.walmart.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 peerDependencies: @@ -664,7 +664,7 @@ $pkg: ^7.8.0: 7.8.3 7.8.3: $: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== - _: 'https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz' + _: 'https://npme.walmart.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz' dependencies: '@babel/helper-plugin-utils': ^7.8.0 peerDependencies: @@ -675,7 +675,7 @@ $pkg: ^7.8.0: 7.8.3 7.8.3: $: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== - _: 'https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz' + _: 'https://npme.walmart.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz' dependencies: '@babel/helper-plugin-utils': ^7.8.0 peerDependencies: @@ -686,7 +686,7 @@ $pkg: ^7.8.0: 7.8.3 7.8.3: $: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== - _: 'https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz' + _: 'https://npme.walmart.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz' dependencies: '@babel/helper-plugin-utils': ^7.8.0 peerDependencies: @@ -697,7 +697,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-i7ooMZFS+a/Om0crxZodrTzNEPJHZrlMVGMTEpFAj6rYY/bKCddB0Dk/YxfPuYXOopuhKk/e1jV6h+WUU9XN3A== - _: 'https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.12.1.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 peerDependencies: @@ -708,7 +708,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-UZNEcCY+4Dp9yYRCAHrHDU+9ZXLYaY9MgBXSRLkB9WjYFRR6quJBumfVrEkUxrePPBwFcpWfNKXqVRQQtm7mMA== - _: 'https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.12.1.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 peerDependencies: @@ -719,7 +719,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-5QB50qyN44fzzz4/qxDPQMBCTHgxg3n0xRBLJUmBlLoU/sFvxVWGZF/ZUfMVDQuJUKXaBhbupxIzIfZ6Fwk/0A== - _: 'https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.12.1.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 peerDependencies: @@ -730,7 +730,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-SDtqoEcarK1DFlRJ1hHRY5HvJUj5kX4qmtpMAm2QnhOlyuMC4TMdCRgW6WXpv93rZeYNeLP22y8Aq2dbcDRM1A== - _: 'https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.12.1.tgz' dependencies: '@babel/helper-module-imports': ^7.12.1 '@babel/helper-plugin-utils': ^7.10.4 @@ -743,7 +743,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-5OpxfuYnSgPalRpo8EWGPzIYf0lHBWORCkj5M0oLBwHdlux9Ri36QqGW3/LR13RSVOAoUUMzoPI/jpE4ABcHoA== - _: 'https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.12.1.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 peerDependencies: @@ -754,7 +754,7 @@ $pkg: ^7.12.11: 7.12.12 7.12.12: $: sha512-VOEPQ/ExOVqbukuP7BYJtI5ZxxsmegTwzZ04j1aF0dkSypGo9XpDHuOrABsJu+ie+penpSJheDJ11x1BEZNiyQ== - _: 'https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.12.tgz' + _: 'https://npme.walmart.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.12.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 peerDependencies: @@ -765,7 +765,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-/74xkA7bVdzQTBeSUhLLJgYIcxw/dpEpCdRDiHgPJ3Mv6uC11UhjpOhl72CgqbBCmt1qtssCyB2xnJm1+PFjog== - _: 'https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.12.1.tgz' dependencies: '@babel/helper-annotate-as-pure': ^7.10.4 '@babel/helper-define-map': ^7.10.4 @@ -783,7 +783,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-vVUOYpPWB7BkgUWPo4C44mUQHpTZXakEqFjbv8rQMg7TC6S6ZhGZ3otQcRH6u7+adSlE5i0sp63eMC/XGffrzg== - _: 'https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.12.1.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 peerDependencies: @@ -794,7 +794,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-fRMYFKuzi/rSiYb2uRLiUENJOKq4Gnl+6qOv5f8z0TZXg3llUwUhsNNwrwaT/6dUhJTzNpBr+CUvEWBtfNY1cw== - _: 'https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.12.1.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 peerDependencies: @@ -805,7 +805,7 @@ $pkg: '^7.12.1,^7.4.4': 7.12.1 7.12.1: $: sha512-B2pXeRKoLszfEW7J4Hg9LoFaWEbr/kzo3teWHmtFCszjRNa/b40f9mfeqZsIDLLt/FjwQ6pz/Gdlwy85xNckBA== - _: 'https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.12.1.tgz' dependencies: '@babel/helper-create-regexp-features-plugin': ^7.12.1 '@babel/helper-plugin-utils': ^7.10.4 @@ -817,7 +817,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-iRght0T0HztAb/CazveUpUQrZY+aGKKaWXMJ4uf9YJtqxSUe09j3wteztCUDRHs+SRAL7yMuFqUsLoAKKzgXjw== - _: 'https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.12.1.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 peerDependencies: @@ -828,7 +828,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-7tqwy2bv48q+c1EHbXK0Zx3KXd2RVQp6OC7PbwFNt/dPTAV3Lu5sWtWuAj8owr5wqtWnqHfl2/mJlUmqkChKug== - _: 'https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.12.1.tgz' dependencies: '@babel/helper-builder-binary-assignment-operator-visitor': ^7.10.4 '@babel/helper-plugin-utils': ^7.10.4 @@ -840,7 +840,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-Zaeq10naAsuHo7heQvyV0ptj4dlZJwZgNAtBYBnu5nNKJoW62m0zKcIEyVECrUKErkUkg6ajMy4ZfnVZciSBhg== - _: 'https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.12.1.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 peerDependencies: @@ -851,7 +851,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-JF3UgJUILoFrFMEnOJLJkRHSk6LUSXLmEFsA23aR2O5CSLUxbeUX1IZ1YQ7Sn0aXb601Ncwjx73a+FVqgcljVw== - _: 'https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.12.1.tgz' dependencies: '@babel/helper-function-name': ^7.10.4 '@babel/helper-plugin-utils': ^7.10.4 @@ -863,7 +863,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-+PxVGA+2Ag6uGgL0A5f+9rklOnnMccwEBzwYFL3EUaKuiyVnUipyXncFcfjSkbimLrODoqki1U9XxZzTvfN7IQ== - _: 'https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.12.1.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 peerDependencies: @@ -874,7 +874,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-1sxePl6z9ad0gFMB9KqmYofk34flq62aqMt9NqliS/7hPEpURUCMbyHXrMPlo282iY7nAvUB1aQd5mg79UD9Jg== - _: 'https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.12.1.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 peerDependencies: @@ -885,7 +885,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-tDW8hMkzad5oDtzsB70HIQQRBiTKrhfgwC/KkJeGsaNFTdWhKNt/BiE8c5yj19XiGyrxpbkOfH87qkNg1YGlOQ== - _: 'https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.12.1.tgz' dependencies: '@babel/helper-module-transforms': ^7.12.1 '@babel/helper-plugin-utils': ^7.10.4 @@ -898,7 +898,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-dY789wq6l0uLY8py9c1B48V8mVL5gZh/+PQ5ZPrylPYsnAvnEMjqsUXkuoDVPeVK+0VyGar+D08107LzDQ6pag== - _: 'https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.12.1.tgz' dependencies: '@babel/helper-module-transforms': ^7.12.1 '@babel/helper-plugin-utils': ^7.10.4 @@ -912,7 +912,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-Hn7cVvOavVh8yvW6fLwveFqSnd7rbQN3zJvoPNyNaQSvgfKmDBO9U1YL9+PCXGRlZD9tNdWTy5ACKqMuzyn32Q== - _: 'https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.12.1.tgz' dependencies: '@babel/helper-hoist-variables': ^7.10.4 '@babel/helper-module-transforms': ^7.12.1 @@ -927,7 +927,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-aEIubCS0KHKM0zUos5fIoQm+AZUMt1ZvMpqz0/H5qAQ7vWylr9+PLYurT+Ic7ID/bKLd4q8hDovaG3Zch2uz5Q== - _: 'https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.12.1.tgz' dependencies: '@babel/helper-module-transforms': ^7.12.1 '@babel/helper-plugin-utils': ^7.10.4 @@ -939,7 +939,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-tB43uQ62RHcoDp9v2Nsf+dSM8sbNodbEicbQNA53zHz8pWUhsgHSJCGpt7daXxRydjb0KnfmB+ChXOv3oADp1Q== - _: 'https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.12.1.tgz' dependencies: '@babel/helper-create-regexp-features-plugin': ^7.12.1 peerDependencies: @@ -950,7 +950,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-+eW/VLcUL5L9IvJH7rT1sT0CzkdUTvPrXC2PXTn/7z7tXLBuKvezYbGdxD5WMRoyvyaujOq2fWoKl869heKjhw== - _: 'https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.12.1.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 peerDependencies: @@ -961,7 +961,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-AvypiGJH9hsquNUn+RXVcBdeE3KHPZexWRdimhuV59cSoOt5kFBmqlByorAeUlGG2CJWd0U+4ZtNKga/TB0cAw== - _: 'https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.12.1.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 '@babel/helper-replace-supers': ^7.12.1 @@ -973,7 +973,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-xq9C5EQhdPK23ZeCdMxl8bbRnAgHFrw5EOC3KJUsSylZqdkCaFEXxGSBuTSObOpiiHHNyb82es8M1QYgfQGfNg== - _: 'https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.12.1.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 peerDependencies: @@ -984,7 +984,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-6MTCR/mZ1MQS+AwZLplX4cEySjCpnIF26ToWo942nqn8hXSm7McaHQNeGx/pt7suI1TWOWMfa/NgBhiqSnX0cQ== - _: 'https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.12.1.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 peerDependencies: @@ -995,7 +995,7 @@ $pkg: ^7.0.0: 7.12.1 7.12.1: $: sha512-KOHd0tIRLoER+J+8f9DblZDa1fLGPwaaN1DI1TVHuQFOpjHV22C3CUB3obeC4fexHY9nx+fH0hQNvLFFfA1mxA== - _: 'https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.12.1.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 peerDependencies: @@ -1006,7 +1006,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-cAzB+UzBIrekfYxyLlFqf/OagTvHLcVBb5vpouzkYkBclRPraiygVnafvAoipErZLI8ANv8Ecn6E/m5qPXD26w== - _: 'https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.12.1.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 peerDependencies: @@ -1017,7 +1017,7 @@ $pkg: ^7.0.0: 7.12.1 7.12.1: $: sha512-9ZuH22V68nUyLkhSJYKBqQr10d/gqmyAEeffpGXh3cRkETDUVDaY5PgX/dg8id419KoyWc5VCwsCgJVmxxAk3g== - _: 'https://registry.npmjs.org/@babel/plugin-transform-react-inline-elements/-/plugin-transform-react-inline-elements-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-transform-react-inline-elements/-/plugin-transform-react-inline-elements-7.12.1.tgz' dependencies: '@babel/helper-builder-react-jsx': ^7.10.4 '@babel/helper-plugin-utils': ^7.10.4 @@ -1029,7 +1029,7 @@ $pkg: '^7.12.10,^7.12.12': 7.12.12 7.12.12: $: sha512-JDWGuzGNWscYcq8oJVCtSE61a5+XAOos+V0HrxnDieUus4UMnBEosDnY1VJqU5iZ4pA04QY7l0+JvHL1hZEfsw== - _: 'https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.12.12.tgz' + _: 'https://npme.walmart.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.12.12.tgz' dependencies: '@babel/helper-annotate-as-pure': ^7.12.10 '@babel/helper-module-imports': ^7.12.5 @@ -1044,7 +1044,7 @@ $pkg: ^7.12.7: 7.12.12 7.12.12: $: sha512-i1AxnKxHeMxUaWVXQOSIco4tvVvvCxMSfeBMnMM06mpaJt3g+MpxYQQrDfojUQldP1xxraPSJYSMEljoWM/dCg== - _: 'https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.12.12.tgz' + _: 'https://npme.walmart.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.12.12.tgz' dependencies: '@babel/plugin-transform-react-jsx': ^7.12.12 peerDependencies: @@ -1055,7 +1055,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-RqeaHiwZtphSIUZ5I85PEH19LOSzxfuEazoY7/pWASCAIBuATQzpSVD+eT6MebeeZT2F4eSL0u4vw6n4Nm0Mjg== - _: 'https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.12.1.tgz' dependencies: '@babel/helper-annotate-as-pure': ^7.10.4 '@babel/helper-plugin-utils': ^7.10.4 @@ -1067,7 +1067,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-gYrHqs5itw6i4PflFX3OdBPMQdPbF4bj2REIUxlMRUFk0/ZOAIpDFuViuxPjUL7YC8UPnf+XG7/utJvqXdPKng== - _: 'https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.12.1.tgz' dependencies: regenerator-transform: ^0.14.2 peerDependencies: @@ -1078,7 +1078,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-pOnUfhyPKvZpVyBHhSBoX8vfA09b7r00Pmm1sH+29ae2hMTKVmSp4Ztsr8KBKjLjx17H0eJqaRC3bR2iThM54A== - _: 'https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.12.1.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 peerDependencies: @@ -1089,7 +1089,7 @@ $pkg: ^7.1.0: 7.12.10 7.12.10: $: sha512-xOrUfzPxw7+WDm9igMgQCbO3cJKymX7dFdsgRr1eu9n3KjjyU4pptIXbXPseQDquw+W+RuJEJMHKHNsPNNm3CA== - _: 'https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.12.10.tgz' + _: 'https://npme.walmart.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.12.10.tgz' dependencies: '@babel/helper-module-imports': ^7.12.5 '@babel/helper-plugin-utils': ^7.10.4 @@ -1102,7 +1102,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-GFZS3c/MhX1OusqB1MZ1ct2xRzX5ppQh2JU1h2Pnfk88HtFTM+TWQqJNfwkmxtPQtb/s1tk87oENfXJlx7rSDw== - _: 'https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.12.1.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 peerDependencies: @@ -1113,7 +1113,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-vuLp8CP0BE18zVYjsEBZ5xoCecMK6LBMMxYzJnh01rxQRvhNhH1csMMmBfNo5tGpGO+NhdSNW2mzIvBu3K1fng== - _: 'https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.12.1.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 '@babel/helper-skip-transparent-expression-wrappers': ^7.12.1 @@ -1125,7 +1125,7 @@ $pkg: ^7.12.7: 7.12.7 7.12.7: $: sha512-VEiqZL5N/QvDbdjfYQBhruN0HYjSPjC4XkeqW4ny/jNtH9gcbgaqBIXYEZCNnESMAGs0/K/R7oFGMhOyu/eIxg== - _: 'https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.7.tgz' + _: 'https://npme.walmart.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.7.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 peerDependencies: @@ -1136,7 +1136,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-b4Zx3KHi+taXB1dVRBhVJtEPi9h1THCeKmae2qP0YdUHIFhVjtpqqNfxeVAa1xeHVhAy4SbHxEwx5cltAu5apw== - _: 'https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.12.1.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 peerDependencies: @@ -1147,7 +1147,7 @@ $pkg: ^7.12.10: 7.12.10 7.12.10: $: sha512-JQ6H8Rnsogh//ijxspCjc21YPd3VLVoYtAwv3zQmqAt8YGYUtdo5usNhdl4b9/Vir2kPFZl6n1h0PfUz4hJhaA== - _: 'https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.12.10.tgz' + _: 'https://npme.walmart.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.12.10.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 peerDependencies: @@ -1158,7 +1158,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-VrsBByqAIntM+EYMqSm59SiMEf7qkmI9dqMt6RbD/wlwueWmYcI0FFK5Fj47pP6DRZm+3teXjosKlwcZJ5lIMw== - _: 'https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.12.1.tgz' dependencies: '@babel/helper-create-class-features-plugin': ^7.12.1 '@babel/helper-plugin-utils': ^7.10.4 @@ -1171,7 +1171,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-I8gNHJLIc7GdApm7wkVnStWssPNbSRMPtgHdmH3sRM1zopz09UWPS4x5V4n1yz/MIWTVnJ9sp6IkuXdWM4w+2Q== - _: 'https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.12.1.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 peerDependencies: @@ -1182,7 +1182,7 @@ $pkg: ^7.12.1: 7.12.1 7.12.1: $: sha512-SqH4ClNngh/zGwHZOOQMTD+e8FGWexILV+ePMyiDJttAWRh5dhDL8rcl5lSgU3Huiq6Zn6pWTMvdPAb21Dwdyg== - _: 'https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.12.1.tgz' + _: 'https://npme.walmart.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.12.1.tgz' dependencies: '@babel/helper-create-regexp-features-plugin': ^7.12.1 '@babel/helper-plugin-utils': ^7.10.4 @@ -1194,7 +1194,7 @@ $pkg: ^7.1.6: 7.12.11 7.12.11: $: sha512-j8Tb+KKIXKYlDBQyIOy4BLxzv1NUOwlHfZ74rvW+Z0Gp4/cI2IMDPBWAgWceGcE7aep9oL/0K9mlzlMGxA8yNw== - _: 'https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.12.11.tgz' + _: 'https://npme.walmart.com/@babel/preset-env/-/preset-env-7.12.11.tgz' dependencies: '@babel/compat-data': ^7.12.7 '@babel/helper-compilation-targets': ^7.12.5 @@ -1270,7 +1270,7 @@ $pkg: ^0.1.3: 0.1.4 0.1.4: $: sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg== - _: 'https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.4.tgz' + _: 'https://npme.walmart.com/@babel/preset-modules/-/preset-modules-0.1.4.tgz' dependencies: '@babel/helper-plugin-utils': ^7.0.0 '@babel/plugin-proposal-unicode-property-regex': ^7.4.4 @@ -1285,7 +1285,7 @@ $pkg: ^7.0.0: 7.12.10 7.12.10: $: sha512-vtQNjaHRl4DUpp+t+g4wvTHsLQuye+n0H/wsXIZRn69oz/fvNC7gQ4IK73zGJBaxvHoxElDvnYCthMcT7uzFoQ== - _: 'https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.12.10.tgz' + _: 'https://npme.walmart.com/@babel/preset-react/-/preset-react-7.12.10.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 '@babel/plugin-transform-react-display-name': ^7.12.1 @@ -1300,7 +1300,7 @@ $pkg: ^7.0.0: 7.12.7 7.12.7: $: sha512-nOoIqIqBmHBSEgBXWR4Dv/XBehtIFcw9PqZw6rFYuKrzsZmOQm3PR5siLBnKZFEsDb03IegG8nSjU/iXXXYRmw== - _: 'https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.12.7.tgz' + _: 'https://npme.walmart.com/@babel/preset-typescript/-/preset-typescript-7.12.7.tgz' dependencies: '@babel/helper-plugin-utils': ^7.10.4 '@babel/helper-validator-option': ^7.12.1 @@ -1313,7 +1313,7 @@ $pkg: ^7.0.0: 7.12.10 7.12.10: $: sha512-EvX/BvMMJRAA3jZgILWgbsrHwBQvllC5T8B29McyME8DvkdOxk4ujESfrMvME8IHSDvWXrmMXxPvA/lx2gqPLQ== - _: 'https://registry.npmjs.org/@babel/register/-/register-7.12.10.tgz' + _: 'https://npme.walmart.com/@babel/register/-/register-7.12.10.tgz' dependencies: find-cache-dir: ^2.0.0 lodash: ^4.17.19 @@ -1328,7 +1328,7 @@ $pkg: '^7.1.2,^7.12.1,^7.7.7,^7.8.3,^7.8.4': 7.12.5 7.12.5: $: sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg== - _: 'https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz' + _: 'https://npme.walmart.com/@babel/runtime/-/runtime-7.12.5.tgz' dependencies: regenerator-runtime: ^0.13.4 '@babel/template': @@ -1337,7 +1337,7 @@ $pkg: '^7.10.4,^7.12.7,^7.4.0': 7.12.7 7.12.7: $: sha512-GkDzmHS6GV7ZeXfJZ0tLRBhZcMcY0/Lnb+eEbXDBfCAcZCjrZKe6p3J4we/D24O9Y8enxWAg1cWwof59yLh2ow== - _: 'https://registry.npmjs.org/@babel/template/-/template-7.12.7.tgz' + _: 'https://npme.walmart.com/@babel/template/-/template-7.12.7.tgz' dependencies: '@babel/code-frame': ^7.10.4 '@babel/parser': ^7.12.7 @@ -1348,7 +1348,7 @@ $pkg: '^7.10.4,^7.12.1,^7.12.10,^7.12.5,^7.4.3,^7.7.0': 7.12.12 7.12.12: $: sha512-s88i0X0lPy45RrLM8b9mz8RPH5FqO9G9p7ti59cToE44xFm1Q+Pjh5Gq4SXBbtb88X7Uy7pexeqRIQDDMNkL0w== - _: 'https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.12.tgz' + _: 'https://npme.walmart.com/@babel/traverse/-/traverse-7.12.12.tgz' dependencies: '@babel/code-frame': ^7.12.11 '@babel/generator': ^7.12.11 @@ -1365,7 +1365,7 @@ $pkg: '^7.0.0,^7.0.0-beta.49,^7.10.4,^7.10.5,^7.12.1,^7.12.10,^7.12.11,^7.12.12,^7.12.5,^7.12.7,^7.4.0,^7.4.4,^7.7.0': 7.12.12 7.12.12: $: sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ== - _: 'https://registry.npmjs.org/@babel/types/-/types-7.12.12.tgz' + _: 'https://npme.walmart.com/@babel/types/-/types-7.12.12.tgz' dependencies: '@babel/helper-validator-identifier': ^7.12.11 lodash: ^4.17.19 @@ -1376,14 +1376,14 @@ $pkg: ^1.4.0: 1.4.0 1.4.0: $: sha512-5a6wqoJV/xEdbRNKVo6I4hO3VjyDq//8q2f9I6PBAvMesJHFauXDorcNCsr9RzvsZnaWi5NYCcfyqP1QeFHFbw== - _: 'https://registry.npmjs.org/@csstools/convert-colors/-/convert-colors-1.4.0.tgz' + _: 'https://npme.walmart.com/@csstools/convert-colors/-/convert-colors-1.4.0.tgz' '@eslint/eslintrc': - _latest: 0.2.2 + _latest: 0.3.0 _: - ^0.2.2: 0.2.2 - 0.2.2: - $: sha512-EfB5OHNYp1F4px/LI/FEnGylop7nOqkQ1LRzCM0KccA2U8tvV8w01KBv37LbO7nW4H+YhKyo2LcJhRwjjV17QQ== - _: 'https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.2.2.tgz' + ^0.3.0: 0.3.0 + 0.3.0: + $: sha512-1JTKgrOKAHVivSvOYw+sJOunkBjUOvjqWk1DPja7ZFhIS2mX/4EgTT8M7eTK9jrKhL/FvXXEbQwIs3pg1xp3dg== + _: 'https://npme.walmart.com/@eslint/eslintrc/-/eslintrc-0.3.0.tgz' dependencies: ajv: ^6.12.4 debug: ^4.1.1 @@ -1392,7 +1392,7 @@ $pkg: ignore: ^4.0.6 import-fresh: ^3.2.1 js-yaml: ^3.13.1 - lodash: ^4.17.19 + lodash: ^4.17.20 minimatch: ^3.0.4 strip-json-comments: ^3.1.1 '@hapi/accept': @@ -1401,7 +1401,7 @@ $pkg: ^3.2.4: 3.2.4 3.2.4: $: sha512-soThGB+QMgfxlh0Vzhzlf3ZOEOPk5biEwcOXhkF0Eedqx8VnhGiggL9UYHrIsOb1rUg3Be3K8kp0iDL2wbVSOQ== - _: 'https://registry.npmjs.org/@hapi/accept/-/accept-3.2.4.tgz' + _: 'https://npme.walmart.com/@hapi/accept/-/accept-3.2.4.tgz' dependencies: '@hapi/boom': 7.x.x '@hapi/hoek': 8.x.x @@ -1412,7 +1412,7 @@ $pkg: '2.x.x,^2.1.2': 2.1.4 2.1.4: $: sha512-QD1PhQk+s31P1ixsX0H0Suoupp3VMXzIVMSwobR3F3MSUO2YCV0B7xqLcUw/Bh8yuvd3LhpyqLQWTNcRmp6IdQ== - _: 'https://registry.npmjs.org/@hapi/address/-/address-2.1.4.tgz' + _: 'https://npme.walmart.com/@hapi/address/-/address-2.1.4.tgz' deprecated: 'Moved to ''npm install @sideway/address''' '@hapi/ammo': _latest: 5.0.1 @@ -1420,7 +1420,7 @@ $pkg: '3.x.x,^3.1.2': 3.1.2 3.1.2: $: sha512-ej9OtFmiZv1qr45g1bxEZNGyaR4jRpyMxU6VhbxjaYThymvOwsyIsUKMZnP5Qw2tfYFuwqCJuIBHGpeIbdX9gQ== - _: 'https://registry.npmjs.org/@hapi/ammo/-/ammo-3.1.2.tgz' + _: 'https://npme.walmart.com/@hapi/ammo/-/ammo-3.1.2.tgz' dependencies: '@hapi/hoek': 8.x.x deprecated: 'This version has been deprecated and is no longer supported or maintained' @@ -1430,7 +1430,7 @@ $pkg: 4.x.x: 4.2.1 4.2.1: $: sha512-zqHpQuH5CBMw6hADzKfU/IGNrxq1Q+/wTYV+OiZRQN9F3tMyk+9BUMeBvFRMamduuqL8iSp62QAnJ+7ATiYLWA== - _: 'https://registry.npmjs.org/@hapi/b64/-/b64-4.2.1.tgz' + _: 'https://npme.walmart.com/@hapi/b64/-/b64-4.2.1.tgz' dependencies: '@hapi/hoek': 8.x.x deprecated: 'This version has been deprecated and is no longer supported or maintained' @@ -1440,7 +1440,7 @@ $pkg: 7.x.x: 7.4.11 7.4.11: $: sha512-VSU/Cnj1DXouukYxxkes4nNJonCnlogHvIff1v1RVoN4xzkKhMXX+GRmb3NyH1iar10I9WFPDv2JPwfH3GaV0A== - _: 'https://registry.npmjs.org/@hapi/boom/-/boom-7.4.11.tgz' + _: 'https://npme.walmart.com/@hapi/boom/-/boom-7.4.11.tgz' dependencies: '@hapi/hoek': 8.x.x deprecated: 'This version has been deprecated and is no longer supported or maintained' @@ -1450,7 +1450,7 @@ $pkg: 1.x.x: 1.3.2 1.3.2: $: sha512-3bnb1AlcEByFZnpDIidxQyw1Gds81z/1rSqlx4bIEE+wUN0ATj0D49B5cE1wGocy90Rp/de4tv7GjsKd5RQeew== - _: 'https://registry.npmjs.org/@hapi/bounce/-/bounce-1.3.2.tgz' + _: 'https://npme.walmart.com/@hapi/bounce/-/bounce-1.3.2.tgz' dependencies: '@hapi/boom': 7.x.x '@hapi/hoek': ^8.3.1 @@ -1459,9 +1459,13 @@ $pkg: _latest: 2.0.0 _: 1.x.x: 1.3.2 + ^2.0.0: 2.0.0 + 2.0.0: + $: sha512-WEezM1FWztfbzqIUbsDzFRVMxSoLy3HugVcux6KDDtTqzPsLE8NDRHfXvev66aH1i2oOKKar3/XDjbvh/OUBdg== + _: 'https://npme.walmart.com/@hapi/bourne/-/bourne-2.0.0.tgz' 1.3.2: $: sha512-1dVNHT76Uu5N3eJNTYcvxee+jzX4Z9lfciqRRHCU27ihbUcYi+iSc2iml5Ke1LXe1SyJCLA0+14Jh4tXJgOppA== - _: 'https://registry.npmjs.org/@hapi/bourne/-/bourne-1.3.2.tgz' + _: 'https://npme.walmart.com/@hapi/bourne/-/bourne-1.3.2.tgz' deprecated: 'This version has been deprecated and is no longer supported or maintained' '@hapi/call': _latest: 8.0.1 @@ -1469,7 +1473,7 @@ $pkg: ^5.1.3: 5.1.3 5.1.3: $: sha512-5DfWpMk7qZiYhvBhM5oUiT4GQ/O8a2rFR121/PdwA/eZ2C1EsuD547ZggMKAR5bZ+FtxOf0fdM20zzcXzq2mZA== - _: 'https://registry.npmjs.org/@hapi/call/-/call-5.1.3.tgz' + _: 'https://npme.walmart.com/@hapi/call/-/call-5.1.3.tgz' dependencies: '@hapi/hoek': 8.x.x '@hapi/boom': 7.x.x @@ -1480,7 +1484,7 @@ $pkg: 10.x.x: 10.2.3 10.2.3: $: sha512-kN9hXO4NYyOHW09CXiuj5qW1syc/0XeVOBsNNk0Tz89wWNQE5h21WF+VsfAw3uFR8swn/Wj3YEVBnWqo82m/JQ== - _: 'https://registry.npmjs.org/@hapi/catbox/-/catbox-10.2.3.tgz' + _: 'https://npme.walmart.com/@hapi/catbox/-/catbox-10.2.3.tgz' dependencies: '@hapi/boom': 7.x.x '@hapi/hoek': 8.x.x @@ -1493,7 +1497,7 @@ $pkg: 4.x.x: 4.1.1 4.1.1: $: sha512-T6Hdy8DExzG0jY7C8yYWZB4XHfc0v+p1EGkwxl2HoaPYAmW7I3E59M/IvmSVpis8RPcIoBp41ZpO2aZPBpM2Ww== - _: 'https://registry.npmjs.org/@hapi/catbox-memory/-/catbox-memory-4.1.1.tgz' + _: 'https://npme.walmart.com/@hapi/catbox-memory/-/catbox-memory-4.1.1.tgz' dependencies: '@hapi/boom': 7.x.x '@hapi/hoek': 8.x.x @@ -1504,7 +1508,7 @@ $pkg: ^4.1.1: 4.1.1 4.1.1: $: sha512-3TWvmwpVPxFSF3KBjKZ8yDqIKKZZIm7VurDSweYpXYENZrJH3C1hd1+qEQW9wQaUaI76pPBLGrXl6I3B7i3ipA== - _: 'https://registry.npmjs.org/@hapi/content/-/content-4.1.1.tgz' + _: 'https://npme.walmart.com/@hapi/content/-/content-4.1.1.tgz' dependencies: '@hapi/boom': 7.x.x deprecated: 'This version has been deprecated and is no longer supported or maintained' @@ -1514,7 +1518,7 @@ $pkg: 4.x.x: 4.2.1 4.2.1: $: sha512-XoqgKsHK0l/VpqPs+tr6j6vE+VQ3+2bkF2stvttmc7xAOf1oSAwHcJ0tlp/6MxMysktt1IEY0Csy3khKaP9/uQ== - _: 'https://registry.npmjs.org/@hapi/cryptiles/-/cryptiles-4.2.1.tgz' + _: 'https://npme.walmart.com/@hapi/cryptiles/-/cryptiles-4.2.1.tgz' dependencies: '@hapi/boom': 7.x.x deprecated: 'This version has been deprecated and is no longer supported or maintained' @@ -1524,7 +1528,7 @@ $pkg: 1.x.x: 1.0.0 1.0.0: $: sha512-Bsfp/+1Gyf70eGtnIgmScvrH8sSypO3TcK3Zf0QdHnzn/ACnAkI6KLtGACmNRPEzzIy+W7aJX5E+1fc9GwIABQ== - _: 'https://registry.npmjs.org/@hapi/file/-/file-1.0.0.tgz' + _: 'https://npme.walmart.com/@hapi/file/-/file-1.0.0.tgz' deprecated: 'This version has been deprecated and is no longer supported or maintained' '@hapi/formula': _latest: 3.0.0 @@ -1532,7 +1536,7 @@ $pkg: ^1.2.0: 1.2.0 1.2.0: $: sha512-UFbtbGPjstz0eWHb+ga/GM3Z9EzqKXFWIbSOFURU0A/Gku0Bky4bCk9/h//K2Xr3IrCfjFNhMm4jyZ5dbCewGA== - _: 'https://registry.npmjs.org/@hapi/formula/-/formula-1.2.0.tgz' + _: 'https://npme.walmart.com/@hapi/formula/-/formula-1.2.0.tgz' deprecated: 'Moved to ''npm install @sideway/formula''' '@hapi/good': _latest: 9.0.1 @@ -1541,7 +1545,7 @@ $pkg: 8.2.4: top: 1 $: sha512-Paj7BX4C295I+opJ5eIV0XvLhRPcKDLpP9RsnUWGXH/gLRi1SwVMOCYAqitSBjhYSIeZoq+jMmJn6+hUg4W3ug== - _: 'https://registry.npmjs.org/@hapi/good/-/good-8.2.4.tgz' + _: 'https://npme.walmart.com/@hapi/good/-/good-8.2.4.tgz' dependencies: '@hapi/hoek': 8.x.x '@hapi/joi': 16.x.x @@ -1554,7 +1558,7 @@ $pkg: 8.1.2: top: 1 $: sha512-35Uxe7+EsPsbhjQXrhCGB5Ul0W51CxYBBjN7JC95RZnFiB2DAt52pXLZ6aagUPk8yA/DM2OmIsmWJBr+N28hLw== - _: 'https://registry.npmjs.org/@hapi/good-console/-/good-console-8.1.2.tgz' + _: 'https://npme.walmart.com/@hapi/good-console/-/good-console-8.1.2.tgz' dependencies: '@hapi/hoek': 8.x.x '@hapi/joi': 16.x.x @@ -1566,7 +1570,7 @@ $pkg: ^18.4.1: 18.4.1 18.4.1: $: sha512-9HjVGa0Z4Qv9jk9AVoUdJMQLA+KuZ+liKWyEEkVBx3e3H1F0JM6aGbPkY9jRfwsITBWGBU2iXazn65SFKSi/tg== - _: 'https://registry.npmjs.org/@hapi/hapi/-/hapi-18.4.1.tgz' + _: 'https://npme.walmart.com/@hapi/hapi/-/hapi-18.4.1.tgz' dependencies: '@hapi/accept': ^3.2.4 '@hapi/ammo': ^3.1.2 @@ -1593,7 +1597,7 @@ $pkg: 6.x.x: 6.2.2 6.2.2: $: sha512-PY1dCCO6dsze7RlafIRhTaGeyTgVe49A/lSkxbhKGjQ7x46o/OFf7hLiRqTCDh3atcEKf6362EaB3+kTUbCsVA== - _: 'https://registry.npmjs.org/@hapi/heavy/-/heavy-6.2.2.tgz' + _: 'https://npme.walmart.com/@hapi/heavy/-/heavy-6.2.2.tgz' dependencies: '@hapi/boom': 7.x.x '@hapi/hoek': 8.x.x @@ -1605,7 +1609,7 @@ $pkg: '8.x.x,^8.2.4,^8.3.0,^8.3.1': 8.5.1 8.5.1: $: sha512-yN7kbciD87WzLGc5539Tn0sApjyiGHAJgKvG9W8C7O+6c7qmoQMfVs0W4bX17eqz6C78QJqqFrtgdK5EWf6Qow== - _: 'https://registry.npmjs.org/@hapi/hoek/-/hoek-8.5.1.tgz' + _: 'https://npme.walmart.com/@hapi/hoek/-/hoek-8.5.1.tgz' deprecated: 'This version has been deprecated and is no longer supported or maintained' '@hapi/inert': _latest: 6.0.3 @@ -1614,7 +1618,7 @@ $pkg: 5.2.2: top: 1 $: sha512-8IaGfAEF8SwZtpdaTq0G3aDPG35ZTfWKjnMNniG2N3kE+qioMsBuImIGxna8TNQ+sYMXYK78aqmvzbQHno8qSQ== - _: 'https://registry.npmjs.org/@hapi/inert/-/inert-5.2.2.tgz' + _: 'https://npme.walmart.com/@hapi/inert/-/inert-5.2.2.tgz' dependencies: '@hapi/ammo': 3.x.x '@hapi/boom': 7.x.x @@ -1628,7 +1632,7 @@ $pkg: 5.x.x: 5.1.4 5.1.4: $: sha512-+ElC+OCiwWLjlJBmm8ZEWjlfzTMQTdgPnU/TsoU5QsktspIWmWi9IU4kU83nH+X/SSya8TP8h8P11Wr5L7dkQQ== - _: 'https://registry.npmjs.org/@hapi/iron/-/iron-5.1.4.tgz' + _: 'https://npme.walmart.com/@hapi/iron/-/iron-5.1.4.tgz' dependencies: '@hapi/hoek': 8.x.x '@hapi/b64': 4.x.x @@ -1643,7 +1647,7 @@ $pkg: 16.x.x: 16.1.8 16.1.8: $: sha512-wAsVvTPe+FwSrsAurNt5vkg3zo+TblvC5Bb1zMVK6SJzZqw9UrJnexxR+76cpePmtUZKHAPxcQ2Bf7oVHyahhg== - _: 'https://registry.npmjs.org/@hapi/joi/-/joi-16.1.8.tgz' + _: 'https://npme.walmart.com/@hapi/joi/-/joi-16.1.8.tgz' dependencies: '@hapi/address': ^2.1.2 '@hapi/formula': ^1.2.0 @@ -1653,7 +1657,7 @@ $pkg: deprecated: 'Switch to ''npm install joi''' 15.1.1: $: sha512-entf8ZMOK8sc+8YfeOlM8pCfg3b5+WZIKBfUaaJT8UsjAAPjartzxIYm3TIbjvA4u+u++KbcXD38k682nVHDAQ== - _: 'https://registry.npmjs.org/@hapi/joi/-/joi-15.1.1.tgz' + _: 'https://npme.walmart.com/@hapi/joi/-/joi-15.1.1.tgz' dependencies: '@hapi/address': 2.x.x '@hapi/bourne': 1.x.x @@ -1666,7 +1670,7 @@ $pkg: 4.x.x: 4.1.1 4.1.1: $: sha512-CXoi/zfcTWfKYX756eEea8rXJRIb9sR4d7VwyAH9d3BkDyNgAesZxvqIdm55npQc6S9mU3FExinMAQVlIkz0eA== - _: 'https://registry.npmjs.org/@hapi/mimos/-/mimos-4.1.1.tgz' + _: 'https://npme.walmart.com/@hapi/mimos/-/mimos-4.1.1.tgz' dependencies: '@hapi/hoek': 8.x.x mime-db: 1.x.x @@ -1677,7 +1681,7 @@ $pkg: 3.x.x: 3.1.1 3.1.1: $: sha512-R9YWx4S8yu0gcCBrMUDCiEFm1SQT895dMlYoeNBp8I6YhF1BFF1iYPueKA2Kkp9BvyHdjmvrxCOns7GMmpl+Fw== - _: 'https://registry.npmjs.org/@hapi/nigel/-/nigel-3.1.1.tgz' + _: 'https://npme.walmart.com/@hapi/nigel/-/nigel-3.1.1.tgz' dependencies: '@hapi/hoek': 8.x.x '@hapi/vise': 3.x.x @@ -1688,7 +1692,7 @@ $pkg: 2.x.x: 2.1.2 2.1.2: $: sha512-V/KNuFemyA//sowFFpeMRY4zE6szuy8vh6v2vWDPDhZFowOIwB7kqdFvmnBogk+aHHR+iKgKCU/SuUiv/xZyzg== - _: 'https://registry.npmjs.org/@hapi/oppsy/-/oppsy-2.1.2.tgz' + _: 'https://npme.walmart.com/@hapi/oppsy/-/oppsy-2.1.2.tgz' dependencies: '@hapi/hoek': 8.x.x '@hapi/pez': @@ -1697,7 +1701,7 @@ $pkg: ^4.1.2: 4.1.2 4.1.2: $: sha512-8zSdJ8cZrJLFldTgwjU9Fb1JebID+aBCrCsycgqKYe0OZtM2r3Yv3aAwW5z97VsZWCROC1Vx6Mdn4rujh5Ktcg== - _: 'https://registry.npmjs.org/@hapi/pez/-/pez-4.1.2.tgz' + _: 'https://npme.walmart.com/@hapi/pez/-/pez-4.1.2.tgz' dependencies: '@hapi/b64': 4.x.x '@hapi/boom': 7.x.x @@ -1711,7 +1715,7 @@ $pkg: ^1.0.2: 1.0.2 1.0.2: $: sha512-dtXC/WkZBfC5vxscazuiJ6iq4j9oNx1SHknmIr8hofarpKUZKmlUVYVIhNVzIEgK5Wrc4GMHL5lZtt1uS2flmQ== - _: 'https://registry.npmjs.org/@hapi/pinpoint/-/pinpoint-1.0.2.tgz' + _: 'https://npme.walmart.com/@hapi/pinpoint/-/pinpoint-1.0.2.tgz' deprecated: 'Moved to ''npm install @sideway/pinpoint''' '@hapi/podium': _latest: 4.1.1 @@ -1719,7 +1723,7 @@ $pkg: 3.x.x: 3.4.3 3.4.3: $: sha512-QJlnYLEYZWlKQ9fSOtuUcpANyoVGwT68GA9P0iQQCAetBK0fI+nbRBt58+aMixoifczWZUthuGkNjqKxgPh/CQ== - _: 'https://registry.npmjs.org/@hapi/podium/-/podium-3.4.3.tgz' + _: 'https://npme.walmart.com/@hapi/podium/-/podium-3.4.3.tgz' dependencies: '@hapi/hoek': 8.x.x '@hapi/joi': 16.x.x @@ -1730,7 +1734,7 @@ $pkg: 4.x.x: 4.1.2 4.1.2: $: sha512-6LeHLjvsq/bQ0R+fhEyr7mqExRGguNTrxFZf5DyKe3CK6pNabiGgYO4JVFaRrLZ3JyuhkS0fo8iiRE2Ql2oA/A== - _: 'https://registry.npmjs.org/@hapi/shot/-/shot-4.1.2.tgz' + _: 'https://npme.walmart.com/@hapi/shot/-/shot-4.1.2.tgz' dependencies: '@hapi/hoek': 8.x.x '@hapi/joi': 16.x.x @@ -1741,7 +1745,7 @@ $pkg: 2.x.x: 2.1.1 2.1.1: $: sha512-cic5Sto4KGd9B0oQSdKTokju+rYhCbdpzbMb0EBnrH5Oc1z048hY8PaZ1lx2vBD7I/XIfTQVQetBH57fU51XRA== - _: 'https://registry.npmjs.org/@hapi/somever/-/somever-2.1.1.tgz' + _: 'https://npme.walmart.com/@hapi/somever/-/somever-2.1.1.tgz' dependencies: '@hapi/bounce': 1.x.x '@hapi/hoek': 8.x.x @@ -1752,7 +1756,7 @@ $pkg: 6.x.x: 6.1.2 6.1.2: $: sha512-pYXw1x6npz/UfmtcpUhuMvdK5kuOGTKcJNfLqdNptzietK2UZH5RzNJSlv5bDHeSmordFM3kGItcuQWX2lj2nQ== - _: 'https://registry.npmjs.org/@hapi/statehood/-/statehood-6.1.2.tgz' + _: 'https://npme.walmart.com/@hapi/statehood/-/statehood-6.1.2.tgz' dependencies: '@hapi/boom': 7.x.x '@hapi/bounce': 1.x.x @@ -1768,7 +1772,7 @@ $pkg: ^6.1.3: 6.1.3 6.1.3: $: sha512-qWN6NbiHNzohVcJMeAlpku/vzbyH4zIpnnMPMPioQMwIxbPFKeNViDCNI6fVBbMPBiw/xB4FjqiJkRG5P9eWWg== - _: 'https://registry.npmjs.org/@hapi/subtext/-/subtext-6.1.3.tgz' + _: 'https://npme.walmart.com/@hapi/subtext/-/subtext-6.1.3.tgz' dependencies: '@hapi/boom': 7.x.x '@hapi/bourne': 1.x.x @@ -1784,7 +1788,7 @@ $pkg: 3.x.x: 3.3.1 3.3.1: $: sha512-61tiqWCYvMKP7fCTXy0M4VE6uNIwA0qvgFoiDubgfj7uqJ0fdHJFQNnVPGrxhLWlwz0uBPWrQlBH7r8y9vFITQ== - _: 'https://registry.npmjs.org/@hapi/teamwork/-/teamwork-3.3.1.tgz' + _: 'https://npme.walmart.com/@hapi/teamwork/-/teamwork-3.3.1.tgz' deprecated: 'This version has been deprecated and is no longer supported or maintained' '@hapi/topo': _latest: 5.0.0 @@ -1792,7 +1796,7 @@ $pkg: '3.x.x,^3.1.3': 3.1.6 3.1.6: $: sha512-tAag0jEcjwH+P2quUfipd7liWCNX2F8NvYjQp2wtInsZxnMlypdw0FtAOLxtvvkO+GSRRbmNi8m/5y42PQJYCQ== - _: 'https://registry.npmjs.org/@hapi/topo/-/topo-3.1.6.tgz' + _: 'https://npme.walmart.com/@hapi/topo/-/topo-3.1.6.tgz' dependencies: '@hapi/hoek': ^8.3.0 deprecated: 'This version has been deprecated and is no longer supported or maintained' @@ -1802,7 +1806,7 @@ $pkg: 3.x.x: 3.1.1 3.1.1: $: sha512-OXarbiCSadvtg+bSdVPqu31Z1JoBL+FwNYz3cYoBKQ5xq1/Cr4A3IkGpAZbAuxU5y4NL5pZFZG3d2a3ZGm/dOQ== - _: 'https://registry.npmjs.org/@hapi/vise/-/vise-3.1.1.tgz' + _: 'https://npme.walmart.com/@hapi/vise/-/vise-3.1.1.tgz' dependencies: '@hapi/hoek': 8.x.x deprecated: 'This version has been deprecated and is no longer supported or maintained' @@ -1812,7 +1816,7 @@ $pkg: 15.x.x: 15.1.0 15.1.0: $: sha512-tQczYRTTeYBmvhsek/D49En/5khcShaBEmzrAaDjMrFXKJRuF8xA8+tlq1ETLBFwGd6Do6g2OC74rt11kzawzg== - _: 'https://registry.npmjs.org/@hapi/wreck/-/wreck-15.1.0.tgz' + _: 'https://npme.walmart.com/@hapi/wreck/-/wreck-15.1.0.tgz' dependencies: '@hapi/bourne': 1.x.x '@hapi/boom': 7.x.x @@ -1824,7 +1828,7 @@ $pkg: ^1.0.0: 1.1.0 1.1.0: $: sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ== - _: 'https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz' + _: 'https://npme.walmart.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz' dependencies: camelcase: ^5.3.1 find-up: ^4.1.0 @@ -1837,20 +1841,21 @@ $pkg: ^0.1.2: 0.1.2 0.1.2: $: sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw== - _: 'https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.2.tgz' + _: 'https://npme.walmart.com/@istanbuljs/schema/-/schema-0.1.2.tgz' '@jchip/redbird': - _latest: 1.2.0 + _latest: 1.2.2 _: - ^1.1.2: 1.2.0 - 1.2.0: - $: sha512-EGknEXNSdlyRqmnRWzwfdveWt5d/WRfvtR0X+07Si/CEht75FdRS8PICZPHegcUstJUnZOioQM5v7eru9Ef2Lg== - _: 'https://registry.npmjs.org/@jchip/redbird/-/redbird-1.2.0.tgz' + ^1.2.2: 1.2.2 + 1.2.2: + $: sha512-o3oWs/YsKbTOIKY2LBzLYaXbVHJNFiBqkMEa0n6FjI9dppyMamlTHyGmMLuG34fdiOTAjQ5JC2AgVtJ+gA0Gzw== + _: 'https://npme.walmart.com/@jchip/redbird/-/redbird-1.2.2.tgz' dependencies: http-proxy: ^1.17.0 lodash: ^4.17.11 lru-cache: ^4.1.5 object-hash: ^1.3.1 pino: ^5.11.3 + pino-pretty: ^4.3.0 safetimeout: ^0.1.2 spdy: ^4.0.0 valid-url: ^1.0.9 @@ -1861,7 +1866,7 @@ $pkg: 5.13.2: top: 1 $: sha512-vSZUVeTH1S1sDbk8Tzft0plZSkN7W4zmVR5w/Bmy4UmvBiu9lin7ztrDpoUTUzxpoups+OJbTc/OosvN0aMXWg== - _: 'https://registry.npmjs.org/@loadable/babel-plugin/-/babel-plugin-5.13.2.tgz' + _: 'https://npme.walmart.com/@loadable/babel-plugin/-/babel-plugin-5.13.2.tgz' dependencies: '@babel/plugin-syntax-dynamic-import': ^7.7.4 peerDependencies: @@ -1873,43 +1878,20 @@ $pkg: 5.14.1: top: 1 $: sha512-UQBZfZrp1FLTf8RNhljXNHFNY4QhAA1L2+GOEeABBFre9TD0aFyQh3Sai5QxcOfy+FTbjIfti5iHaNRR7yUzEQ== - _: 'https://registry.npmjs.org/@loadable/component/-/component-5.14.1.tgz' + _: 'https://npme.walmart.com/@loadable/component/-/component-5.14.1.tgz' dependencies: '@babel/runtime': ^7.7.7 hoist-non-react-statics: ^3.3.1 react-is: ^16.12.0 peerDependencies: react: '>=16.3.0' -'@loadable/server': - _latest: 5.14.0 - _: - ^5.9.0: 5.14.0 - 5.14.0: - $: sha512-oiZiHzUdkOsDzZNXU6fsZ7U0W3+nWZRljVCFCeR8CZSXEKUfXAllUf8tx5G385q7vapAQpXM7U8EzgDns3Q4vQ== - _: 'https://registry.npmjs.org/@loadable/server/-/server-5.14.0.tgz' - dependencies: - lodash: ^4.17.15 - peerDependencies: - '@loadable/component': ^5.0.1 - react: '>=16.3.0' -'@loadable/webpack-plugin': - _latest: 5.14.0 - _: - ^5.7.1: 5.14.0 - 5.14.0: - $: sha512-md9Nm6o+OjWJH6RgHcYsbko36YDKG2zuM19rFYkQsktdfq+JnbwOCp3hVhZM7L8V1M4MP3uJfmxKh6QGOnk4+w== - _: 'https://registry.npmjs.org/@loadable/webpack-plugin/-/webpack-plugin-5.14.0.tgz' - dependencies: - make-dir: ^3.0.2 - peerDependencies: - webpack: '>=4.6.0' '@nicolo-ribaudo/chokidar-2': _latest: 2.1.8-no-fsevents _: 2.1.8-no-fsevents: 2.1.8-no-fsevents 2.1.8-no-fsevents: $: sha512-+nb9vWloHNNMFHjGofEam3wopE3m1yuambrrd/fnPc+lFOMB9ROTqQlche9ByFWNkdNqfSgR/kkQtQ8DzEWt2w== - _: 'https://registry.npmjs.org/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.tgz' + _: 'https://npme.walmart.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.tgz' dependencies: anymatch: ^2.0.0 async-each: ^1.0.1 @@ -1923,37 +1905,37 @@ $pkg: readdirp: ^2.2.1 upath: ^1.1.1 '@sinonjs/commons': - _latest: 1.8.1 + _latest: 1.8.2 _: - '^1,^1.3.0,^1.7.0': 1.8.1 - 1.8.1: - $: sha512-892K+kWUUi3cl+LlqEWIDrhvLgdL79tECi8JZUyq6IviKy/DNhuzCRlbHUjxK89f4ypPMMaFnFuR9Ie6DoIMsw== - _: 'https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.1.tgz' + '^1,^1.3.0,^1.7.0': 1.8.2 + 1.8.2: + $: sha512-sruwd86RJHdsVf/AtBoijDmUqJp3B6hF/DGC23C+JaegnDHaZyewCjoVGTdg3J0uz3Zs7NnIT05OBOmML72lQw== + _: 'https://npme.walmart.com/@sinonjs/commons/-/commons-1.8.2.tgz' dependencies: type-detect: 4.0.8 '@sinonjs/formatio': - _latest: 5.0.1 + _latest: 6.0.0 _: ^2.0.0: 2.0.0 ^3.2.1: 3.2.2 3.2.2: $: sha512-B8SEsgd8gArBLMD6zpRw3juQ2FVSsmdd7qlevyDqzS9WTCtvF55/gAL+h6gue8ZvPYcdiPdvueM/qm//9XzyTQ== - _: 'https://registry.npmjs.org/@sinonjs/formatio/-/formatio-3.2.2.tgz' + _: 'https://npme.walmart.com/@sinonjs/formatio/-/formatio-3.2.2.tgz' dependencies: '@sinonjs/commons': ^1 '@sinonjs/samsam': ^3.1.0 2.0.0: $: sha512-ls6CAMA6/5gG+O/IdsBcblvnd8qcO/l1TYoNeAzp3wcISOxlPXQEus0mLcdwazEkWjaBdaJ3TaxmNgCLWwvWzg== - _: 'https://registry.npmjs.org/@sinonjs/formatio/-/formatio-2.0.0.tgz' + _: 'https://npme.walmart.com/@sinonjs/formatio/-/formatio-2.0.0.tgz' dependencies: samsam: 1.3.0 '@sinonjs/samsam': - _latest: 5.3.0 + _latest: 5.3.1 _: ^3.1.0: 3.3.3 3.3.3: $: sha512-bKCMKZvWIjYD0BLGnNrxVuw4dkWCYsLqFOUWw8VgKF/+5Y+mE7LfHWPIYoDXowH+3a9LsWDMo0uAP8YDosPvHQ== - _: 'https://registry.npmjs.org/@sinonjs/samsam/-/samsam-3.3.3.tgz' + _: 'https://npme.walmart.com/@sinonjs/samsam/-/samsam-3.3.3.tgz' dependencies: '@sinonjs/commons': ^1.3.0 array-from: ^2.1.1 @@ -1964,143 +1946,143 @@ $pkg: ^0.7.1: 0.7.1 0.7.1: $: sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ== - _: 'https://registry.npmjs.org/@sinonjs/text-encoding/-/text-encoding-0.7.1.tgz' + _: 'https://npme.walmart.com/@sinonjs/text-encoding/-/text-encoding-0.7.1.tgz' '@types/json-schema': - _latest: 7.0.6 + _latest: 7.0.7 _: - '^7.0.5,^7.0.6': 7.0.6 - 7.0.6: - $: sha512-3c+yGKvVP5Y9TYBEibGNR+kLtijnj7mYrXRg+WpFb2X9xm04g/DXYkfg4hmzJQosc9snFNUPkbYIhu+KAm6jJw== - _: 'https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.6.tgz' + '^7.0.5,^7.0.6': 7.0.7 + 7.0.7: + $: sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA== + _: 'https://npme.walmart.com/@types/json-schema/-/json-schema-7.0.7.tgz' '@types/mocha': _latest: 8.2.0 _: 5.2.7: 5.2.7 5.2.7: $: sha512-NYrtPht0wGzhwe9+/idPaBB+TqkY9AhTvOLMkThm0IoEfLaiVQZwBwyJ5puCkO3AUCWrmcoePjp2mbFocKy4SQ== - _: 'https://registry.npmjs.org/@types/mocha/-/mocha-5.2.7.tgz' + _: 'https://npme.walmart.com/@types/mocha/-/mocha-5.2.7.tgz' '@types/normalize-package-data': _latest: 2.4.0 _: ^2.4.0: 2.4.0 2.4.0: $: sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA== - _: 'https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz' + _: 'https://npme.walmart.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz' '@types/q': _latest: 1.5.4 _: ^1.5.1: 1.5.4 1.5.4: $: sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug== - _: 'https://registry.npmjs.org/@types/q/-/q-1.5.4.tgz' + _: 'https://npme.walmart.com/@types/q/-/q-1.5.4.tgz' '@webassemblyjs/ast': - _latest: 1.9.1 + _latest: 1.11.0 _: 1.9.0: 1.9.0 1.9.0: $: sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA== - _: 'https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.9.0.tgz' + _: 'https://npme.walmart.com/@webassemblyjs/ast/-/ast-1.9.0.tgz' dependencies: '@webassemblyjs/helper-module-context': 1.9.0 '@webassemblyjs/helper-wasm-bytecode': 1.9.0 '@webassemblyjs/wast-parser': 1.9.0 '@webassemblyjs/floating-point-hex-parser': - _latest: 1.9.1 + _latest: 1.11.0 _: 1.9.0: 1.9.0 1.9.0: $: sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA== - _: 'https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz' + _: 'https://npme.walmart.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz' '@webassemblyjs/helper-api-error': - _latest: 1.9.1 + _latest: 1.11.0 _: 1.9.0: 1.9.0 1.9.0: $: sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw== - _: 'https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz' + _: 'https://npme.walmart.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz' '@webassemblyjs/helper-buffer': - _latest: 1.9.1 + _latest: 1.11.0 _: 1.9.0: 1.9.0 1.9.0: $: sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA== - _: 'https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.9.0.tgz' + _: 'https://npme.walmart.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.9.0.tgz' '@webassemblyjs/helper-code-frame': - _latest: 1.9.1 + _latest: 1.11.0 _: 1.9.0: 1.9.0 1.9.0: $: sha512-ERCYdJBkD9Vu4vtjUYe8LZruWuNIToYq/ME22igL+2vj2dQ2OOujIZr3MEFvfEaqKoVqpsFKAGsRdBSBjrIvZA== - _: 'https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.9.0.tgz' + _: 'https://npme.walmart.com/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.9.0.tgz' dependencies: '@webassemblyjs/wast-printer': 1.9.0 '@webassemblyjs/helper-fsm': - _latest: 1.9.1 + _latest: 1.11.0 _: 1.9.0: 1.9.0 1.9.0: $: sha512-OPRowhGbshCb5PxJ8LocpdX9Kl0uB4XsAjl6jH/dWKlk/mzsANvhwbiULsaiqT5GZGT9qinTICdj6PLuM5gslw== - _: 'https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.9.0.tgz' + _: 'https://npme.walmart.com/@webassemblyjs/helper-fsm/-/helper-fsm-1.9.0.tgz' '@webassemblyjs/helper-module-context': _latest: 1.9.1 _: 1.9.0: 1.9.0 1.9.0: $: sha512-MJCW8iGC08tMk2enck1aPW+BE5Cw8/7ph/VGZxwyvGbJwjktKkDK7vy7gAmMDx88D7mhDTCNKAW5tED+gZ0W8g== - _: 'https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.9.0.tgz' + _: 'https://npme.walmart.com/@webassemblyjs/helper-module-context/-/helper-module-context-1.9.0.tgz' dependencies: '@webassemblyjs/ast': 1.9.0 '@webassemblyjs/helper-wasm-bytecode': - _latest: 1.9.1 + _latest: 1.11.0 _: 1.9.0: 1.9.0 1.9.0: $: sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw== - _: 'https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.9.0.tgz' + _: 'https://npme.walmart.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.9.0.tgz' '@webassemblyjs/helper-wasm-section': - _latest: 1.9.1 + _latest: 1.11.0 _: 1.9.0: 1.9.0 1.9.0: $: sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw== - _: 'https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.9.0.tgz' + _: 'https://npme.walmart.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.9.0.tgz' dependencies: '@webassemblyjs/ast': 1.9.0 '@webassemblyjs/helper-buffer': 1.9.0 '@webassemblyjs/helper-wasm-bytecode': 1.9.0 '@webassemblyjs/wasm-gen': 1.9.0 '@webassemblyjs/ieee754': - _latest: 1.9.1 + _latest: 1.11.0 _: 1.9.0: 1.9.0 1.9.0: $: sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg== - _: 'https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.9.0.tgz' + _: 'https://npme.walmart.com/@webassemblyjs/ieee754/-/ieee754-1.9.0.tgz' dependencies: '@xtuc/ieee754': ^1.2.0 '@webassemblyjs/leb128': - _latest: 1.9.1 + _latest: 1.11.0 _: 1.9.0: 1.9.0 1.9.0: $: sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw== - _: 'https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.9.0.tgz' + _: 'https://npme.walmart.com/@webassemblyjs/leb128/-/leb128-1.9.0.tgz' dependencies: '@xtuc/long': 4.2.2 '@webassemblyjs/utf8': - _latest: 1.9.1 + _latest: 1.11.0 _: 1.9.0: 1.9.0 1.9.0: $: sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w== - _: 'https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.9.0.tgz' + _: 'https://npme.walmart.com/@webassemblyjs/utf8/-/utf8-1.9.0.tgz' '@webassemblyjs/wasm-edit': - _latest: 1.9.1 + _latest: 1.11.0 _: 1.9.0: 1.9.0 1.9.0: $: sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw== - _: 'https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.9.0.tgz' + _: 'https://npme.walmart.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.9.0.tgz' dependencies: '@webassemblyjs/ast': 1.9.0 '@webassemblyjs/helper-buffer': 1.9.0 @@ -2111,12 +2093,12 @@ $pkg: '@webassemblyjs/wasm-parser': 1.9.0 '@webassemblyjs/wast-printer': 1.9.0 '@webassemblyjs/wasm-gen': - _latest: 1.9.1 + _latest: 1.11.0 _: 1.9.0: 1.9.0 1.9.0: $: sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA== - _: 'https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.9.0.tgz' + _: 'https://npme.walmart.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.9.0.tgz' dependencies: '@webassemblyjs/ast': 1.9.0 '@webassemblyjs/helper-wasm-bytecode': 1.9.0 @@ -2124,24 +2106,24 @@ $pkg: '@webassemblyjs/leb128': 1.9.0 '@webassemblyjs/utf8': 1.9.0 '@webassemblyjs/wasm-opt': - _latest: 1.9.1 + _latest: 1.11.0 _: 1.9.0: 1.9.0 1.9.0: $: sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A== - _: 'https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.9.0.tgz' + _: 'https://npme.walmart.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.9.0.tgz' dependencies: '@webassemblyjs/ast': 1.9.0 '@webassemblyjs/helper-buffer': 1.9.0 '@webassemblyjs/wasm-gen': 1.9.0 '@webassemblyjs/wasm-parser': 1.9.0 '@webassemblyjs/wasm-parser': - _latest: 1.9.1 + _latest: 1.11.0 _: 1.9.0: 1.9.0 1.9.0: $: sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA== - _: 'https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.9.0.tgz' + _: 'https://npme.walmart.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.9.0.tgz' dependencies: '@webassemblyjs/ast': 1.9.0 '@webassemblyjs/helper-api-error': 1.9.0 @@ -2150,12 +2132,12 @@ $pkg: '@webassemblyjs/leb128': 1.9.0 '@webassemblyjs/utf8': 1.9.0 '@webassemblyjs/wast-parser': - _latest: 1.9.1 + _latest: 1.11.0 _: 1.9.0: 1.9.0 1.9.0: $: sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw== - _: 'https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.9.0.tgz' + _: 'https://npme.walmart.com/@webassemblyjs/wast-parser/-/wast-parser-1.9.0.tgz' dependencies: '@webassemblyjs/ast': 1.9.0 '@webassemblyjs/floating-point-hex-parser': 1.9.0 @@ -2164,21 +2146,21 @@ $pkg: '@webassemblyjs/helper-fsm': 1.9.0 '@xtuc/long': 4.2.2 '@webassemblyjs/wast-printer': - _latest: 1.9.1 + _latest: 1.11.0 _: 1.9.0: 1.9.0 1.9.0: $: sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA== - _: 'https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.9.0.tgz' + _: 'https://npme.walmart.com/@webassemblyjs/wast-printer/-/wast-printer-1.9.0.tgz' dependencies: '@webassemblyjs/ast': 1.9.0 '@webassemblyjs/wast-parser': 1.9.0 '@xtuc/long': 4.2.2 '@xarc/app': - _latest: 8.1.29-fynlocal_h + _latest: 8.2.2-fynlocal_h _: - ../../packages/xarc-app: 8.1.29-fynlocal_h - 8.1.29-fynlocal_h: + ../../packages/xarc-app: 8.2.2-fynlocal_h + 8.2.2-fynlocal_h: top: 1 $: local _: ../../packages/xarc-app @@ -2191,10 +2173,10 @@ $pkg: optional-require: ^1.0.0 subapp-util: ^1.1.2 '@xarc/app-dev': - _latest: 8.1.29-fynlocal_h + _latest: 8.2.2-fynlocal_h _: - ../../packages/xarc-app-dev: 8.1.29-fynlocal_h - 8.1.29-fynlocal_h: + ../../packages/xarc-app-dev: 8.2.2-fynlocal_h + 8.2.2-fynlocal_h: top: 1 $: local _: ../../packages/xarc-app-dev @@ -2204,7 +2186,6 @@ $pkg: '@babel/plugin-proposal-class-properties': ^7.2.1 '@babel/plugin-proposal-decorators': ^7.4.4 '@babel/plugin-proposal-object-rest-spread': ^7.0.0 - '@babel/plugin-syntax-dynamic-import': ^7.2.0 '@babel/plugin-transform-react-constant-elements': ^7.0.0 '@babel/plugin-transform-react-inline-elements': ^7.0.0 '@babel/plugin-transform-runtime': ^7.1.0 @@ -2212,10 +2193,10 @@ $pkg: '@babel/preset-react': ^7.0.0 '@babel/preset-typescript': ^7.0.0 '@babel/register': ^7.0.0 - '@jchip/redbird': ^1.1.2 + '@jchip/redbird': ^1.2.2 '@loadable/babel-plugin': ^5.10.0 - '@xarc/subapp': ^0.0.3 - '@xarc/webpack': ^9.0.6 + '@xarc/subapp': ^0.1.3 + '@xarc/webpack': ^9.1.0 ansi-to-html: ^0.6.8 babel-plugin-dynamic-import-node: ^2.2.0 babel-plugin-lodash: ^3.3.4 @@ -2395,21 +2376,20 @@ $pkg: stylus: ^0.54.7 stylus-relative-loader: ^3.4.0 '@xarc/react': - _latest: 0.0.3-fynlocal_h + _latest: 0.1.3-fynlocal_h _: - ../../packages/xarc-react: 0.0.3-fynlocal_h - 0.0.3-fynlocal_h: + ../../packages/xarc-react: 0.1.3-fynlocal_h + 0.1.3-fynlocal_h: top: 1 $: local _: ../../packages/xarc-react dependencies: '@xarc/render-context': ^1.0.3 - '@xarc/subapp': ^0.0.3 + '@xarc/subapp': ^0.1.3 '@xarc/tag-renderer': ^1.0.3 react: '>= 16' react-dom: '>= 16' - peerDependencies: - tslib: ^2.0.3 + tslib: ^2.1.0 '@xarc/render-context': _latest: 1.0.5-fynlocal_h _: @@ -2428,7 +2408,7 @@ $pkg: ^1.0.2: 1.0.4 1.0.4: $: sha512-9OsnvjhjYpS6IV4zj1nov2QN0ZoyQC2l+XlNGzmrsjUvRgKKype/wlCYu2JBr9QtM1CkhdCNwwnBaGPwWWGa8Q== - _: 'https://registry.npmjs.org/@xarc/run/-/run-1.0.4.tgz' + _: 'https://npme.walmart.com/@xarc/run/-/run-1.0.4.tgz' dependencies: chalk: ^4.1.0 chalker: ^1.2.0 @@ -2444,16 +2424,15 @@ $pkg: unwrap-npm-cmd: ^1.1.1 xsh: ^0.4.5 '@xarc/subapp': - _latest: 0.0.3-fynlocal_h + _latest: 0.1.3-fynlocal_h _: - ../xarc-subapp: 0.0.3-fynlocal_h - 0.0.3-fynlocal_h: + ../xarc-subapp: 0.1.3-fynlocal_h + 0.1.3-fynlocal_h: $: local _: ../../packages/xarc-subapp dependencies: lodash: ^4.17.20 - peerDependencies: - tslib: ^2.0.3 + tslib: ^2.1.0 '@xarc/tag-renderer': _latest: 1.0.6-fynlocal_h _: @@ -2464,14 +2443,13 @@ $pkg: dependencies: '@xarc/render-context': ^1.0.5 '@xarc/webpack': - _latest: 9.0.6-fynlocal_h + _latest: 9.1.0-fynlocal_h _: - ../xarc-webpack: 9.0.6-fynlocal_h - 9.0.6-fynlocal_h: + ../xarc-webpack: 9.1.0-fynlocal_h + 9.1.0-fynlocal_h: $: local _: ../../packages/xarc-webpack dependencies: - '@loadable/webpack-plugin': ^5.7.1 autoprefixer: ^9.6.0 babel-loader: ^8.1.0 chalk: ^4.1.0 @@ -2502,28 +2480,28 @@ $pkg: ^1.2.0: 1.2.0 1.2.0: $: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA== - _: 'https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz' + _: 'https://npme.walmart.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz' '@xtuc/long': _latest: 4.2.2 _: 4.2.2: 4.2.2 4.2.2: $: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ== - _: 'https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz' + _: 'https://npme.walmart.com/@xtuc/long/-/long-4.2.2.tgz' abbrev: _latest: 1.1.1 _: '1': 1.1.1 1.1.1: $: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== - _: 'https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz' + _: 'https://npme.walmart.com/abbrev/-/abbrev-1.1.1.tgz' accepts: _latest: 1.3.7 _: '~1.3.4,~1.3.5': 1.3.7 1.3.7: $: sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA== - _: 'https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz' + _: 'https://npme.walmart.com/accepts/-/accepts-1.3.7.tgz' dependencies: mime-types: ~2.1.24 negotiator: 0.6.2 @@ -2534,17 +2512,17 @@ acorn: ^7.4.0: 7.4.1 7.4.1: $: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== - _: 'https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz' + _: 'https://npme.walmart.com/acorn/-/acorn-7.4.1.tgz' 6.4.2: $: sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ== - _: 'https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz' + _: 'https://npme.walmart.com/acorn/-/acorn-6.4.2.tgz' acorn-jsx: _latest: 5.3.1 _: ^5.3.1: 5.3.1 5.3.1: $: sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng== - _: 'https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.1.tgz' + _: 'https://npme.walmart.com/acorn-jsx/-/acorn-jsx-5.3.1.tgz' peerDependencies: acorn: '^6.0.0 || ^7.0.0 || ^8.0.0' after: @@ -2553,14 +2531,14 @@ after: 0.8.2: 0.8.2 0.8.2: $: sha1-/ts5T58OAqqXaOcCvaI7UF+ufh8= - _: 'https://registry.npmjs.org/after/-/after-0.8.2.tgz' + _: 'https://npme.walmart.com/after/-/after-0.8.2.tgz' aggregate-error: _latest: 3.1.0 _: ^3.0.0: 3.1.0 3.1.0: $: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA== - _: 'https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz' + _: 'https://npme.walmart.com/aggregate-error/-/aggregate-error-3.1.0.tgz' dependencies: clean-stack: ^2.0.0 indent-string: ^4.0.0 @@ -2570,7 +2548,7 @@ airbnb-prop-types: ^2.16.0: 2.16.0 2.16.0: $: sha512-7WHOFolP/6cS96PhKNrslCLMYAI8yB1Pp6u6XmxozQOiZbsI5ycglZr5cHhBFfuRcQQjzCMith5ZPZdYiJCxUg== - _: 'https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.16.0.tgz' + _: 'https://npme.walmart.com/airbnb-prop-types/-/airbnb-prop-types-2.16.0.tgz' dependencies: array.prototype.find: ^2.1.1 function.prototype.name: ^1.1.2 @@ -2590,7 +2568,7 @@ ajv: ^7.0.2: 7.0.3 7.0.3: $: sha512-R50QRlXSxqXcQP5SvKUrw8VZeypvo12i2IX0EeR5PiZ7bEKeHWgzgo264LDadUsCU42lTJVhFikTqJwNeH34gQ== - _: 'https://registry.npmjs.org/ajv/-/ajv-7.0.3.tgz' + _: 'https://npme.walmart.com/ajv/-/ajv-7.0.3.tgz' dependencies: fast-deep-equal: ^3.1.1 json-schema-traverse: ^1.0.0 @@ -2598,7 +2576,7 @@ ajv: uri-js: ^4.2.2 6.12.6: $: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== - _: 'https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz' + _: 'https://npme.walmart.com/ajv/-/ajv-6.12.6.tgz' dependencies: fast-deep-equal: ^3.1.1 fast-json-stable-stringify: ^2.0.0 @@ -2610,7 +2588,7 @@ ajv-errors: ^1.0.0: 1.0.1 1.0.1: $: sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ== - _: 'https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz' + _: 'https://npme.walmart.com/ajv-errors/-/ajv-errors-1.0.1.tgz' peerDependencies: ajv: '>=5.0.0' ajv-keywords: @@ -2619,7 +2597,7 @@ ajv-keywords: '^3.1.0,^3.2.0,^3.4.1,^3.5.2': 3.5.2 3.5.2: $: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ== - _: 'https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz' + _: 'https://npme.walmart.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz' peerDependencies: ajv: ^6.9.1 alphanum-sort: @@ -2628,21 +2606,21 @@ alphanum-sort: ^1.0.0: 1.0.2 1.0.2: $: sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM= - _: 'https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz' + _: 'https://npme.walmart.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz' amdefine: _latest: 1.0.1 _: '>=0.0.4': 1.0.1 1.0.1: $: sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU= - _: 'https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz' + _: 'https://npme.walmart.com/amdefine/-/amdefine-1.0.1.tgz' ansi-align: _latest: 3.0.0 _: ^3.0.0: 3.0.0 3.0.0: $: sha512-ZpClVKqXN3RGBmKibdfWzqCY4lnjEuoNzU5T0oEFpfd/z5qJHVarukridD4juLO2FXMiwUQxr9WqQtaYa8XRYw== - _: 'https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.0.tgz' + _: 'https://npme.walmart.com/ansi-align/-/ansi-align-3.0.0.tgz' dependencies: string-width: ^3.0.0 ansi-colors: @@ -2652,17 +2630,17 @@ ansi-colors: ^4.1.1: 4.1.1 4.1.1: $: sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA== - _: 'https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz' + _: 'https://npme.walmart.com/ansi-colors/-/ansi-colors-4.1.1.tgz' 3.2.4: $: sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA== - _: 'https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.4.tgz' + _: 'https://npme.walmart.com/ansi-colors/-/ansi-colors-3.2.4.tgz' ansi-escapes: _latest: 4.3.1 _: ^4.3.0: 4.3.1 4.3.1: $: sha512-JWF7ocqNrp8u9oqpgV+wH5ftbt+cfvv+PTjOvKLT3AdYly/LmORARfEVT1iyjwN+4MqE5UmVKoAdIBqeoCHgLA== - _: 'https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.1.tgz' + _: 'https://npme.walmart.com/ansi-escapes/-/ansi-escapes-4.3.1.tgz' dependencies: type-fest: ^0.11.0 ansi-html: @@ -2671,7 +2649,7 @@ ansi-html: 0.0.7: 0.0.7 0.0.7: $: sha1-gTWEAhliqenm/QOflA0S9WynhZ4= - _: 'https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz' + _: 'https://npme.walmart.com/ansi-html/-/ansi-html-0.0.7.tgz' ansi-regex: _latest: 5.0.0 _: @@ -2681,42 +2659,42 @@ ansi-regex: ^5.0.0: 5.0.0 5.0.0: $: sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg== - _: 'https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz' + _: 'https://npme.walmart.com/ansi-regex/-/ansi-regex-5.0.0.tgz' 4.1.0: $: sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg== - _: 'https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz' + _: 'https://npme.walmart.com/ansi-regex/-/ansi-regex-4.1.0.tgz' 3.0.0: $: sha1-7QMXwyIGT3lGbAKWa922Bas32Zg= - _: 'https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz' + _: 'https://npme.walmart.com/ansi-regex/-/ansi-regex-3.0.0.tgz' 2.1.1: $: sha1-w7M6te42DYbg5ijwRorn7yfWVN8= - _: 'https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz' + _: 'https://npme.walmart.com/ansi-regex/-/ansi-regex-2.1.1.tgz' ansi-styles: - _latest: 5.0.0 + _latest: 5.1.0 _: ^2.2.1: 2.2.1 '^3.2.0,^3.2.1': 3.2.1 '^4.0.0,^4.1.0': 4.3.0 4.3.0: $: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== - _: 'https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz' + _: 'https://npme.walmart.com/ansi-styles/-/ansi-styles-4.3.0.tgz' dependencies: color-convert: ^2.0.1 3.2.1: $: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== - _: 'https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz' + _: 'https://npme.walmart.com/ansi-styles/-/ansi-styles-3.2.1.tgz' dependencies: color-convert: ^1.9.0 2.2.1: $: sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4= - _: 'https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz' + _: 'https://npme.walmart.com/ansi-styles/-/ansi-styles-2.2.1.tgz' ansi-to-html: _latest: 0.6.14 _: ^0.6.8: 0.6.14 0.6.14: $: sha512-7ZslfB1+EnFSDO5Ju+ue5Y6It19DRnZXWv8jrGHgIlPna5Mh4jz7BV5jCbQneXNFurQcKoolaaAjHtgSBfOIuA== - _: 'https://registry.npmjs.org/ansi-to-html/-/ansi-to-html-0.6.14.tgz' + _: 'https://npme.walmart.com/ansi-to-html/-/ansi-to-html-0.6.14.tgz' dependencies: entities: ^1.1.2 anymatch: @@ -2726,13 +2704,13 @@ anymatch: ~3.1.1: 3.1.1 3.1.1: $: sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg== - _: 'https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz' + _: 'https://npme.walmart.com/anymatch/-/anymatch-3.1.1.tgz' dependencies: normalize-path: ^3.0.0 picomatch: ^2.0.4 2.0.0: $: sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw== - _: 'https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz' + _: 'https://npme.walmart.com/anymatch/-/anymatch-2.0.0.tgz' dependencies: micromatch: ^3.1.4 normalize-path: ^2.1.1 @@ -2742,7 +2720,7 @@ append-transform: ^2.0.0: 2.0.0 2.0.0: $: sha512-7yeyCEurROLQJFv5Xj4lEGTy0borxepjFv1g22oAdqFu//SrAlDl1O1Nxx15SH1RoliUml6p8dwJW9jvZughhg== - _: 'https://registry.npmjs.org/append-transform/-/append-transform-2.0.0.tgz' + _: 'https://npme.walmart.com/append-transform/-/append-transform-2.0.0.tgz' dependencies: default-require-extensions: ^3.0.0 aproba: @@ -2751,21 +2729,21 @@ aproba: '^1.0.3,^1.1.1': 1.2.0 1.2.0: $: sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw== - _: 'https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz' + _: 'https://npme.walmart.com/aproba/-/aproba-1.2.0.tgz' archy: _latest: 1.0.0 _: ^1.0.0: 1.0.0 1.0.0: $: sha1-+cjBN1fMHde8N5rHeyxipcKGjEA= - _: 'https://registry.npmjs.org/archy/-/archy-1.0.0.tgz' + _: 'https://npme.walmart.com/archy/-/archy-1.0.0.tgz' are-we-there-yet: _latest: 1.1.5 _: ~1.1.2: 1.1.5 1.1.5: $: sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w== - _: 'https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz' + _: 'https://npme.walmart.com/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz' dependencies: delegates: ^1.0.0 readable-stream: ^2.0.6 @@ -2775,58 +2753,70 @@ argparse: ^1.0.7: 1.0.10 1.0.10: $: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== - _: 'https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz' + _: 'https://npme.walmart.com/argparse/-/argparse-1.0.10.tgz' dependencies: sprintf-js: ~1.0.2 +args: + _latest: 5.0.1 + _: + ^5.0.1: 5.0.1 + 5.0.1: + $: sha512-1kqmFCFsPffavQFGt8OxJdIcETti99kySRUPMpOhaGjL6mRJn8HFU1OxKY5bMqfZKUwTQc1mZkAjmGYaVOHFtQ== + _: 'https://npme.walmart.com/args/-/args-5.0.1.tgz' + dependencies: + camelcase: 5.0.0 + chalk: 2.4.2 + leven: 2.1.0 + mri: 1.1.4 arr-diff: _latest: 4.0.0 _: ^4.0.0: 4.0.0 4.0.0: $: sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA= - _: 'https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz' + _: 'https://npme.walmart.com/arr-diff/-/arr-diff-4.0.0.tgz' arr-flatten: _latest: 1.1.0 _: ^1.1.0: 1.1.0 1.1.0: $: sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg== - _: 'https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz' + _: 'https://npme.walmart.com/arr-flatten/-/arr-flatten-1.1.0.tgz' arr-union: _latest: 3.1.0 _: ^3.1.0: 3.1.0 3.1.0: $: sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ= - _: 'https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz' + _: 'https://npme.walmart.com/arr-union/-/arr-union-3.1.0.tgz' array-filter: _latest: 1.0.0 _: ^1.0.0: 1.0.0 1.0.0: $: sha1-uveeYubvTCpMC4MSMtr/7CUfnYM= - _: 'https://registry.npmjs.org/array-filter/-/array-filter-1.0.0.tgz' + _: 'https://npme.walmart.com/array-filter/-/array-filter-1.0.0.tgz' array-find-index: _latest: 1.0.2 _: ^1.0.1: 1.0.2 1.0.2: $: sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E= - _: 'https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz' + _: 'https://npme.walmart.com/array-find-index/-/array-find-index-1.0.2.tgz' array-from: _latest: 2.1.1 _: ^2.1.1: 2.1.1 2.1.1: $: sha1-z+nYwmYoudxa7MYqn12PHzUsEZU= - _: 'https://registry.npmjs.org/array-from/-/array-from-2.1.1.tgz' + _: 'https://npme.walmart.com/array-from/-/array-from-2.1.1.tgz' array-includes: _latest: 3.1.2 _: '^3.1.1,^3.1.2': 3.1.2 3.1.2: $: sha512-w2GspexNQpx+PutG3QpT437/BenZBj0M/MZGn5mzv/MofYqo0xmRHzn4lFsoDlWJ+THYsGJmFlW68WlDFx7VRw== - _: 'https://registry.npmjs.org/array-includes/-/array-includes-3.1.2.tgz' + _: 'https://npme.walmart.com/array-includes/-/array-includes-3.1.2.tgz' dependencies: call-bind: ^1.0.0 define-properties: ^1.1.3 @@ -2839,7 +2829,7 @@ array-slice: ^0.2.3: 0.2.3 0.2.3: $: sha1-3Tz7gO15c6dRF82sabC5nshhhvU= - _: 'https://registry.npmjs.org/array-slice/-/array-slice-0.2.3.tgz' + _: 'https://npme.walmart.com/array-slice/-/array-slice-0.2.3.tgz' array-unique: _latest: 0.3.2 _: @@ -2847,17 +2837,17 @@ array-unique: ^0.3.2: 0.3.2 0.3.2: $: sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg= - _: 'https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz' + _: 'https://npme.walmart.com/array-unique/-/array-unique-0.3.2.tgz' 0.2.1: $: sha1-odl8yvy8JiXMcPrc6zalDFiwGlM= - _: 'https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz' + _: 'https://npme.walmart.com/array-unique/-/array-unique-0.2.1.tgz' array.prototype.find: _latest: 2.1.1 _: ^2.1.1: 2.1.1 2.1.1: $: sha512-mi+MYNJYLTx2eNYy+Yh6raoQacCsNeeMUaspFPh9Y141lFSsWxxB8V9mM2ye+eqiRs917J6/pJ4M9ZPzenWckA== - _: 'https://registry.npmjs.org/array.prototype.find/-/array.prototype.find-2.1.1.tgz' + _: 'https://npme.walmart.com/array.prototype.find/-/array.prototype.find-2.1.1.tgz' dependencies: define-properties: ^1.1.3 es-abstract: ^1.17.4 @@ -2867,7 +2857,7 @@ array.prototype.flat: ^1.2.3: 1.2.4 1.2.4: $: sha512-4470Xi3GAPAjZqFcljX2xzckv1qeKPizoNkiS0+O4IoPR2ZNpcjE0pkhdihlDouK+x6QOast26B4Q/O9DJnwSg== - _: 'https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz' + _: 'https://npme.walmart.com/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz' dependencies: call-bind: ^1.0.0 define-properties: ^1.1.3 @@ -2878,7 +2868,7 @@ array.prototype.flatmap: ^1.2.3: 1.2.4 1.2.4: $: sha512-r9Z0zYoxqHz60vvQbWEdXIEtCwHF0yxaWfno9qzXeNHvfyl3BZqygmGzb84dsubyaXLH4husF+NFgMSdpZhk2Q== - _: 'https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.2.4.tgz' + _: 'https://npme.walmart.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.4.tgz' dependencies: call-bind: ^1.0.0 define-properties: ^1.1.3 @@ -2890,14 +2880,14 @@ arraybuffer.slice: ~0.0.7: 0.0.7 0.0.7: $: sha512-wGUIVQXuehL5TCqQun8OW81jGzAWycqzFF8lFp+GOM5BXLYj3bKNsYC4daB7n6XjCqxQA/qgTJ+8ANR3acjrog== - _: 'https://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.7.tgz' + _: 'https://npme.walmart.com/arraybuffer.slice/-/arraybuffer.slice-0.0.7.tgz' asn1: _latest: 0.2.4 _: ~0.2.3: 0.2.4 0.2.4: $: sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg== - _: 'https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz' + _: 'https://npme.walmart.com/asn1/-/asn1-0.2.4.tgz' dependencies: safer-buffer: ~2.1.0 asn1.js: @@ -2906,7 +2896,7 @@ asn1.js: ^5.2.0: 5.4.1 5.4.1: $: sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA== - _: 'https://registry.npmjs.org/asn1.js/-/asn1.js-5.4.1.tgz' + _: 'https://npme.walmart.com/asn1.js/-/asn1.js-5.4.1.tgz' dependencies: bn.js: ^4.0.0 inherits: ^2.0.1 @@ -2918,7 +2908,7 @@ assert: ^1.1.1: 1.5.0 1.5.0: $: sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA== - _: 'https://registry.npmjs.org/assert/-/assert-1.5.0.tgz' + _: 'https://npme.walmart.com/assert/-/assert-1.5.0.tgz' dependencies: object-assign: ^4.1.1 util: 0.10.3 @@ -2928,28 +2918,28 @@ assert-plus: '1.0.0,^1.0.0': 1.0.0 1.0.0: $: sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU= - _: 'https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz' + _: 'https://npme.walmart.com/assert-plus/-/assert-plus-1.0.0.tgz' assertion-error: _latest: 1.1.0 _: ^1.1.0: 1.1.0 1.1.0: $: sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw== - _: 'https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz' + _: 'https://npme.walmart.com/assertion-error/-/assertion-error-1.1.0.tgz' assign-symbols: _latest: 2.0.2 _: ^1.0.0: 1.0.0 1.0.0: $: sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c= - _: 'https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz' + _: 'https://npme.walmart.com/assign-symbols/-/assign-symbols-1.0.0.tgz' astral-regex: _latest: 2.0.0 _: ^2.0.0: 2.0.0 2.0.0: $: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ== - _: 'https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz' + _: 'https://npme.walmart.com/astral-regex/-/astral-regex-2.0.0.tgz' async: _latest: 3.2.0 _: @@ -2957,26 +2947,26 @@ async: ~1.0.0: 1.0.0 2.6.3: $: sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg== - _: 'https://registry.npmjs.org/async/-/async-2.6.3.tgz' + _: 'https://npme.walmart.com/async/-/async-2.6.3.tgz' dependencies: lodash: ^4.17.14 1.0.0: $: sha1-+PwEyjoTeErenhZBr5hXjPvWR6k= - _: 'https://registry.npmjs.org/async/-/async-1.0.0.tgz' + _: 'https://npme.walmart.com/async/-/async-1.0.0.tgz' async-each: _latest: 1.0.3 _: ^1.0.1: 1.0.3 1.0.3: $: sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ== - _: 'https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz' + _: 'https://npme.walmart.com/async-each/-/async-each-1.0.3.tgz' async-eventemitter: _latest: 0.2.4 _: ^0.2.4: 0.2.4 0.2.4: $: sha512-pd20BwL7Yt1zwDFy+8MX8F1+WCT8aQeKj0kQnTrH9WaeRETlRamVhD0JtRPmrV4GfOJ2F9CvdQkZeZhnh2TuHw== - _: 'https://registry.npmjs.org/async-eventemitter/-/async-eventemitter-0.2.4.tgz' + _: 'https://npme.walmart.com/async-eventemitter/-/async-eventemitter-0.2.4.tgz' dependencies: async: ^2.4.0 async-foreach: @@ -2985,49 +2975,49 @@ async-foreach: ^0.1.3: 0.1.3 0.1.3: $: sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI= - _: 'https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz' + _: 'https://npme.walmart.com/async-foreach/-/async-foreach-0.1.3.tgz' async-limiter: _latest: 2.0.0 _: ~1.0.0: 1.0.1 1.0.1: $: sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ== - _: 'https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz' + _: 'https://npme.walmart.com/async-limiter/-/async-limiter-1.0.1.tgz' asynckit: _latest: 0.4.0 _: ^0.4.0: 0.4.0 0.4.0: $: sha1-x57Zf380y48robyXkLzDZkdLS3k= - _: 'https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz' + _: 'https://npme.walmart.com/asynckit/-/asynckit-0.4.0.tgz' at-least-node: _latest: 1.0.0 _: ^1.0.0: 1.0.0 1.0.0: $: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg== - _: 'https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz' + _: 'https://npme.walmart.com/at-least-node/-/at-least-node-1.0.0.tgz' atob: _latest: 2.1.2 _: ^2.1.2: 2.1.2 2.1.2: $: sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== - _: 'https://registry.npmjs.org/atob/-/atob-2.1.2.tgz' + _: 'https://npme.walmart.com/atob/-/atob-2.1.2.tgz' atomic-sleep: _latest: 1.0.0 _: ^1.0.0: 1.0.0 1.0.0: $: sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ== - _: 'https://registry.npmjs.org/atomic-sleep/-/atomic-sleep-1.0.0.tgz' + _: 'https://npme.walmart.com/atomic-sleep/-/atomic-sleep-1.0.0.tgz' autoprefixer: - _latest: 10.1.0 + _latest: 10.2.3 _: '^9.6.0,^9.6.1': 9.8.6 9.8.6: $: sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg== - _: 'https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.6.tgz' + _: 'https://npme.walmart.com/autoprefixer/-/autoprefixer-9.8.6.tgz' dependencies: browserslist: ^4.12.0 caniuse-lite: ^1.0.30001109 @@ -3042,21 +3032,21 @@ aws-sign2: ~0.7.0: 0.7.0 0.7.0: $: sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg= - _: 'https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz' + _: 'https://npme.walmart.com/aws-sign2/-/aws-sign2-0.7.0.tgz' aws4: _latest: 1.11.0 _: ^1.8.0: 1.11.0 1.11.0: $: sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA== - _: 'https://registry.npmjs.org/aws4/-/aws4-1.11.0.tgz' + _: 'https://npme.walmart.com/aws4/-/aws4-1.11.0.tgz' babel-code-frame: _latest: 6.26.0 _: ^6.26.0: 6.26.0 6.26.0: $: sha1-Y/1D99weO7fONZR9uP42mj9Yx0s= - _: 'https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz' + _: 'https://npme.walmart.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz' dependencies: chalk: ^1.1.3 esutils: ^2.0.2 @@ -3067,7 +3057,7 @@ babel-eslint: ^10.1.0: 10.1.0 10.1.0: $: sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg== - _: 'https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.1.0.tgz' + _: 'https://npme.walmart.com/babel-eslint/-/babel-eslint-10.1.0.tgz' dependencies: '@babel/code-frame': ^7.0.0 '@babel/parser': ^7.7.0 @@ -3083,28 +3073,28 @@ babel-helper-evaluate-path: ^0.5.0: 0.5.0 0.5.0: $: sha512-mUh0UhS607bGh5wUMAQfOpt2JX2ThXMtppHRdRU1kL7ZLRWIXxoV2UIV1r2cAeeNeU1M5SB5/RSUgUxrK8yOkA== - _: 'https://registry.npmjs.org/babel-helper-evaluate-path/-/babel-helper-evaluate-path-0.5.0.tgz' + _: 'https://npme.walmart.com/babel-helper-evaluate-path/-/babel-helper-evaluate-path-0.5.0.tgz' babel-helper-mark-eval-scopes: _latest: 0.4.3 _: ^0.4.3: 0.4.3 0.4.3: $: sha1-0kSjvvmESHJgP/tG4izorN9VFWI= - _: 'https://registry.npmjs.org/babel-helper-mark-eval-scopes/-/babel-helper-mark-eval-scopes-0.4.3.tgz' + _: 'https://npme.walmart.com/babel-helper-mark-eval-scopes/-/babel-helper-mark-eval-scopes-0.4.3.tgz' babel-helper-remove-or-void: _latest: 0.4.3 _: ^0.4.3: 0.4.3 0.4.3: $: sha1-pPA7QAd6D/6I5F0HAQ3uJB/1rmA= - _: 'https://registry.npmjs.org/babel-helper-remove-or-void/-/babel-helper-remove-or-void-0.4.3.tgz' + _: 'https://npme.walmart.com/babel-helper-remove-or-void/-/babel-helper-remove-or-void-0.4.3.tgz' babel-loader: _latest: 8.2.2 _: ^8.1.0: 8.2.2 8.2.2: $: sha512-JvTd0/D889PQBtUXJ2PXaKU/pjZDMtHA9V2ecm+eNRmmBCMR09a+fmpGTNwnJtFmFl5Ei7Vy47LjBb+L0wQ99g== - _: 'https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.2.tgz' + _: 'https://npme.walmart.com/babel-loader/-/babel-loader-8.2.2.tgz' dependencies: find-cache-dir: ^3.3.1 loader-utils: ^1.4.0 @@ -3119,7 +3109,7 @@ babel-plugin-dynamic-import-node: '^2.2.0,^2.3.3': 2.3.3 2.3.3: $: sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ== - _: 'https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz' + _: 'https://npme.walmart.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz' dependencies: object.assign: ^4.1.0 babel-plugin-istanbul: @@ -3128,7 +3118,7 @@ babel-plugin-istanbul: ^5.1.0: 5.2.0 5.2.0: $: sha512-5LphC0USA8t4i1zCtjbbNb6jJj/9+X6P37Qfirc/70EQ34xKlMW+a1RHGwxGI+SwWpNwZ27HqvzAobeqaXwiZw== - _: 'https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-5.2.0.tgz' + _: 'https://npme.walmart.com/babel-plugin-istanbul/-/babel-plugin-istanbul-5.2.0.tgz' dependencies: '@babel/helper-plugin-utils': ^7.0.0 find-up: ^3.0.0 @@ -3140,7 +3130,7 @@ babel-plugin-lodash: ^3.3.4: 3.3.4 3.3.4: $: sha512-yDZLjK7TCkWl1gpBeBGmuaDIFhZKmkoL+Cu2MUUjv5VxUZx/z7tBGBCBcQs5RI1Bkz5LLmNdjx7paOyQtMovyg== - _: 'https://registry.npmjs.org/babel-plugin-lodash/-/babel-plugin-lodash-3.3.4.tgz' + _: 'https://npme.walmart.com/babel-plugin-lodash/-/babel-plugin-lodash-3.3.4.tgz' dependencies: '@babel/helper-module-imports': ^7.0.0-beta.49 '@babel/types': ^7.0.0-beta.49 @@ -3153,7 +3143,7 @@ babel-plugin-minify-dead-code-elimination: ^0.5.0: 0.5.1 0.5.1: $: sha512-x8OJOZIrRmQBcSqxBcLbMIK8uPmTvNWPXH2bh5MDCW1latEqYiRMuUkPImKcfpo59pTUB2FT7HfcgtG8ZlR5Qg== - _: 'https://registry.npmjs.org/babel-plugin-minify-dead-code-elimination/-/babel-plugin-minify-dead-code-elimination-0.5.1.tgz' + _: 'https://npme.walmart.com/babel-plugin-minify-dead-code-elimination/-/babel-plugin-minify-dead-code-elimination-0.5.1.tgz' dependencies: babel-helper-evaluate-path: ^0.5.0 babel-helper-mark-eval-scopes: ^0.4.3 @@ -3165,7 +3155,7 @@ babel-plugin-react-css-modules: ^5.2.6: 5.2.6 5.2.6: $: sha512-jBU/oVgoEg/58Dcu0tjyNvaXBllxJXip7hlpiX+e0CYTmDADWB484P4pJb7d0L6nWKSzyEqtePcBaq3SKalG/g== - _: 'https://registry.npmjs.org/babel-plugin-react-css-modules/-/babel-plugin-react-css-modules-5.2.6.tgz' + _: 'https://npme.walmart.com/babel-plugin-react-css-modules/-/babel-plugin-react-css-modules-5.2.6.tgz' dependencies: '@babel/plugin-syntax-jsx': ^7.0.0 '@babel/types': ^7.0.0 @@ -3185,42 +3175,42 @@ babel-plugin-transform-node-env-inline: ^0.4.3: 0.4.3 0.4.3: $: sha1-jITNdNWPF7D992FEo1ifYQw8JJc= - _: 'https://registry.npmjs.org/babel-plugin-transform-node-env-inline/-/babel-plugin-transform-node-env-inline-0.4.3.tgz' + _: 'https://npme.walmart.com/babel-plugin-transform-node-env-inline/-/babel-plugin-transform-node-env-inline-0.4.3.tgz' babel-plugin-transform-react-remove-prop-types: _latest: 0.4.24 _: ^0.4.20: 0.4.24 0.4.24: $: sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA== - _: 'https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz' + _: 'https://npme.walmart.com/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz' babylon: _latest: 6.18.0 _: ^7.0.0-beta.44: 7.0.0-beta.47 7.0.0-beta.47: $: sha512-+rq2cr4GDhtToEzKFD6KZZMDBXhjFAr9JjPw9pAppZACeEWqNM294j+NdBzkSHYXwzzBmVjZ3nEVJlOhbR2gOQ== - _: 'https://registry.npmjs.org/babylon/-/babylon-7.0.0-beta.47.tgz' + _: 'https://npme.walmart.com/babylon/-/babylon-7.0.0-beta.47.tgz' backo2: _latest: 1.0.2 _: 1.0.2: 1.0.2 1.0.2: $: sha1-MasayLEpNjRj41s+u2n038+6eUc= - _: 'https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz' + _: 'https://npme.walmart.com/backo2/-/backo2-1.0.2.tgz' balanced-match: _latest: 1.0.0 _: ^1.0.0: 1.0.0 1.0.0: $: sha1-ibTRmasr7kneFk6gK4nORi1xt2c= - _: 'https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz' + _: 'https://npme.walmart.com/balanced-match/-/balanced-match-1.0.0.tgz' base: _latest: 3.0.0 _: ^0.11.1: 0.11.2 0.11.2: $: sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg== - _: 'https://registry.npmjs.org/base/-/base-0.11.2.tgz' + _: 'https://npme.walmart.com/base/-/base-0.11.2.tgz' dependencies: cache-base: ^1.0.1 class-utils: ^0.3.5 @@ -3235,35 +3225,35 @@ base64-arraybuffer: 0.1.5: 0.1.5 0.1.5: $: sha1-c5JncZI7Whl0etZmqlzUv5xunOg= - _: 'https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.5.tgz' + _: 'https://npme.walmart.com/base64-arraybuffer/-/base64-arraybuffer-0.1.5.tgz' base64-js: _latest: 1.5.1 _: ^1.0.2: 1.5.1 1.5.1: $: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== - _: 'https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz' + _: 'https://npme.walmart.com/base64-js/-/base64-js-1.5.1.tgz' base64id: _latest: 2.0.0 _: 1.0.0: 1.0.0 1.0.0: $: sha1-R2iMuZu2gE8OBtPnY7HDLlfY5rY= - _: 'https://registry.npmjs.org/base64id/-/base64id-1.0.0.tgz' + _: 'https://npme.walmart.com/base64id/-/base64id-1.0.0.tgz' batch: _latest: 0.6.1 _: 0.6.1: 0.6.1 0.6.1: $: sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY= - _: 'https://registry.npmjs.org/batch/-/batch-0.6.1.tgz' + _: 'https://npme.walmart.com/batch/-/batch-0.6.1.tgz' bcrypt-pbkdf: _latest: 1.0.2 _: ^1.0.0: 1.0.2 1.0.2: $: sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4= - _: 'https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz' + _: 'https://npme.walmart.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz' dependencies: tweetnacl: ^0.14.3 better-assert: @@ -3272,7 +3262,7 @@ better-assert: ~1.0.0: 1.0.2 1.0.2: $: sha1-QIZrnhueC1W0gYlDEeaPr/rrxSI= - _: 'https://registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz' + _: 'https://npme.walmart.com/better-assert/-/better-assert-1.0.2.tgz' dependencies: callsite: 1.0.0 big.js: @@ -3282,28 +3272,28 @@ big.js: ^5.2.2: 5.2.2 5.2.2: $: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ== - _: 'https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz' + _: 'https://npme.walmart.com/big.js/-/big.js-5.2.2.tgz' 3.2.0: $: sha512-+hN/Zh2D08Mx65pZ/4g5bsmNiZUuChDiQfTUQ7qJr4/kuopCr88xZsAXv6mBoZEsUI4OuGHlX59qE94K2mMW8Q== - _: 'https://registry.npmjs.org/big.js/-/big.js-3.2.0.tgz' + _: 'https://npme.walmart.com/big.js/-/big.js-3.2.0.tgz' binary-extensions: - _latest: 2.1.0 + _latest: 2.2.0 _: ^1.0.0: 1.13.1 - ^2.0.0: 2.1.0 - 2.1.0: - $: sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ== - _: 'https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.1.0.tgz' + ^2.0.0: 2.2.0 + 2.2.0: + $: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA== + _: 'https://npme.walmart.com/binary-extensions/-/binary-extensions-2.2.0.tgz' 1.13.1: $: sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw== - _: 'https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz' + _: 'https://npme.walmart.com/binary-extensions/-/binary-extensions-1.13.1.tgz' bindings: _latest: 1.5.0 _: ^1.5.0: 1.5.0 1.5.0: $: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ== - _: 'https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz' + _: 'https://npme.walmart.com/bindings/-/bindings-1.5.0.tgz' dependencies: file-uri-to-path: 1.0.0 blob: @@ -3312,14 +3302,14 @@ blob: 0.0.5: 0.0.5 0.0.5: $: sha512-gaqbzQPqOoamawKg0LGVd7SzLgXS+JH61oWprSLH+P+abTczqJbhTR8CmJ2u9/bUYNmHTGJx/UEmn6doAvvuig== - _: 'https://registry.npmjs.org/blob/-/blob-0.0.5.tgz' + _: 'https://npme.walmart.com/blob/-/blob-0.0.5.tgz' block-stream: _latest: 0.0.9 _: '*': 0.0.9 0.0.9: $: sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo= - _: 'https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz' + _: 'https://npme.walmart.com/block-stream/-/block-stream-0.0.9.tgz' dependencies: inherits: ~2.0.0 bluebird: @@ -3329,10 +3319,10 @@ bluebird: '^3.3.0,^3.5.5': 3.7.2 3.7.2: $: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg== - _: 'https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz' + _: 'https://npme.walmart.com/bluebird/-/bluebird-3.7.2.tgz' 2.11.0: $: sha1-U0uQM8AiyVecVro7Plpcqvu2UOE= - _: 'https://registry.npmjs.org/bluebird/-/bluebird-2.11.0.tgz' + _: 'https://npme.walmart.com/bluebird/-/bluebird-2.11.0.tgz' bn.js: _latest: 5.1.3 _: @@ -3340,17 +3330,17 @@ bn.js: '^5.0.0,^5.1.1': 5.1.3 5.1.3: $: sha512-GkTiFpjFtUzU9CbMeJ5iazkCzGL3jrhzerzZIuqLABjbwRaFt33I9tUdSNryIptM+RxDet6OKm2WnLXzW51KsQ== - _: 'https://registry.npmjs.org/bn.js/-/bn.js-5.1.3.tgz' + _: 'https://npme.walmart.com/bn.js/-/bn.js-5.1.3.tgz' 4.11.9: $: sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw== - _: 'https://registry.npmjs.org/bn.js/-/bn.js-4.11.9.tgz' + _: 'https://npme.walmart.com/bn.js/-/bn.js-4.11.9.tgz' body-parser: _latest: 1.19.0 _: ^1.16.1: 1.19.0 1.19.0: $: sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw== - _: 'https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz' + _: 'https://npme.walmart.com/body-parser/-/body-parser-1.19.0.tgz' dependencies: bytes: 3.1.0 content-type: ~1.0.4 @@ -3368,14 +3358,14 @@ boolbase: '^1.0.0,~1.0.0': 1.0.0 1.0.0: $: sha1-aN/1++YMUes3cl6p4+0xDcwed24= - _: 'https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz' + _: 'https://npme.walmart.com/boolbase/-/boolbase-1.0.0.tgz' boxen: _latest: 5.0.0 _: ^4.2.0: 4.2.0 4.2.0: $: sha512-eB4uT9RGzg2odpER62bBwSLvUeGC+WbRjjyyFhGsKnc8wp/m0+hQsMUvUe3H2V0D5vw0nBdO1hCJoZo5mKeuIQ== - _: 'https://registry.npmjs.org/boxen/-/boxen-4.2.0.tgz' + _: 'https://npme.walmart.com/boxen/-/boxen-4.2.0.tgz' dependencies: ansi-align: ^3.0.0 camelcase: ^5.3.1 @@ -3391,7 +3381,7 @@ brace-expansion: ^1.1.7: 1.1.11 1.1.11: $: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== - _: 'https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz' + _: 'https://npme.walmart.com/brace-expansion/-/brace-expansion-1.1.11.tgz' dependencies: balanced-match: ^1.0.0 concat-map: 0.0.1 @@ -3403,12 +3393,12 @@ braces: ~3.0.2: 3.0.2 3.0.2: $: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== - _: 'https://registry.npmjs.org/braces/-/braces-3.0.2.tgz' + _: 'https://npme.walmart.com/braces/-/braces-3.0.2.tgz' dependencies: fill-range: ^7.0.1 2.3.2: $: sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w== - _: 'https://registry.npmjs.org/braces/-/braces-2.3.2.tgz' + _: 'https://npme.walmart.com/braces/-/braces-2.3.2.tgz' dependencies: arr-flatten: ^1.1.0 array-unique: ^0.3.2 @@ -3422,7 +3412,7 @@ braces: to-regex: ^3.0.1 0.1.5: $: sha1-wIVxEIUpHYt1/ddOqw+FlygHEeY= - _: 'https://registry.npmjs.org/braces/-/braces-0.1.5.tgz' + _: 'https://npme.walmart.com/braces/-/braces-0.1.5.tgz' dependencies: expand-range: ^0.1.0 brorand: @@ -3431,21 +3421,21 @@ brorand: ^1.0.1: 1.1.0 1.1.0: $: sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8= - _: 'https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz' + _: 'https://npme.walmart.com/brorand/-/brorand-1.1.0.tgz' browser-stdout: _latest: 1.3.1 _: 1.3.0: 1.3.0 1.3.0: $: sha1-81HTKWnTL6XXpVZxVCY9korjvR8= - _: 'https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.0.tgz' + _: 'https://npme.walmart.com/browser-stdout/-/browser-stdout-1.3.0.tgz' browserify-aes: _latest: 1.2.0 _: '^1.0.0,^1.0.4': 1.2.0 1.2.0: $: sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA== - _: 'https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz' + _: 'https://npme.walmart.com/browserify-aes/-/browserify-aes-1.2.0.tgz' dependencies: buffer-xor: ^1.0.3 cipher-base: ^1.0.0 @@ -3459,7 +3449,7 @@ browserify-cipher: ^1.0.0: 1.0.1 1.0.1: $: sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w== - _: 'https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz' + _: 'https://npme.walmart.com/browserify-cipher/-/browserify-cipher-1.0.1.tgz' dependencies: browserify-aes: ^1.0.4 browserify-des: ^1.0.0 @@ -3470,7 +3460,7 @@ browserify-des: ^1.0.0: 1.0.2 1.0.2: $: sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A== - _: 'https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz' + _: 'https://npme.walmart.com/browserify-des/-/browserify-des-1.0.2.tgz' dependencies: cipher-base: ^1.0.1 des.js: ^1.0.0 @@ -3482,7 +3472,7 @@ browserify-rsa: '^4.0.0,^4.0.1': 4.1.0 4.1.0: $: sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog== - _: 'https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.1.0.tgz' + _: 'https://npme.walmart.com/browserify-rsa/-/browserify-rsa-4.1.0.tgz' dependencies: bn.js: ^5.0.0 randombytes: ^2.0.1 @@ -3492,7 +3482,7 @@ browserify-sign: ^4.0.0: 4.2.1 4.2.1: $: sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg== - _: 'https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.1.tgz' + _: 'https://npme.walmart.com/browserify-sign/-/browserify-sign-4.2.1.tgz' dependencies: bn.js: ^5.1.1 browserify-rsa: ^4.0.1 @@ -3509,29 +3499,29 @@ browserify-zlib: ^0.2.0: 0.2.0 0.2.0: $: sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA== - _: 'https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz' + _: 'https://npme.walmart.com/browserify-zlib/-/browserify-zlib-0.2.0.tgz' dependencies: pako: ~1.0.5 browserslist: - _latest: 4.16.0 + _latest: 4.16.1 _: - '^4.0.0,^4.12.0,^4.14.5,^4.16.0,^4.6.4': 4.16.0 - 4.16.0: - $: sha512-/j6k8R0p3nxOC6kx5JGAxsnhc9ixaWJfYc+TNTzxg6+ARaESAvQGV7h0uNOB4t+pLQJZWzcrMxXOxjgsCj3dqQ== - _: 'https://registry.npmjs.org/browserslist/-/browserslist-4.16.0.tgz' + '^4.0.0,^4.12.0,^4.14.5,^4.16.1,^4.6.4': 4.16.1 + 4.16.1: + $: sha512-UXhDrwqsNcpTYJBTZsbGATDxZbiVDsx6UjpmRUmtnP10pr8wAYr5LgFoEFw9ixriQH2mv/NX2SfGzE/o8GndLA== + _: 'https://npme.walmart.com/browserslist/-/browserslist-4.16.1.tgz' dependencies: - caniuse-lite: ^1.0.30001165 + caniuse-lite: ^1.0.30001173 colorette: ^1.2.1 - electron-to-chromium: ^1.3.621 + electron-to-chromium: ^1.3.634 escalade: ^3.1.1 - node-releases: ^1.1.67 + node-releases: ^1.1.69 buffer: _latest: 6.0.3 _: ^4.3.0: 4.9.2 4.9.2: $: sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg== - _: 'https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz' + _: 'https://npme.walmart.com/buffer/-/buffer-4.9.2.tgz' dependencies: base64-js: ^1.0.2 ieee754: ^1.1.4 @@ -3542,7 +3532,7 @@ buffer-alloc: ^1.2.0: 1.2.0 1.2.0: $: sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow== - _: 'https://registry.npmjs.org/buffer-alloc/-/buffer-alloc-1.2.0.tgz' + _: 'https://npme.walmart.com/buffer-alloc/-/buffer-alloc-1.2.0.tgz' dependencies: buffer-alloc-unsafe: ^1.1.0 buffer-fill: ^1.0.0 @@ -3552,49 +3542,49 @@ buffer-alloc-unsafe: ^1.1.0: 1.1.0 1.1.0: $: sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg== - _: 'https://registry.npmjs.org/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz' + _: 'https://npme.walmart.com/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz' buffer-fill: _latest: 1.0.0 _: ^1.0.0: 1.0.0 1.0.0: $: sha1-+PeLdniYiO858gXNY39o5wISKyw= - _: 'https://registry.npmjs.org/buffer-fill/-/buffer-fill-1.0.0.tgz' + _: 'https://npme.walmart.com/buffer-fill/-/buffer-fill-1.0.0.tgz' buffer-from: _latest: 1.1.1 _: ^1.0.0: 1.1.1 1.1.1: $: sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A== - _: 'https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz' + _: 'https://npme.walmart.com/buffer-from/-/buffer-from-1.1.1.tgz' buffer-xor: _latest: 2.0.2 _: ^1.0.3: 1.0.3 1.0.3: $: sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk= - _: 'https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz' + _: 'https://npme.walmart.com/buffer-xor/-/buffer-xor-1.0.3.tgz' builtin-status-codes: _latest: 3.0.0 _: ^3.0.0: 3.0.0 3.0.0: $: sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug= - _: 'https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz' + _: 'https://npme.walmart.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz' bytes: _latest: 3.1.0 _: 3.1.0: 3.1.0 3.1.0: $: sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg== - _: 'https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz' + _: 'https://npme.walmart.com/bytes/-/bytes-3.1.0.tgz' cacache: _latest: 15.0.5 _: ^12.0.2: 12.0.4 12.0.4: $: sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ== - _: 'https://registry.npmjs.org/cacache/-/cacache-12.0.4.tgz' + _: 'https://npme.walmart.com/cacache/-/cacache-12.0.4.tgz' dependencies: bluebird: ^3.5.5 chownr: ^1.1.1 @@ -3617,7 +3607,7 @@ cache-base: ^1.0.1: 1.0.1 1.0.1: $: sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ== - _: 'https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz' + _: 'https://npme.walmart.com/cache-base/-/cache-base-1.0.1.tgz' dependencies: collection-visit: ^1.0.0 component-emitter: ^1.2.1 @@ -3634,29 +3624,29 @@ caching-transform: ^4.0.0: 4.0.0 4.0.0: $: sha512-kpqOvwXnjjN44D89K5ccQC+RUrsy7jB/XLlRrx0D7/2HNcTPqzsb6XgYoErwko6QsV184CA2YgS1fxDiiDZMWA== - _: 'https://registry.npmjs.org/caching-transform/-/caching-transform-4.0.0.tgz' + _: 'https://npme.walmart.com/caching-transform/-/caching-transform-4.0.0.tgz' dependencies: hasha: ^5.0.0 make-dir: ^3.0.0 package-hash: ^4.0.0 write-file-atomic: ^3.0.0 call-bind: - _latest: 1.0.0 + _latest: 1.0.2 _: - ^1.0.0: 1.0.0 - 1.0.0: - $: sha512-AEXsYIyyDY3MCzbwdhzG3Jx1R0J2wetQyUynn6dYHAO+bg8l1k7jwZtRv4ryryFs7EP+NDlikJlVe59jr0cM2w== - _: 'https://registry.npmjs.org/call-bind/-/call-bind-1.0.0.tgz' + '^1.0.0,^1.0.2': 1.0.2 + 1.0.2: + $: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA== + _: 'https://npme.walmart.com/call-bind/-/call-bind-1.0.2.tgz' dependencies: function-bind: ^1.1.1 - get-intrinsic: ^1.0.0 + get-intrinsic: ^1.0.2 caller-callsite: _latest: 4.1.0 _: ^2.0.0: 2.0.0 2.0.0: $: sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ= - _: 'https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz' + _: 'https://npme.walmart.com/caller-callsite/-/caller-callsite-2.0.0.tgz' dependencies: callsites: ^2.0.0 caller-path: @@ -3665,7 +3655,7 @@ caller-path: ^2.0.0: 2.0.0 2.0.0: $: sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ= - _: 'https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz' + _: 'https://npme.walmart.com/caller-path/-/caller-path-2.0.0.tgz' dependencies: caller-callsite: ^2.0.0 callsite: @@ -3674,7 +3664,7 @@ callsite: 1.0.0: 1.0.0 1.0.0: $: sha1-KAOY5dZkvXQDi28JBRU+borxvCA= - _: 'https://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz' + _: 'https://npme.walmart.com/callsite/-/callsite-1.0.0.tgz' callsites: _latest: 3.1.0 _: @@ -3682,28 +3672,32 @@ callsites: ^3.0.0: 3.1.0 3.1.0: $: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== - _: 'https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz' + _: 'https://npme.walmart.com/callsites/-/callsites-3.1.0.tgz' 2.0.0: $: sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA= - _: 'https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz' + _: 'https://npme.walmart.com/callsites/-/callsites-2.0.0.tgz' camelcase: _latest: 6.2.0 _: + 5.0.0: 5.0.0 ^2.0.0: 2.1.1 '^5.0.0,^5.3.1': 5.3.1 5.3.1: $: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== - _: 'https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz' + _: 'https://npme.walmart.com/camelcase/-/camelcase-5.3.1.tgz' + 5.0.0: + $: sha512-faqwZqnWxbxn+F1d399ygeamQNy3lPp/H9H6rNrqYh4FSVCtcY+3cub1MxA8o9mDd55mM8Aghuu/kuyYA6VTsA== + _: 'https://npme.walmart.com/camelcase/-/camelcase-5.0.0.tgz' 2.1.1: $: sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8= - _: 'https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz' + _: 'https://npme.walmart.com/camelcase/-/camelcase-2.1.1.tgz' camelcase-keys: _latest: 6.2.2 _: ^2.0.0: 2.1.0 2.1.0: $: sha1-MIvur/3ygRkFHvodkyITyRuPkuc= - _: 'https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz' + _: 'https://npme.walmart.com/camelcase-keys/-/camelcase-keys-2.1.0.tgz' dependencies: camelcase: ^2.0.0 map-obj: ^1.0.0 @@ -3713,33 +3707,33 @@ caniuse-api: ^3.0.0: 3.0.0 3.0.0: $: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw== - _: 'https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz' + _: 'https://npme.walmart.com/caniuse-api/-/caniuse-api-3.0.0.tgz' dependencies: browserslist: ^4.0.0 caniuse-lite: ^1.0.0 lodash.memoize: ^4.1.2 lodash.uniq: ^4.5.0 caniuse-lite: - _latest: 1.0.30001173 + _latest: 1.0.30001179 _: - '^1.0.0,^1.0.30000981,^1.0.30001109,^1.0.30001165': 1.0.30001173 - 1.0.30001173: - $: sha512-R3aqmjrICdGCTAnSXtNyvWYMK3YtV5jwudbq0T7nN9k4kmE4CBuwPqyJ+KBzepSTh0huivV2gLbSMEzTTmfeYw== - _: 'https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001173.tgz' + '^1.0.0,^1.0.30000981,^1.0.30001109,^1.0.30001173': 1.0.30001179 + 1.0.30001179: + $: sha512-blMmO0QQujuUWZKyVrD1msR4WNDAqb/UPO1Sw2WWsQ7deoM5bJiicKnWJ1Y0NS/aGINSnKPIWBMw5luX+NDUCA== + _: 'https://npme.walmart.com/caniuse-lite/-/caniuse-lite-1.0.30001179.tgz' caseless: _latest: 0.12.0 _: ~0.12.0: 0.12.0 0.12.0: $: sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= - _: 'https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz' + _: 'https://npme.walmart.com/caseless/-/caseless-0.12.0.tgz' chai: _latest: 4.2.0 _: ^4.0.0: 4.2.0 4.2.0: $: sha512-XQU3bhBukrOsQCuwZndwGcCVQHyZi53fQ6Ys1Fym7E4olpIqqZZhhoFJoaKVvV17lWQoXYwgWN2nF5crA8J2jw== - _: 'https://registry.npmjs.org/chai/-/chai-4.2.0.tgz' + _: 'https://npme.walmart.com/chai/-/chai-4.2.0.tgz' dependencies: assertion-error: ^1.1.0 check-error: ^1.0.2 @@ -3753,7 +3747,7 @@ chai-as-promised: ^7.1.1: 7.1.1 7.1.1: $: sha512-azL6xMoi+uxu6z4rhWQ1jbdUhOMhis2PvscD/xjLqNMkv3BPPp2JyyuTHOrf9BOosGpNQ11v6BKv/g57RXbiaA== - _: 'https://registry.npmjs.org/chai-as-promised/-/chai-as-promised-7.1.1.tgz' + _: 'https://npme.walmart.com/chai-as-promised/-/chai-as-promised-7.1.1.tgz' dependencies: check-error: ^1.0.2 peerDependencies: @@ -3764,38 +3758,38 @@ chai-shallowly: ^1.0.0: 1.0.0 1.0.0: $: sha1-lQU4iUioi4bryeiXM1uvnG/J9w8= - _: 'https://registry.npmjs.org/chai-shallowly/-/chai-shallowly-1.0.0.tgz' + _: 'https://npme.walmart.com/chai-shallowly/-/chai-shallowly-1.0.0.tgz' dependencies: enzyme: ^3.0.0 chalk: _latest: 4.1.0 _: + '2.4.2,^2.0.0,^2.0.1,^2.1.0,^2.4.1,^2.4.2': 2.4.2 '^1.1.1,^1.1.3': 1.1.3 - '^2.0.0,^2.0.1,^2.1.0,^2.4.1,^2.4.2': 2.4.2 ^3.0.0: 3.0.0 '^4.0.0,^4.1.0': 4.1.0 4.1.0: $: sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== - _: 'https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz' + _: 'https://npme.walmart.com/chalk/-/chalk-4.1.0.tgz' dependencies: ansi-styles: ^4.1.0 supports-color: ^7.1.0 3.0.0: $: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg== - _: 'https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz' + _: 'https://npme.walmart.com/chalk/-/chalk-3.0.0.tgz' dependencies: ansi-styles: ^4.1.0 supports-color: ^7.1.0 2.4.2: $: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== - _: 'https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz' + _: 'https://npme.walmart.com/chalk/-/chalk-2.4.2.tgz' dependencies: ansi-styles: ^3.2.1 escape-string-regexp: ^1.0.5 supports-color: ^5.3.0 1.1.3: $: sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg= - _: 'https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz' + _: 'https://npme.walmart.com/chalk/-/chalk-1.1.3.tgz' dependencies: ansi-styles: ^2.2.1 escape-string-regexp: ^1.0.2 @@ -3808,7 +3802,7 @@ chalker: ^1.2.0: 1.2.0 1.2.0: $: sha512-Cag6asQV/lK6AQGBWGGDt5bu+FSzo4OlLHQVrd4Io1cJCGNXIvKcaxx6JH0+iL1azQ4Bs1i7qkvzlkH2Vwo2OQ== - _: 'https://registry.npmjs.org/chalker/-/chalker-1.2.0.tgz' + _: 'https://npme.walmart.com/chalker/-/chalker-1.2.0.tgz' dependencies: chalk: ^4.0.0 check-error: @@ -3817,14 +3811,14 @@ check-error: ^1.0.2: 1.0.2 1.0.2: $: sha1-V00xLt2Iu13YkS6Sht1sCu1KrII= - _: 'https://registry.npmjs.org/check-error/-/check-error-1.0.2.tgz' + _: 'https://npme.walmart.com/check-error/-/check-error-1.0.2.tgz' cheerio: _latest: 1.0.0-rc.5 _: ^1.0.0-rc.3: 1.0.0-rc.5 1.0.0-rc.5: $: sha512-yoqps/VCaZgN4pfXtenwHROTp8NG6/Hlt4Jpz2FEP0ZJQ+ZUkVDd0hAPDNKhj3nakpfPt/CNs57yEtxD1bXQiw== - _: 'https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.5.tgz' + _: 'https://npme.walmart.com/cheerio/-/cheerio-1.0.0-rc.5.tgz' dependencies: cheerio-select-tmp: ^0.1.0 dom-serializer: ~1.2.0 @@ -3839,7 +3833,7 @@ cheerio-select-tmp: ^0.1.0: 0.1.1 0.1.1: $: sha512-YYs5JvbpU19VYJyj+F7oYrIE2BOll1/hRU7rEy/5+v9BzkSo3bK81iAeeQEMI92vRIxz677m72UmJUiVwwgjfQ== - _: 'https://registry.npmjs.org/cheerio-select-tmp/-/cheerio-select-tmp-0.1.1.tgz' + _: 'https://npme.walmart.com/cheerio-select-tmp/-/cheerio-select-tmp-0.1.1.tgz' dependencies: css-select: ^3.1.2 css-what: ^4.0.0 @@ -3848,13 +3842,13 @@ cheerio-select-tmp: domutils: ^2.4.4 deprecated: 'Use cheerio-select instead' chokidar: - _latest: 3.4.3 + _latest: 3.5.1 _: '^2.0.3,^2.1.8': 2.1.8 - '^3.4.0,^3.4.1': 3.4.3 - 3.4.3: - $: sha512-DtM3g7juCXQxFVSNPNByEC2+NImtBuxQQvWlHunpJIS5Ocr0lG306cC7FCi7cEA0fzmybPUIl4txBIobk1gGOQ== - _: 'https://registry.npmjs.org/chokidar/-/chokidar-3.4.3.tgz' + '^3.4.0,^3.4.1': 3.5.1 + 3.5.1: + $: sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw== + _: 'https://npme.walmart.com/chokidar/-/chokidar-3.5.1.tgz' dependencies: anymatch: ~3.1.1 braces: ~3.0.2 @@ -3864,10 +3858,10 @@ chokidar: normalize-path: ~3.0.0 readdirp: ~3.5.0 optionalDependencies: - fsevents: ~2.1.2 + fsevents: ~2.3.1 2.1.8: $: sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg== - _: 'https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz' + _: 'https://npme.walmart.com/chokidar/-/chokidar-2.1.8.tgz' dependencies: anymatch: ^2.0.0 async-each: ^1.0.1 @@ -3889,14 +3883,14 @@ chownr: ^1.1.1: 1.1.4 1.1.4: $: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg== - _: 'https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz' + _: 'https://npme.walmart.com/chownr/-/chownr-1.1.4.tgz' chrome-trace-event: _latest: 1.0.2 _: ^1.0.2: 1.0.2 1.0.2: $: sha512-9e/zx1jw7B4CO+c/RXoCsfg/x1AfUBioy4owYH0bJprEYAx5hRFLRhWBqHAG57D0ZM4H7vxbP7bPe0VwhQRYDQ== - _: 'https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz' + _: 'https://npme.walmart.com/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz' dependencies: tslib: ^1.9.0 ci-info: @@ -3905,14 +3899,14 @@ ci-info: ^2.0.0: 2.0.0 2.0.0: $: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ== - _: 'https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz' + _: 'https://npme.walmart.com/ci-info/-/ci-info-2.0.0.tgz' cipher-base: _latest: 1.0.4 _: '^1.0.0,^1.0.1,^1.0.3': 1.0.4 1.0.4: $: sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q== - _: 'https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz' + _: 'https://npme.walmart.com/cipher-base/-/cipher-base-1.0.4.tgz' dependencies: inherits: ^2.0.1 safe-buffer: ^5.0.1 @@ -3922,7 +3916,7 @@ circular-json: ^0.5.5: 0.5.9 0.5.9: $: sha512-4ivwqHpIFJZBuhN3g/pEcdbnGUywkBblloGbkglyloVjjR3uT6tieI89MVOfbP2tHX5sgb01FuLgAOzebNlJNQ== - _: 'https://registry.npmjs.org/circular-json/-/circular-json-0.5.9.tgz' + _: 'https://npme.walmart.com/circular-json/-/circular-json-0.5.9.tgz' deprecated: 'CircularJSON is in maintenance only, flatted is its successor.' class-utils: _latest: 0.3.6 @@ -3930,7 +3924,7 @@ class-utils: ^0.3.5: 0.3.6 0.3.6: $: sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg== - _: 'https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz' + _: 'https://npme.walmart.com/class-utils/-/class-utils-0.3.6.tgz' dependencies: arr-union: ^3.1.0 define-property: ^0.2.5 @@ -3942,21 +3936,21 @@ clean-stack: ^2.0.0: 2.2.0 2.2.0: $: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A== - _: 'https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz' + _: 'https://npme.walmart.com/clean-stack/-/clean-stack-2.2.0.tgz' cli-boxes: - _latest: 2.2.1 + _latest: 3.0.0 _: ^2.2.0: 2.2.1 2.2.1: $: sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw== - _: 'https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.1.tgz' + _: 'https://npme.walmart.com/cli-boxes/-/cli-boxes-2.2.1.tgz' cli-cursor: _latest: 3.1.0 _: ^3.1.0: 3.1.0 3.1.0: $: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw== - _: 'https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz' + _: 'https://npme.walmart.com/cli-cursor/-/cli-cursor-3.1.0.tgz' dependencies: restore-cursor: ^3.1.0 cliui: @@ -3966,14 +3960,14 @@ cliui: ^6.0.0: 6.0.0 6.0.0: $: sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ== - _: 'https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz' + _: 'https://npme.walmart.com/cliui/-/cliui-6.0.0.tgz' dependencies: string-width: ^4.2.0 strip-ansi: ^6.0.0 wrap-ansi: ^6.2.0 5.0.0: $: sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA== - _: 'https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz' + _: 'https://npme.walmart.com/cliui/-/cliui-5.0.0.tgz' dependencies: string-width: ^3.1.0 strip-ansi: ^5.2.0 @@ -3984,7 +3978,7 @@ clone: ^2.1.1: 2.1.2 2.1.2: $: sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18= - _: 'https://registry.npmjs.org/clone/-/clone-2.1.2.tgz' + _: 'https://npme.walmart.com/clone/-/clone-2.1.2.tgz' clone-deep: _latest: 4.0.1 _: @@ -3992,14 +3986,14 @@ clone-deep: ^4.0.1: 4.0.1 4.0.1: $: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ== - _: 'https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz' + _: 'https://npme.walmart.com/clone-deep/-/clone-deep-4.0.1.tgz' dependencies: is-plain-object: ^2.0.4 kind-of: ^6.0.2 shallow-clone: ^3.0.0 2.0.2: $: sha512-SZegPTKjCgpQH63E+eN6mVEEPdQBOUzjyJm5Pora4lrwWRFS8I0QAxV/KD6vV/i0WuijHZWQC1fMsPEdxfdVCQ== - _: 'https://registry.npmjs.org/clone-deep/-/clone-deep-2.0.2.tgz' + _: 'https://npme.walmart.com/clone-deep/-/clone-deep-2.0.2.tgz' dependencies: for-own: ^1.0.0 is-plain-object: ^2.0.4 @@ -4011,7 +4005,7 @@ coa: ^2.0.2: 2.0.2 2.0.2: $: sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA== - _: 'https://registry.npmjs.org/coa/-/coa-2.0.2.tgz' + _: 'https://npme.walmart.com/coa/-/coa-2.0.2.tgz' dependencies: '@types/q': ^1.5.1 chalk: ^2.4.1 @@ -4022,14 +4016,14 @@ code-point-at: ^1.0.0: 1.1.0 1.1.0: $: sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c= - _: 'https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz' + _: 'https://npme.walmart.com/code-point-at/-/code-point-at-1.1.0.tgz' collection-visit: _latest: 1.0.0 _: ^1.0.0: 1.0.0 1.0.0: $: sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA= - _: 'https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz' + _: 'https://npme.walmart.com/collection-visit/-/collection-visit-1.0.0.tgz' dependencies: map-visit: ^1.0.0 object-visit: ^1.0.0 @@ -4039,7 +4033,7 @@ color: ^3.0.0: 3.1.3 3.1.3: $: sha512-xgXAcTHa2HeFCGLE9Xs/R82hujGtu9Jd9x4NW3T34+OMs7VoPsjwzRczKHvTAHeJwWFwX5j15+MgAppE8ztObQ== - _: 'https://registry.npmjs.org/color/-/color-3.1.3.tgz' + _: 'https://npme.walmart.com/color/-/color-3.1.3.tgz' dependencies: color-convert: ^1.9.1 color-string: ^1.5.4 @@ -4050,12 +4044,12 @@ color-convert: ^2.0.1: 2.0.1 2.0.1: $: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== - _: 'https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz' + _: 'https://npme.walmart.com/color-convert/-/color-convert-2.0.1.tgz' dependencies: color-name: ~1.1.4 1.9.3: $: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== - _: 'https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz' + _: 'https://npme.walmart.com/color-convert/-/color-convert-1.9.3.tgz' dependencies: color-name: 1.1.3 color-name: @@ -4065,17 +4059,17 @@ color-name: '^1.0.0,~1.1.4': 1.1.4 1.1.4: $: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== - _: 'https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz' + _: 'https://npme.walmart.com/color-name/-/color-name-1.1.4.tgz' 1.1.3: $: sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= - _: 'https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz' + _: 'https://npme.walmart.com/color-name/-/color-name-1.1.3.tgz' color-string: _latest: 1.5.4 _: ^1.5.4: 1.5.4 1.5.4: $: sha512-57yF5yt8Xa3czSEW1jfQDE79Idk0+AkN/4KWad6tbdxUmAs3MvjxlWSWD4deYytcRfoZ9nhKyFl1kj5tBvidbw== - _: 'https://registry.npmjs.org/color-string/-/color-string-1.5.4.tgz' + _: 'https://npme.walmart.com/color-string/-/color-string-1.5.4.tgz' dependencies: color-name: ^1.0.0 simple-swizzle: ^0.2.2 @@ -4085,7 +4079,7 @@ colorette: ^1.2.1: 1.2.1 1.2.1: $: sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw== - _: 'https://registry.npmjs.org/colorette/-/colorette-1.2.1.tgz' + _: 'https://npme.walmart.com/colorette/-/colorette-1.2.1.tgz' colors: _latest: 1.4.0 _: @@ -4093,17 +4087,17 @@ colors: '^1.1.0,^1.1.2': 1.4.0 1.4.0: $: sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA== - _: 'https://registry.npmjs.org/colors/-/colors-1.4.0.tgz' + _: 'https://npme.walmart.com/colors/-/colors-1.4.0.tgz' 1.0.3: $: sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs= - _: 'https://registry.npmjs.org/colors/-/colors-1.0.3.tgz' + _: 'https://npme.walmart.com/colors/-/colors-1.0.3.tgz' combine-lists: _latest: 1.0.1 _: ^1.0.0: 1.0.1 1.0.1: $: sha1-RYwH4J4NkA/Ci3Cj/sLazR0st/Y= - _: 'https://registry.npmjs.org/combine-lists/-/combine-lists-1.0.1.tgz' + _: 'https://npme.walmart.com/combine-lists/-/combine-lists-1.0.1.tgz' dependencies: lodash: ^4.5.0 combined-stream: @@ -4112,66 +4106,66 @@ combined-stream: '^1.0.6,~1.0.6': 1.0.8 1.0.8: $: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== - _: 'https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz' + _: 'https://npme.walmart.com/combined-stream/-/combined-stream-1.0.8.tgz' dependencies: delayed-stream: ~1.0.0 commander: - _latest: 6.2.1 + _latest: 7.0.0 _: 2.11.0: 2.11.0 '^2.19.0,^2.20.0': 2.20.3 ^4.0.1: 4.1.1 4.1.1: $: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA== - _: 'https://registry.npmjs.org/commander/-/commander-4.1.1.tgz' + _: 'https://npme.walmart.com/commander/-/commander-4.1.1.tgz' 2.20.3: $: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== - _: 'https://registry.npmjs.org/commander/-/commander-2.20.3.tgz' + _: 'https://npme.walmart.com/commander/-/commander-2.20.3.tgz' 2.11.0: $: sha512-b0553uYA5YAEGgyYIGYROzKQ7X5RAqedkfjiZxwi0kL1g3bOaBNNZfYkzt/CL0umgD5wc9Jec2FbB98CjkMRvQ== - _: 'https://registry.npmjs.org/commander/-/commander-2.11.0.tgz' + _: 'https://npme.walmart.com/commander/-/commander-2.11.0.tgz' commondir: _latest: 1.0.1 _: ^1.0.1: 1.0.1 1.0.1: $: sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs= - _: 'https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz' + _: 'https://npme.walmart.com/commondir/-/commondir-1.0.1.tgz' component-bind: _latest: 1.0.0 _: 1.0.0: 1.0.0 1.0.0: $: sha1-AMYIq33Nk4l8AAllGx06jh5zu9E= - _: 'https://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz' + _: 'https://npme.walmart.com/component-bind/-/component-bind-1.0.0.tgz' component-emitter: _latest: 1.3.0 _: '1.2.1,^1.2.1': 1.2.1 1.2.1: $: sha1-E3kY1teCg/ffemt8WmPhQOaUJeY= - _: 'https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz' + _: 'https://npme.walmart.com/component-emitter/-/component-emitter-1.2.1.tgz' component-inherit: _latest: 0.0.3 _: 0.0.3: 0.0.3 0.0.3: $: sha1-ZF/ErfWLcrZJ1crmUTVhnbJv8UM= - _: 'https://registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz' + _: 'https://npme.walmart.com/component-inherit/-/component-inherit-0.0.3.tgz' concat-map: _latest: 0.0.1 _: 0.0.1: 0.0.1 0.0.1: $: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= - _: 'https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz' + _: 'https://npme.walmart.com/concat-map/-/concat-map-0.0.1.tgz' concat-stream: _latest: 2.0.0 _: ^1.5.0: 1.6.2 1.6.2: $: sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw== - _: 'https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz' + _: 'https://npme.walmart.com/concat-stream/-/concat-stream-1.6.2.tgz' dependencies: buffer-from: ^1.0.0 inherits: ^2.0.3 @@ -4183,7 +4177,7 @@ connect: ^3.6.0: 3.7.0 3.7.0: $: sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ== - _: 'https://registry.npmjs.org/connect/-/connect-3.7.0.tgz' + _: 'https://npme.walmart.com/connect/-/connect-3.7.0.tgz' dependencies: debug: 2.6.9 finalhandler: 1.1.2 @@ -4195,35 +4189,35 @@ console-browserify: ^1.1.0: 1.2.0 1.2.0: $: sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA== - _: 'https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz' + _: 'https://npme.walmart.com/console-browserify/-/console-browserify-1.2.0.tgz' console-control-strings: _latest: 1.1.0 _: '^1.0.0,~1.1.0': 1.1.0 1.1.0: $: sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4= - _: 'https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz' + _: 'https://npme.walmart.com/console-control-strings/-/console-control-strings-1.1.0.tgz' constants-browserify: _latest: 1.0.0 _: ^1.0.0: 1.0.0 1.0.0: $: sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U= - _: 'https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz' + _: 'https://npme.walmart.com/constants-browserify/-/constants-browserify-1.0.0.tgz' content-type: _latest: 1.0.4 _: ~1.0.4: 1.0.4 1.0.4: $: sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== - _: 'https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz' + _: 'https://npme.walmart.com/content-type/-/content-type-1.0.4.tgz' convert-source-map: _latest: 1.7.0 _: '^1.1.0,^1.7.0': 1.7.0 1.7.0: $: sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA== - _: 'https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz' + _: 'https://npme.walmart.com/convert-source-map/-/convert-source-map-1.7.0.tgz' dependencies: safe-buffer: ~5.1.1 cookie: @@ -4232,14 +4226,14 @@ cookie: 0.3.1: 0.3.1 0.3.1: $: sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s= - _: 'https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz' + _: 'https://npme.walmart.com/cookie/-/cookie-0.3.1.tgz' copy-anything: _latest: 2.0.1 _: ^2.0.1: 2.0.1 2.0.1: $: sha512-lA57e7viQHOdPQcrytv5jFeudZZOXuyk47lZym279FiDQ8jeZomXiGuVf6ffMKkJ+3TIai3J1J3yi6M+/4U35g== - _: 'https://registry.npmjs.org/copy-anything/-/copy-anything-2.0.1.tgz' + _: 'https://npme.walmart.com/copy-anything/-/copy-anything-2.0.1.tgz' dependencies: is-what: ^3.7.1 copy-concurrently: @@ -4248,7 +4242,7 @@ copy-concurrently: ^1.0.0: 1.0.5 1.0.5: $: sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A== - _: 'https://registry.npmjs.org/copy-concurrently/-/copy-concurrently-1.0.5.tgz' + _: 'https://npme.walmart.com/copy-concurrently/-/copy-concurrently-1.0.5.tgz' dependencies: aproba: ^1.1.1 fs-write-stream-atomic: ^1.0.8 @@ -4262,30 +4256,30 @@ copy-descriptor: ^0.1.0: 0.1.1 0.1.1: $: sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= - _: 'https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz' + _: 'https://npme.walmart.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz' core-js: - _latest: 3.8.2 + _latest: 3.8.3 _: ^2.2.0: 2.6.12 - '^3,^3.6.5': 3.8.2 - 3.8.2: + '^3,^3.6.5': 3.8.3 + 3.8.3: hasI: 1 - $: sha512-FfApuSRgrR6G5s58casCBd9M2k+4ikuu4wbW6pJyYU7bd9zvFc9qf7vr5xmrZOhT9nn+8uwlH1oRR9jTnFoA3A== - _: 'https://registry.npmjs.org/core-js/-/core-js-3.8.2.tgz' + $: sha512-KPYXeVZYemC2TkNEkX/01I+7yd+nX3KddKwZ1Ww7SKWdI2wQprSgLmrTddT8nw92AjEklTsPBoSdQBhbI1bQ6Q== + _: 'https://npme.walmart.com/core-js/-/core-js-3.8.3.tgz' 2.6.12: hasI: 1 $: sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ== - _: 'https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz' + _: 'https://npme.walmart.com/core-js/-/core-js-2.6.12.tgz' deprecated: 'core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.' core-js-compat: - _latest: 3.8.2 + _latest: 3.8.3 _: - ^3.8.0: 3.8.2 - 3.8.2: - $: sha512-LO8uL9lOIyRRrQmZxHZFl1RV+ZbcsAkFWTktn5SmH40WgLtSNYN4m4W2v9ONT147PxBY/XrRhrWq8TlvObyUjQ== - _: 'https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.8.2.tgz' + ^3.8.0: 3.8.3 + 3.8.3: + $: sha512-1sCb0wBXnBIL16pfFG1Gkvei6UzvKyTNYpiC41yrdjEv0UoJoq9E/abTMzyYJ6JpTkAj15dLjbqifIzEBDVvog== + _: 'https://npme.walmart.com/core-js-compat/-/core-js-compat-3.8.3.tgz' dependencies: - browserslist: ^4.16.0 + browserslist: ^4.16.1 semver: 7.0.0 core-util-is: _latest: 1.0.2 @@ -4293,14 +4287,14 @@ core-util-is: '1.0.2,~1.0.0': 1.0.2 1.0.2: $: sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= - _: 'https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz' + _: 'https://npme.walmart.com/core-util-is/-/core-util-is-1.0.2.tgz' cosmiconfig: _latest: 7.0.0 _: ^5.0.0: 5.2.1 5.2.1: $: sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA== - _: 'https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz' + _: 'https://npme.walmart.com/cosmiconfig/-/cosmiconfig-5.2.1.tgz' dependencies: import-fresh: ^2.0.0 is-directory: ^0.3.1 @@ -4312,7 +4306,7 @@ create-ecdh: ^4.0.0: 4.0.4 4.0.4: $: sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A== - _: 'https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz' + _: 'https://npme.walmart.com/create-ecdh/-/create-ecdh-4.0.4.tgz' dependencies: bn.js: ^4.1.0 elliptic: ^6.5.3 @@ -4322,7 +4316,7 @@ create-hash: '^1.1.0,^1.1.2,^1.2.0': 1.2.0 1.2.0: $: sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg== - _: 'https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz' + _: 'https://npme.walmart.com/create-hash/-/create-hash-1.2.0.tgz' dependencies: cipher-base: ^1.0.1 inherits: ^2.0.1 @@ -4335,7 +4329,7 @@ create-hmac: '^1.1.0,^1.1.4,^1.1.7': 1.1.7 1.1.7: $: sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg== - _: 'https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz' + _: 'https://npme.walmart.com/create-hmac/-/create-hmac-1.1.7.tgz' dependencies: cipher-base: ^1.0.3 create-hash: ^1.1.0 @@ -4351,14 +4345,14 @@ cross-spawn: '^7.0.0,^7.0.2': 7.0.3 7.0.3: $: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== - _: 'https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz' + _: 'https://npme.walmart.com/cross-spawn/-/cross-spawn-7.0.3.tgz' dependencies: path-key: ^3.1.0 shebang-command: ^2.0.0 which: ^2.0.1 6.0.5: $: sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ== - _: 'https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz' + _: 'https://npme.walmart.com/cross-spawn/-/cross-spawn-6.0.5.tgz' dependencies: nice-try: ^1.0.4 path-key: ^2.0.1 @@ -4367,7 +4361,7 @@ cross-spawn: which: ^1.2.9 3.0.1: $: sha1-ElYDfsufDF9549bvE14wdwGEuYI= - _: 'https://registry.npmjs.org/cross-spawn/-/cross-spawn-3.0.1.tgz' + _: 'https://npme.walmart.com/cross-spawn/-/cross-spawn-3.0.1.tgz' dependencies: lru-cache: ^4.0.1 which: ^1.2.9 @@ -4377,7 +4371,7 @@ crypto-browserify: ^3.11.0: 3.12.0 3.12.0: $: sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg== - _: 'https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz' + _: 'https://npme.walmart.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz' dependencies: browserify-cipher: ^1.0.0 browserify-sign: ^4.0.0 @@ -4396,7 +4390,7 @@ css: ^2.0.0: 2.2.4 2.2.4: $: sha512-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw== - _: 'https://registry.npmjs.org/css/-/css-2.2.4.tgz' + _: 'https://npme.walmart.com/css/-/css-2.2.4.tgz' dependencies: inherits: ^2.0.3 source-map: ^0.6.1 @@ -4408,7 +4402,7 @@ css-blank-pseudo: ^0.1.4: 0.1.4 0.1.4: $: sha512-LHz35Hr83dnFeipc7oqFDmsjHdljj3TQtxGGiNWSOsTLIAubSm4TEz8qCaKFpk7idaQ1GfWscF4E6mgpBysA1w== - _: 'https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-0.1.4.tgz' + _: 'https://npme.walmart.com/css-blank-pseudo/-/css-blank-pseudo-0.1.4.tgz' dependencies: postcss: ^7.0.5 css-color-names: @@ -4417,14 +4411,14 @@ css-color-names: '0.0.4,^0.0.4': 0.0.4 0.0.4: $: sha1-gIrcLnnPhHOAabZGyyDsJ762KeA= - _: 'https://registry.npmjs.org/css-color-names/-/css-color-names-0.0.4.tgz' + _: 'https://npme.walmart.com/css-color-names/-/css-color-names-0.0.4.tgz' css-declaration-sorter: _latest: 6.0.2 _: ^4.0.1: 4.0.1 4.0.1: $: sha512-BcxQSKTSEEQUftYpBVnsH4SF05NTuBokb19/sBt6asXGKZ/6VP7PLG1CBCkFDYOnhXhPh0jMhO6xZ71oYHXHBA== - _: 'https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-4.0.1.tgz' + _: 'https://npme.walmart.com/css-declaration-sorter/-/css-declaration-sorter-4.0.1.tgz' dependencies: postcss: ^7.0.1 timsort: ^0.3.0 @@ -4434,7 +4428,7 @@ css-has-pseudo: ^0.10.0: 0.10.0 0.10.0: $: sha512-Z8hnfsZu4o/kt+AuFzeGpLVhFOGO9mluyHBaA2bA8aCGTwah5sT3WV/fTHH8UNZUytOIImuGPrl/prlb4oX4qQ== - _: 'https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-0.10.0.tgz' + _: 'https://npme.walmart.com/css-has-pseudo/-/css-has-pseudo-0.10.0.tgz' dependencies: postcss: ^7.0.6 postcss-selector-parser: ^5.0.0-rc.4 @@ -4444,7 +4438,7 @@ css-loader: ^1.0.1: 1.0.1 1.0.1: $: sha512-+ZHAZm/yqvJ2kDtPne3uX0C+Vr3Zn5jFn2N4HywtS5ujwvsVkyg0VArEXpl3BgczDA8anieki1FIzhchX4yrDw== - _: 'https://registry.npmjs.org/css-loader/-/css-loader-1.0.1.tgz' + _: 'https://npme.walmart.com/css-loader/-/css-loader-1.0.1.tgz' dependencies: babel-code-frame: ^6.26.0 css-selector-tokenizer: ^0.7.0 @@ -4466,7 +4460,7 @@ css-modules-loader-core: ^1.1.0: 1.1.0 1.1.0: $: sha1-WQhmgpShvs0mGuCkziGwtVHyHRY= - _: 'https://registry.npmjs.org/css-modules-loader-core/-/css-modules-loader-core-1.1.0.tgz' + _: 'https://npme.walmart.com/css-modules-loader-core/-/css-modules-loader-core-1.1.0.tgz' dependencies: icss-replace-symbols: 1.1.0 postcss: 6.0.1 @@ -4480,7 +4474,7 @@ css-modules-require-hook: ^4.0.2: 4.2.3 4.2.3: $: sha1-Z5LKQSsV4j5vm+agfc739Xf/kE0= - _: 'https://registry.npmjs.org/css-modules-require-hook/-/css-modules-require-hook-4.2.3.tgz' + _: 'https://npme.walmart.com/css-modules-require-hook/-/css-modules-require-hook-4.2.3.tgz' dependencies: debug: ^2.2.0 generic-names: ^1.0.1 @@ -4500,7 +4494,7 @@ css-parse: ~2.0.0: 2.0.0 2.0.0: $: sha1-pGjuZnwW2BzPBcWMONKpfHgNv9Q= - _: 'https://registry.npmjs.org/css-parse/-/css-parse-2.0.0.tgz' + _: 'https://npme.walmart.com/css-parse/-/css-parse-2.0.0.tgz' dependencies: css: ^2.0.0 css-prefers-color-scheme: @@ -4509,7 +4503,7 @@ css-prefers-color-scheme: ^3.1.1: 3.1.1 3.1.1: $: sha512-MTu6+tMs9S3EUqzmqLXEcgNRbNkkD/TGFvowpeoWJn5Vfq7FMgsmRQs9X5NXAURiOBmOxm/lLjsDNXDE6k9bhg== - _: 'https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-3.1.1.tgz' + _: 'https://npme.walmart.com/css-prefers-color-scheme/-/css-prefers-color-scheme-3.1.1.tgz' dependencies: postcss: ^7.0.5 css-select: @@ -4519,7 +4513,7 @@ css-select: ^3.1.2: 3.1.2 3.1.2: $: sha512-qmss1EihSuBNWNNhHjxzxSfJoFBM/lERB/Q4EnsJQQC62R2evJDW481091oAdOr9uh46/0n4nrg0It5cAnj1RA== - _: 'https://registry.npmjs.org/css-select/-/css-select-3.1.2.tgz' + _: 'https://npme.walmart.com/css-select/-/css-select-3.1.2.tgz' dependencies: boolbase: ^1.0.0 css-what: ^4.0.0 @@ -4528,7 +4522,7 @@ css-select: nth-check: ^2.0.0 2.1.0: $: sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ== - _: 'https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz' + _: 'https://npme.walmart.com/css-select/-/css-select-2.1.0.tgz' dependencies: boolbase: ^1.0.0 css-what: ^3.2.1 @@ -4540,14 +4534,14 @@ css-select-base-adapter: ^0.1.1: 0.1.1 0.1.1: $: sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w== - _: 'https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz' + _: 'https://npme.walmart.com/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz' css-selector-tokenizer: _latest: 0.7.3 _: ^0.7.0: 0.7.3 0.7.3: $: sha512-jWQv3oCEL5kMErj4wRnK/OPoBi0D+P1FR2cDCKYPaMeD2eW3/mttav8HT4hT1CKopiJI/psEULjkClhvJo4Lvg== - _: 'https://registry.npmjs.org/css-selector-tokenizer/-/css-selector-tokenizer-0.7.3.tgz' + _: 'https://npme.walmart.com/css-selector-tokenizer/-/css-selector-tokenizer-0.7.3.tgz' dependencies: cssesc: ^3.0.0 fastparse: ^1.1.2 @@ -4558,13 +4552,13 @@ css-tree: ^1.1.2: 1.1.2 1.1.2: $: sha512-wCoWush5Aeo48GLhfHPbmvZs59Z+M7k5+B1xDnXbdWNcEF423DoFdqSWE0PM5aNk5nI5cp1q7ms36zGApY/sKQ== - _: 'https://registry.npmjs.org/css-tree/-/css-tree-1.1.2.tgz' + _: 'https://npme.walmart.com/css-tree/-/css-tree-1.1.2.tgz' dependencies: mdn-data: 2.0.14 source-map: ^0.6.1 1.0.0-alpha.37: $: sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg== - _: 'https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz' + _: 'https://npme.walmart.com/css-tree/-/css-tree-1.0.0-alpha.37.tgz' dependencies: mdn-data: 2.0.4 source-map: ^0.6.1 @@ -4575,17 +4569,17 @@ css-what: ^4.0.0: 4.0.0 4.0.0: $: sha512-teijzG7kwYfNVsUh2H/YN62xW3KK9YhXEgSlbxMlcyjPNvdKJqFx5lrwlJgoFP1ZHlB89iGDlo/JyshKeRhv5A== - _: 'https://registry.npmjs.org/css-what/-/css-what-4.0.0.tgz' + _: 'https://npme.walmart.com/css-what/-/css-what-4.0.0.tgz' 3.4.2: $: sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ== - _: 'https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz' + _: 'https://npme.walmart.com/css-what/-/css-what-3.4.2.tgz' cssdb: _latest: 5.0.0 _: ^4.4.0: 4.4.0 4.4.0: $: sha512-LsTAR1JPEM9TpGhl/0p3nQecC2LJ0kD8X5YARu1hk/9I1gril5vDtMZyNxcEpxxDj34YNck/ucjuoUd66K03oQ== - _: 'https://registry.npmjs.org/cssdb/-/cssdb-4.4.0.tgz' + _: 'https://npme.walmart.com/cssdb/-/cssdb-4.4.0.tgz' cssesc: _latest: 3.0.0 _: @@ -4593,17 +4587,17 @@ cssesc: ^3.0.0: 3.0.0 3.0.0: $: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== - _: 'https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz' + _: 'https://npme.walmart.com/cssesc/-/cssesc-3.0.0.tgz' 2.0.0: $: sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg== - _: 'https://registry.npmjs.org/cssesc/-/cssesc-2.0.0.tgz' + _: 'https://npme.walmart.com/cssesc/-/cssesc-2.0.0.tgz' cssnano: _latest: 4.1.10 _: ^4.1.10: 4.1.10 4.1.10: $: sha512-5wny+F6H4/8RgNlaqab4ktc3e0/blKutmq8yNlBFXA//nSFFAqAngjNVRzUvCgYROULmZZUoosL/KSoZo5aUaQ== - _: 'https://registry.npmjs.org/cssnano/-/cssnano-4.1.10.tgz' + _: 'https://npme.walmart.com/cssnano/-/cssnano-4.1.10.tgz' dependencies: cosmiconfig: ^5.0.0 cssnano-preset-default: ^4.0.7 @@ -4615,7 +4609,7 @@ cssnano-preset-default: ^4.0.7: 4.0.7 4.0.7: $: sha512-x0YHHx2h6p0fCl1zY9L9roD7rnlltugGu7zXSKQx6k2rYw0Hi3IqxcoAGF7u9Q5w1nt7vK0ulxV8Lo+EvllGsA== - _: 'https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-4.0.7.tgz' + _: 'https://npme.walmart.com/cssnano-preset-default/-/cssnano-preset-default-4.0.7.tgz' dependencies: css-declaration-sorter: ^4.0.1 cssnano-util-raw-cache: ^4.0.1 @@ -4653,21 +4647,21 @@ cssnano-util-get-arguments: ^4.0.0: 4.0.0 4.0.0: $: sha1-7ToIKZ8h11dBsg87gfGU7UnMFQ8= - _: 'https://registry.npmjs.org/cssnano-util-get-arguments/-/cssnano-util-get-arguments-4.0.0.tgz' + _: 'https://npme.walmart.com/cssnano-util-get-arguments/-/cssnano-util-get-arguments-4.0.0.tgz' cssnano-util-get-match: _latest: 4.0.0 _: ^4.0.0: 4.0.0 4.0.0: $: sha1-wOTKB/U4a7F+xeUiULT1lhNlFW0= - _: 'https://registry.npmjs.org/cssnano-util-get-match/-/cssnano-util-get-match-4.0.0.tgz' + _: 'https://npme.walmart.com/cssnano-util-get-match/-/cssnano-util-get-match-4.0.0.tgz' cssnano-util-raw-cache: _latest: 4.0.1 _: ^4.0.1: 4.0.1 4.0.1: $: sha512-qLuYtWK2b2Dy55I8ZX3ky1Z16WYsx544Q0UWViebptpwn/xDBmog2TLg4f+DBMg1rJ6JDWtn96WHbOKDWt1WQA== - _: 'https://registry.npmjs.org/cssnano-util-raw-cache/-/cssnano-util-raw-cache-4.0.1.tgz' + _: 'https://npme.walmart.com/cssnano-util-raw-cache/-/cssnano-util-raw-cache-4.0.1.tgz' dependencies: postcss: ^7.0.0 cssnano-util-same-parent: @@ -4676,14 +4670,14 @@ cssnano-util-same-parent: ^4.0.0: 4.0.1 4.0.1: $: sha512-WcKx5OY+KoSIAxBW6UBBRay1U6vkYheCdjyVNDm85zt5K9mHoGOfsOsqIszfAqrQQFIIKgjh2+FDgIj/zsl21Q== - _: 'https://registry.npmjs.org/cssnano-util-same-parent/-/cssnano-util-same-parent-4.0.1.tgz' + _: 'https://npme.walmart.com/cssnano-util-same-parent/-/cssnano-util-same-parent-4.0.1.tgz' csso: _latest: 4.2.0 _: ^4.0.2: 4.2.0 4.2.0: $: sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA== - _: 'https://registry.npmjs.org/csso/-/csso-4.2.0.tgz' + _: 'https://npme.walmart.com/csso/-/csso-4.2.0.tgz' dependencies: css-tree: ^1.1.2 currently-unhandled: @@ -4692,7 +4686,7 @@ currently-unhandled: ^0.4.1: 0.4.1 0.4.1: $: sha1-mI3zP+qxke95mmE2nddsF635V+o= - _: 'https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz' + _: 'https://npme.walmart.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz' dependencies: array-find-index: ^1.0.1 custom-event: @@ -4701,28 +4695,28 @@ custom-event: ~1.0.0: 1.0.1 1.0.1: $: sha1-XQKkaFCt8bSjF5RqOSj8y1v9BCU= - _: 'https://registry.npmjs.org/custom-event/-/custom-event-1.0.1.tgz' + _: 'https://npme.walmart.com/custom-event/-/custom-event-1.0.1.tgz' cycle: _latest: 1.0.3 _: 1.0.x: 1.0.3 1.0.3: $: sha1-IegLK+hYD5i0aPN5QwZisEbDStI= - _: 'https://registry.npmjs.org/cycle/-/cycle-1.0.3.tgz' + _: 'https://npme.walmart.com/cycle/-/cycle-1.0.3.tgz' cyclist: _latest: 1.0.1 _: ^1.0.1: 1.0.1 1.0.1: $: sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk= - _: 'https://registry.npmjs.org/cyclist/-/cyclist-1.0.1.tgz' + _: 'https://npme.walmart.com/cyclist/-/cyclist-1.0.1.tgz' dashdash: _latest: 2.0.0 _: ^1.12.0: 1.14.1 1.14.1: $: sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA= - _: 'https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz' + _: 'https://npme.walmart.com/dashdash/-/dashdash-1.14.1.tgz' dependencies: assert-plus: ^1.0.0 date-format: @@ -4731,7 +4725,14 @@ date-format: ^1.2.0: 1.2.0 1.2.0: $: sha1-YV6CjiM90aubua4JUODOzPpuytg= - _: 'https://registry.npmjs.org/date-format/-/date-format-1.2.0.tgz' + _: 'https://npme.walmart.com/date-format/-/date-format-1.2.0.tgz' +dateformat: + _latest: 4.4.2 + _: + ^3.0.3: 3.0.3 + 3.0.3: + $: sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q== + _: 'https://npme.walmart.com/dateformat/-/dateformat-3.0.3.tgz' debug: _latest: 4.3.1 _: @@ -4740,40 +4741,40 @@ debug: '^4.0.1,^4.1.0,^4.1.1': 4.3.1 4.3.1: $: sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ== - _: 'https://registry.npmjs.org/debug/-/debug-4.3.1.tgz' + _: 'https://npme.walmart.com/debug/-/debug-4.3.1.tgz' dependencies: ms: 2.1.2 3.1.0: $: sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g== - _: 'https://registry.npmjs.org/debug/-/debug-3.1.0.tgz' + _: 'https://npme.walmart.com/debug/-/debug-3.1.0.tgz' dependencies: ms: 2.0.0 2.6.9: $: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== - _: 'https://registry.npmjs.org/debug/-/debug-2.6.9.tgz' + _: 'https://npme.walmart.com/debug/-/debug-2.6.9.tgz' dependencies: ms: 2.0.0 decamelize: - _latest: 4.0.0 + _latest: 5.0.0 _: '^1.1.2,^1.2.0': 1.2.0 1.2.0: $: sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= - _: 'https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz' + _: 'https://npme.walmart.com/decamelize/-/decamelize-1.2.0.tgz' decode-uri-component: _latest: 0.2.0 _: ^0.2.0: 0.2.0 0.2.0: $: sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU= - _: 'https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz' + _: 'https://npme.walmart.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz' deep-eql: _latest: 4.0.0 _: ^3.0.1: 3.0.1 3.0.1: $: sha512-+QeIQyN5ZuO+3Uk5DYh6/1eKO0m0YmJFGNmFHGACpf1ClL1nmlV/p4gNgbl2pJGxgXb4faqo6UE+M5ACEMyVcw== - _: 'https://registry.npmjs.org/deep-eql/-/deep-eql-3.0.1.tgz' + _: 'https://npme.walmart.com/deep-eql/-/deep-eql-3.0.1.tgz' dependencies: type-detect: ^4.0.0 deep-is: @@ -4782,14 +4783,14 @@ deep-is: ^0.1.3: 0.1.3 0.1.3: $: sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ= - _: 'https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz' + _: 'https://npme.walmart.com/deep-is/-/deep-is-0.1.3.tgz' default-require-extensions: _latest: 3.0.0 _: ^3.0.0: 3.0.0 3.0.0: $: sha512-ek6DpXq/SCpvjhpFsLFRVtIxJCRw6fUR42lYMVZuUMK7n8eMz4Uh5clckdBjEpLhn/gEBZo7hDJnJcwdKLKQjg== - _: 'https://registry.npmjs.org/default-require-extensions/-/default-require-extensions-3.0.0.tgz' + _: 'https://npme.walmart.com/default-require-extensions/-/default-require-extensions-3.0.0.tgz' dependencies: strip-bom: ^4.0.0 define-properties: @@ -4798,7 +4799,7 @@ define-properties: ^1.1.3: 1.1.3 1.1.3: $: sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ== - _: 'https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz' + _: 'https://npme.walmart.com/define-properties/-/define-properties-1.1.3.tgz' dependencies: object-keys: ^1.0.12 define-property: @@ -4809,18 +4810,18 @@ define-property: ^2.0.2: 2.0.2 2.0.2: $: sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ== - _: 'https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz' + _: 'https://npme.walmart.com/define-property/-/define-property-2.0.2.tgz' dependencies: is-descriptor: ^1.0.2 isobject: ^3.0.1 1.0.0: $: sha1-dp66rz9KY6rTr56NMEybvnm/sOY= - _: 'https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz' + _: 'https://npme.walmart.com/define-property/-/define-property-1.0.0.tgz' dependencies: is-descriptor: ^1.0.0 0.2.5: $: sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY= - _: 'https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz' + _: 'https://npme.walmart.com/define-property/-/define-property-0.2.5.tgz' dependencies: is-descriptor: ^0.1.0 delayed-stream: @@ -4829,28 +4830,28 @@ delayed-stream: ~1.0.0: 1.0.0 1.0.0: $: sha1-3zrhmayt+31ECqrgsp4icrJOxhk= - _: 'https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz' + _: 'https://npme.walmart.com/delayed-stream/-/delayed-stream-1.0.0.tgz' delegates: _latest: 1.0.0 _: ^1.0.0: 1.0.0 1.0.0: $: sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o= - _: 'https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz' + _: 'https://npme.walmart.com/delegates/-/delegates-1.0.0.tgz' depd: _latest: 2.0.0 _: ~1.1.2: 1.1.2 1.1.2: $: sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= - _: 'https://registry.npmjs.org/depd/-/depd-1.1.2.tgz' + _: 'https://npme.walmart.com/depd/-/depd-1.1.2.tgz' des.js: _latest: 1.0.1 _: ^1.0.0: 1.0.1 1.0.1: $: sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA== - _: 'https://registry.npmjs.org/des.js/-/des.js-1.0.1.tgz' + _: 'https://npme.walmart.com/des.js/-/des.js-1.0.1.tgz' dependencies: inherits: ^2.0.1 minimalistic-assert: ^1.0.0 @@ -4860,35 +4861,35 @@ detect-file: ^1.0.0: 1.0.0 1.0.0: $: sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc= - _: 'https://registry.npmjs.org/detect-file/-/detect-file-1.0.0.tgz' + _: 'https://npme.walmart.com/detect-file/-/detect-file-1.0.0.tgz' detect-node: _latest: 2.0.4 _: ^2.0.4: 2.0.4 2.0.4: $: sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw== - _: 'https://registry.npmjs.org/detect-node/-/detect-node-2.0.4.tgz' + _: 'https://npme.walmart.com/detect-node/-/detect-node-2.0.4.tgz' di: _latest: 0.0.1 _: ^0.0.1: 0.0.1 0.0.1: $: sha1-gGZJMmzqp8qjMG112YXqJ0i6kTw= - _: 'https://registry.npmjs.org/di/-/di-0.0.1.tgz' + _: 'https://npme.walmart.com/di/-/di-0.0.1.tgz' diff: _latest: 5.0.0 _: '3.3.1,^3.1.0': 3.3.1 3.3.1: $: sha512-MKPHZDMB0o6yHyDryUOScqZibp914ksXwAMYMTHj6KO8UeKsRYNJD3oNCKjTqZon+V488P7N/HzXF8t7ZR95ww== - _: 'https://registry.npmjs.org/diff/-/diff-3.3.1.tgz' + _: 'https://npme.walmart.com/diff/-/diff-3.3.1.tgz' diffie-hellman: _latest: 5.0.3 _: ^5.0.0: 5.0.3 5.0.3: $: sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg== - _: 'https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz' + _: 'https://npme.walmart.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz' dependencies: bn.js: ^4.1.0 miller-rabin: ^4.0.0 @@ -4899,7 +4900,7 @@ discontinuous-range: 1.0.0: 1.0.0 1.0.0: $: sha1-44Mx8IRLukm5qctxx3FYWqsbxlo= - _: 'https://registry.npmjs.org/discontinuous-range/-/discontinuous-range-1.0.0.tgz' + _: 'https://npme.walmart.com/discontinuous-range/-/discontinuous-range-1.0.0.tgz' doctrine: _latest: 3.0.0 _: @@ -4907,12 +4908,12 @@ doctrine: ^3.0.0: 3.0.0 3.0.0: $: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w== - _: 'https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz' + _: 'https://npme.walmart.com/doctrine/-/doctrine-3.0.0.tgz' dependencies: esutils: ^2.0.2 2.1.0: $: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw== - _: 'https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz' + _: 'https://npme.walmart.com/doctrine/-/doctrine-2.1.0.tgz' dependencies: esutils: ^2.0.2 dom-serialize: @@ -4921,7 +4922,7 @@ dom-serialize: ^2.2.0: 2.2.1 2.2.1: $: sha1-ViromZ9Evl6jB29UGdzVnrQ6yVs= - _: 'https://registry.npmjs.org/dom-serialize/-/dom-serialize-2.2.1.tgz' + _: 'https://npme.walmart.com/dom-serialize/-/dom-serialize-2.2.1.tgz' dependencies: custom-event: ~1.0.0 ent: ~2.2.0 @@ -4934,14 +4935,14 @@ dom-serializer: '^1.0.1,~1.2.0': 1.2.0 1.2.0: $: sha512-n6kZFH/KlCrqs/1GHMOd5i2fd/beQHuehKdWvNNffbGHTr/almdhuVvTVFb3V7fglz+nC50fFusu3lY33h12pA== - _: 'https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.2.0.tgz' + _: 'https://npme.walmart.com/dom-serializer/-/dom-serializer-1.2.0.tgz' dependencies: domelementtype: ^2.0.1 domhandler: ^4.0.0 entities: ^2.0.0 0.2.2: $: sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g== - _: 'https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz' + _: 'https://npme.walmart.com/dom-serializer/-/dom-serializer-0.2.2.tgz' dependencies: domelementtype: ^2.0.1 entities: ^2.0.0 @@ -4951,7 +4952,7 @@ domain-browser: ^1.1.1: 1.2.0 1.2.0: $: sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA== - _: 'https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz' + _: 'https://npme.walmart.com/domain-browser/-/domain-browser-1.2.0.tgz' domelementtype: _latest: 2.1.0 _: @@ -4959,17 +4960,17 @@ domelementtype: '^2.0.1,^2.1.0': 2.1.0 2.1.0: $: sha512-LsTgx/L5VpD+Q8lmsXSHW2WpA+eBlZ9HPf3erD1IoPF00/3JKHZ3BknUVA2QGDNu69ZNmyFmCWBSO45XjYKC5w== - _: 'https://registry.npmjs.org/domelementtype/-/domelementtype-2.1.0.tgz' + _: 'https://npme.walmart.com/domelementtype/-/domelementtype-2.1.0.tgz' 1.3.1: $: sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w== - _: 'https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz' + _: 'https://npme.walmart.com/domelementtype/-/domelementtype-1.3.1.tgz' domhandler: _latest: 4.0.0 _: ^4.0.0: 4.0.0 4.0.0: $: sha512-KPTbnGQ1JeEMQyO1iYXoagsI6so/C96HZiFyByU3T6iAzpXn8EGEvct6unm1ZGoed8ByO2oirxgwxBmqKF9haA== - _: 'https://registry.npmjs.org/domhandler/-/domhandler-4.0.0.tgz' + _: 'https://npme.walmart.com/domhandler/-/domhandler-4.0.0.tgz' dependencies: domelementtype: ^2.1.0 domutils: @@ -4979,14 +4980,14 @@ domutils: '^2.4.3,^2.4.4': 2.4.4 2.4.4: $: sha512-jBC0vOsECI4OMdD0GC9mGn7NXPLb+Qt6KW1YDQzeQYRUFKmNG8lh7mO5HiELfr+lLQE7loDVI4QcAxV80HS+RA== - _: 'https://registry.npmjs.org/domutils/-/domutils-2.4.4.tgz' + _: 'https://npme.walmart.com/domutils/-/domutils-2.4.4.tgz' dependencies: dom-serializer: ^1.0.1 domelementtype: ^2.0.1 domhandler: ^4.0.0 1.7.0: $: sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg== - _: 'https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz' + _: 'https://npme.walmart.com/domutils/-/domutils-1.7.0.tgz' dependencies: dom-serializer: '0' domelementtype: '1' @@ -4996,7 +4997,7 @@ dot-prop: ^5.2.0: 5.3.0 5.3.0: $: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q== - _: 'https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz' + _: 'https://npme.walmart.com/dot-prop/-/dot-prop-5.3.0.tgz' dependencies: is-obj: ^2.0.0 duplexify: @@ -5005,7 +5006,7 @@ duplexify: '^3.4.2,^3.6.0': 3.7.1 3.7.1: $: sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g== - _: 'https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz' + _: 'https://npme.walmart.com/duplexify/-/duplexify-3.7.1.tgz' dependencies: end-of-stream: ^1.0.0 inherits: ^2.0.1 @@ -5017,7 +5018,7 @@ ecc-jsbn: ~0.1.1: 0.1.2 0.1.2: $: sha1-OoOpBOVDUyh4dMVkt1SThoSamMk= - _: 'https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz' + _: 'https://npme.walmart.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz' dependencies: jsbn: ~0.1.0 safer-buffer: ^2.1.0 @@ -5027,7 +5028,7 @@ ee-first: 1.1.1: 1.1.1 1.1.1: $: sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= - _: 'https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz' + _: 'https://npme.walmart.com/ee-first/-/ee-first-1.1.1.tgz' electrode-cdn-file-loader: _latest: 1.1.1-fynlocal_h _: @@ -5044,7 +5045,7 @@ electrode-confippet: 1.5.0: top: 1 $: sha1-aEFlFNEp5fsqzP2jazEoSbnjrzY= - _: 'https://registry.npmjs.org/electrode-confippet/-/electrode-confippet-1.5.0.tgz' + _: 'https://npme.walmart.com/electrode-confippet/-/electrode-confippet-1.5.0.tgz' dependencies: js-yaml: ^3.5.3 lodash: ^4.13.1 @@ -5065,7 +5066,7 @@ electrode-hapi-compat: '^1.0.0,^1.2.0,^1.3.3': 1.3.3 1.3.3: $: sha512-cvpUs0csNP5NI4V3w6wbApUTRDlFb2gV11pjTmuDHc86QKQJb6YOhYHb9wT2Cp4+5bJost7p1jtCgz7m4TY1LA== - _: 'https://registry.npmjs.org/electrode-hapi-compat/-/electrode-hapi-compat-1.3.3.tgz' + _: 'https://npme.walmart.com/electrode-hapi-compat/-/electrode-hapi-compat-1.3.3.tgz' electrode-node-resolver: _latest: 2.0.2-fynlocal_h _: @@ -5101,8 +5102,6 @@ electrode-redux-router-engine: $: local _: ../../packages/electrode-redux-router-engine dependencies: - '@loadable/component': ^5.7.0 - '@loadable/server': ^5.9.0 optional-require: ^1.0.0 react-redux: '^4.4.5 || ^5.x.x' react-router: ^5.1.2 @@ -5119,7 +5118,7 @@ electrode-server: 3.3.0: top: 1 $: sha512-sK5i9IpiGO8CcZ0np4d68EUIkiRC9RrUmQ5VPMa9XBKPeMdp8Z6e1hipzf1xjLO9ZttspVzgPIFNN7vo4unUCw== - _: 'https://registry.npmjs.org/electrode-server/-/electrode-server-3.3.0.tgz' + _: 'https://npme.walmart.com/electrode-server/-/electrode-server-3.3.0.tgz' dependencies: '@hapi/hapi': ^18.4.1 async-eventemitter: ^0.2.4 @@ -5135,7 +5134,7 @@ electrode-static-paths: 3.0.0: top: 1 $: sha512-Y8Ojt1XWRhiwIfW9UXYBbIH7FLWDKx7TFVgTZcsXRhx8oQcjj0wC/9zIl1XqZnqU9MaBIU5zlZIm6sDJKFfKOw== - _: 'https://registry.npmjs.org/electrode-static-paths/-/electrode-static-paths-3.0.0.tgz' + _: 'https://npme.walmart.com/electrode-static-paths/-/electrode-static-paths-3.0.0.tgz' dependencies: chalk: ^2.4.2 lodash: ^4.17.11 @@ -5154,19 +5153,19 @@ electrode-ui-config: electrode-hapi-compat: ^1.0.0 lodash: ^4.17.11 electron-to-chromium: - _latest: 1.3.634 + _latest: 1.3.643 _: - ^1.3.621: 1.3.634 - 1.3.634: - $: sha512-QPrWNYeE/A0xRvl/QP3E0nkaEvYUvH3gM04ZWYtIa6QlSpEetRlRI1xvQ7hiMIySHHEV+mwDSX8Kj4YZY6ZQAw== - _: 'https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.634.tgz' + ^1.3.634: 1.3.643 + 1.3.643: + $: sha512-TGomM4gj8adt/uqRgPbu9F0yhUVAR1deww5X0fvbQgpGr9suSMjLgc4IwQ9YKGkp1t03cDbZum20OfAkiTYjAg== + _: 'https://npme.walmart.com/electron-to-chromium/-/electron-to-chromium-1.3.643.tgz' elliptic: _latest: 6.5.3 _: ^6.5.3: 6.5.3 6.5.3: $: sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw== - _: 'https://registry.npmjs.org/elliptic/-/elliptic-6.5.3.tgz' + _: 'https://npme.walmart.com/elliptic/-/elliptic-6.5.3.tgz' dependencies: bn.js: ^4.4.0 brorand: ^1.0.1 @@ -5182,10 +5181,10 @@ emoji-regex: ^8.0.0: 8.0.0 8.0.0: $: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== - _: 'https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz' + _: 'https://npme.walmart.com/emoji-regex/-/emoji-regex-8.0.0.tgz' 7.0.3: $: sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA== - _: 'https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz' + _: 'https://npme.walmart.com/emoji-regex/-/emoji-regex-7.0.3.tgz' emojis-list: _latest: 3.0.0 _: @@ -5193,33 +5192,33 @@ emojis-list: ^3.0.0: 3.0.0 3.0.0: $: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q== - _: 'https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz' + _: 'https://npme.walmart.com/emojis-list/-/emojis-list-3.0.0.tgz' 2.1.0: $: sha1-TapNnbAPmBmIDHn6RXrlsJof04k= - _: 'https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz' + _: 'https://npme.walmart.com/emojis-list/-/emojis-list-2.1.0.tgz' encodeurl: _latest: 1.0.2 _: ~1.0.2: 1.0.2 1.0.2: $: sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= - _: 'https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz' + _: 'https://npme.walmart.com/encodeurl/-/encodeurl-1.0.2.tgz' end-of-stream: _latest: 1.4.4 _: '^1.0.0,^1.1.0': 1.4.4 1.4.4: $: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== - _: 'https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz' + _: 'https://npme.walmart.com/end-of-stream/-/end-of-stream-1.4.4.tgz' dependencies: once: ^1.4.0 engine.io: - _latest: 4.0.6 + _latest: 4.1.0 _: ~3.2.0: 3.2.1 3.2.1: $: sha512-+VlKzHzMhaU+GsCIg4AoXF1UdDFjHHwMmMKqMJNDNLlUlejz58FCy4LBqB2YVJskHGYl06BatYWKP2TVdVXE5w== - _: 'https://registry.npmjs.org/engine.io/-/engine.io-3.2.1.tgz' + _: 'https://npme.walmart.com/engine.io/-/engine.io-3.2.1.tgz' dependencies: accepts: ~1.3.4 base64id: 1.0.0 @@ -5228,12 +5227,12 @@ engine.io: ws: ~3.3.1 cookie: 0.3.1 engine.io-client: - _latest: 4.0.6 + _latest: 4.1.0 _: ~3.2.0: 3.2.1 3.2.1: $: sha512-y5AbkytWeM4jQr7m/koQLc5AxpRKC1hEVUb/s1FUAWEJq5AzJJ4NLvzuKPuxtDi5Mq755WuDvZ6Iv2rXj4PTzw== - _: 'https://registry.npmjs.org/engine.io-client/-/engine.io-client-3.2.1.tgz' + _: 'https://npme.walmart.com/engine.io-client/-/engine.io-client-3.2.1.tgz' dependencies: component-emitter: 1.2.1 component-inherit: 0.0.3 @@ -5252,7 +5251,7 @@ engine.io-parser: '~2.1.0,~2.1.1': 2.1.3 2.1.3: $: sha512-6HXPre2O4Houl7c4g7Ic/XzPnHBvaEmN90vtRO9uLmwtRqQmTOw0QMevL1TOfL2Cpu1VzsaTmMotQgMdkzGkVA== - _: 'https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-2.1.3.tgz' + _: 'https://npme.walmart.com/engine.io-parser/-/engine.io-parser-2.1.3.tgz' dependencies: after: 0.8.2 arraybuffer.slice: ~0.0.7 @@ -5260,12 +5259,12 @@ engine.io-parser: blob: 0.0.5 has-binary2: ~1.0.2 enhanced-resolve: - _latest: 5.4.1 + _latest: 5.7.0 _: - '^4.1.1,^4.3.0': 4.3.0 - 4.3.0: - $: sha512-3e87LvavsdxyoCfGusJnrZ5G8SLPOFeHSNpZI/ATL9a5leXo2k0w6MKnbqhdBad9qTobSfB20Ld7UmgoNbAZkQ== - _: 'https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.3.0.tgz' + '^4.1.1,^4.5.0': 4.5.0 + 4.5.0: + $: sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg== + _: 'https://npme.walmart.com/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz' dependencies: graceful-fs: ^4.1.2 memory-fs: ^0.5.0 @@ -5276,7 +5275,7 @@ enquirer: ^2.3.5: 2.3.6 2.3.6: $: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg== - _: 'https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz' + _: 'https://npme.walmart.com/enquirer/-/enquirer-2.3.6.tgz' dependencies: ansi-colors: ^4.1.1 ent: @@ -5285,7 +5284,7 @@ ent: ~2.2.0: 2.2.0 2.2.0: $: sha1-6WQhkyWiHQX0RGai9obtbOX13R0= - _: 'https://registry.npmjs.org/ent/-/ent-2.2.0.tgz' + _: 'https://npme.walmart.com/ent/-/ent-2.2.0.tgz' entities: _latest: 2.1.0 _: @@ -5293,17 +5292,17 @@ entities: '^2.0.0,~2.1.0': 2.1.0 2.1.0: $: sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w== - _: 'https://registry.npmjs.org/entities/-/entities-2.1.0.tgz' + _: 'https://npme.walmart.com/entities/-/entities-2.1.0.tgz' 1.1.2: $: sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w== - _: 'https://registry.npmjs.org/entities/-/entities-1.1.2.tgz' + _: 'https://npme.walmart.com/entities/-/entities-1.1.2.tgz' enzyme: _latest: 3.11.0 _: ^3.0.0: 3.11.0 3.11.0: $: sha512-Dw8/Gs4vRjxY6/6i9wU0V+utmQO9kvh9XLnz3LIudviOnVYDEe2ec+0k+NQoMamn1VrjKgCUOWj5jG/5M5M0Qw== - _: 'https://registry.npmjs.org/enzyme/-/enzyme-3.11.0.tgz' + _: 'https://npme.walmart.com/enzyme/-/enzyme-3.11.0.tgz' dependencies: array.prototype.flat: ^1.2.3 cheerio: ^1.0.0-rc.3 @@ -5328,18 +5327,18 @@ enzyme: rst-selector-parser: ^2.2.3 string.prototype.trim: ^1.2.1 enzyme-adapter-react-16: - _latest: 1.15.5 + _latest: 1.15.6 _: - ^1.1.0: 1.15.5 - 1.15.5: - $: sha512-33yUJGT1nHFQlbVI5qdo5Pfqvu/h4qPwi1o0a6ZZsjpiqq92a3HjynDhwd1IeED+Su60HDWV8mxJqkTnLYdGkw== - _: 'https://registry.npmjs.org/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.15.5.tgz' + ^1.1.0: 1.15.6 + 1.15.6: + $: sha512-yFlVJCXh8T+mcQo8M6my9sPgeGzj85HSHi6Apgf1Cvq/7EL/J9+1JoJmJsRxZgyTvPMAqOEpRSu/Ii/ZpyOk0g== + _: 'https://npme.walmart.com/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.15.6.tgz' dependencies: - enzyme-adapter-utils: ^1.13.1 + enzyme-adapter-utils: ^1.14.0 enzyme-shallow-equal: ^1.0.4 has: ^1.0.3 - object.assign: ^4.1.0 - object.values: ^1.1.1 + object.assign: ^4.1.2 + object.values: ^1.1.2 prop-types: ^15.7.2 react-is: ^16.13.1 react-test-renderer: ^16.0.0-0 @@ -5351,10 +5350,10 @@ enzyme-adapter-react-16: enzyme-adapter-utils: _latest: 1.14.0 _: - ^1.13.1: 1.14.0 + ^1.14.0: 1.14.0 1.14.0: $: sha512-F/z/7SeLt+reKFcb7597IThpDp0bmzcH1E9Oabqv+o01cID2/YInlqHbFl7HzWBl4h3OdZYedtwNDOmSKkk0bg== - _: 'https://registry.npmjs.org/enzyme-adapter-utils/-/enzyme-adapter-utils-1.14.0.tgz' + _: 'https://npme.walmart.com/enzyme-adapter-utils/-/enzyme-adapter-utils-1.14.0.tgz' dependencies: airbnb-prop-types: ^2.16.0 function.prototype.name: ^1.1.3 @@ -5371,7 +5370,7 @@ enzyme-shallow-equal: '^1.0.1,^1.0.4': 1.0.4 1.0.4: $: sha512-MttIwB8kKxypwHvRynuC3ahyNc+cFbR8mjVIltnmzQ0uKGqmsfO4bfBuLxb0beLNPhjblUEYvEbsg+VSygvF1Q== - _: 'https://registry.npmjs.org/enzyme-shallow-equal/-/enzyme-shallow-equal-1.0.4.tgz' + _: 'https://npme.walmart.com/enzyme-shallow-equal/-/enzyme-shallow-equal-1.0.4.tgz' dependencies: has: ^1.0.3 object-is: ^1.1.2 @@ -5381,7 +5380,7 @@ errno: '^0.1.1,^0.1.3,~0.1.7': 0.1.8 0.1.8: $: sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A== - _: 'https://registry.npmjs.org/errno/-/errno-0.1.8.tgz' + _: 'https://npme.walmart.com/errno/-/errno-0.1.8.tgz' dependencies: prr: ~1.0.1 error-ex: @@ -5390,33 +5389,35 @@ error-ex: '^1.2.0,^1.3.1': 1.3.2 1.3.2: $: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== - _: 'https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz' + _: 'https://npme.walmart.com/error-ex/-/error-ex-1.3.2.tgz' dependencies: is-arrayish: ^0.2.1 es-abstract: _latest: 1.17.7 _: '^1.17.0-next.1,^1.17.2,^1.17.4': 1.17.7 - ^1.18.0-next.1: 1.18.0-next.1 - 1.18.0-next.1: - $: sha512-I4UGspA0wpZXWENrdA0uHbnhte683t3qT/1VFH9aX2dA5PPSf6QW5HHXf5HImaqPmjXaVeVk4RGWnaylmV7uAA== - _: 'https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0-next.1.tgz' + ^1.18.0-next.1: 1.18.0-next.2 + 1.18.0-next.2: + $: sha512-Ih4ZMFHEtZupnUh6497zEL4y2+w8+1ljnCyaTa+adcoafI1GOvMwFlDjBLfWR7y9VLfrjRJe9ocuHY1PSR9jjw== + _: 'https://npme.walmart.com/es-abstract/-/es-abstract-1.18.0-next.2.tgz' dependencies: + call-bind: ^1.0.2 es-to-primitive: ^1.2.1 function-bind: ^1.1.1 + get-intrinsic: ^1.0.2 has: ^1.0.3 has-symbols: ^1.0.1 is-callable: ^1.2.2 - is-negative-zero: ^2.0.0 + is-negative-zero: ^2.0.1 is-regex: ^1.1.1 - object-inspect: ^1.8.0 + object-inspect: ^1.9.0 object-keys: ^1.1.1 - object.assign: ^4.1.1 - string.prototype.trimend: ^1.0.1 - string.prototype.trimstart: ^1.0.1 + object.assign: ^4.1.2 + string.prototype.trimend: ^1.0.3 + string.prototype.trimstart: ^1.0.3 1.17.7: $: sha512-VBl/gnfcJ7OercKA9MVaegWsBHFjV492syMudcnQZvt/Dw8ezpcOHYZXa/J96O8vx+g4x65YKhxOwDUh63aS5g== - _: 'https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.7.tgz' + _: 'https://npme.walmart.com/es-abstract/-/es-abstract-1.17.7.tgz' dependencies: es-to-primitive: ^1.2.1 function-bind: ^1.1.1 @@ -5435,7 +5436,7 @@ es-to-primitive: ^1.2.1: 1.2.1 1.2.1: $: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA== - _: 'https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz' + _: 'https://npme.walmart.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz' dependencies: is-callable: ^1.1.4 is-date-object: ^1.0.1 @@ -5446,45 +5447,45 @@ es6-error: ^4.0.1: 4.1.1 4.1.1: $: sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg== - _: 'https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz' + _: 'https://npme.walmart.com/es6-error/-/es6-error-4.1.1.tgz' es6-promise: _latest: 4.2.8 _: ^3.2.1: 3.3.1 3.3.1: $: sha1-oIzd6EzNvzTQJ6FFG8kdS80ophM= - _: 'https://registry.npmjs.org/es6-promise/-/es6-promise-3.3.1.tgz' + _: 'https://npme.walmart.com/es6-promise/-/es6-promise-3.3.1.tgz' escalade: _latest: 3.1.1 _: ^3.1.1: 3.1.1 3.1.1: $: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== - _: 'https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz' + _: 'https://npme.walmart.com/escalade/-/escalade-3.1.1.tgz' escape-html: _latest: 1.0.3 _: ~1.0.3: 1.0.3 1.0.3: $: sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg= - _: 'https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz' + _: 'https://npme.walmart.com/escape-html/-/escape-html-1.0.3.tgz' escape-string-regexp: _latest: 4.0.0 _: '1.0.5,^1.0.2,^1.0.5': 1.0.5 1.0.5: $: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= - _: 'https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz' + _: 'https://npme.walmart.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz' eslint: - _latest: 7.17.0 + _latest: 7.18.0 _: - ^7.15.0: 7.17.0 - 7.17.0: - $: sha512-zJk08MiBgwuGoxes5sSQhOtibZ75pz0J35XTRlZOk9xMffhpA9BTbQZxoXZzOl5zMbleShbGwtw+1kGferfFwQ== - _: 'https://registry.npmjs.org/eslint/-/eslint-7.17.0.tgz' + ^7.15.0: 7.18.0 + 7.18.0: + $: sha512-fbgTiE8BfUJZuBeq2Yi7J3RB3WGUQ9PNuNbmgi6jt9Iv8qrkxfy19Ds3OpL1Pm7zg3BtTVhvcUZbIRQ0wmSjAQ== + _: 'https://npme.walmart.com/eslint/-/eslint-7.18.0.tgz' dependencies: '@babel/code-frame': ^7.0.0 - '@eslint/eslintrc': ^0.2.2 + '@eslint/eslintrc': ^0.3.0 ajv: ^6.10.0 chalk: ^4.0.0 cross-spawn: ^7.0.2 @@ -5508,7 +5509,7 @@ eslint: js-yaml: ^3.13.1 json-stable-stringify-without-jsonify: ^1.0.1 levn: ^0.4.1 - lodash: ^4.17.19 + lodash: ^4.17.20 minimatch: ^3.0.4 natural-compare: ^1.4.0 optionator: ^0.9.1 @@ -5526,14 +5527,14 @@ eslint-config-walmart: ^2.2.1: 2.2.1 2.2.1: $: sha512-0z0rXi8DbqSJanJq5lKnDuKBs4hMsx9Qp3Ksl9QWYzvqG/8ibzbraGKDy3b44JD3ZZEbBig3BvpWXP9Sw0E+3A== - _: 'https://registry.npmjs.org/eslint-config-walmart/-/eslint-config-walmart-2.2.1.tgz' + _: 'https://npme.walmart.com/eslint-config-walmart/-/eslint-config-walmart-2.2.1.tgz' eslint-plugin-filenames: _latest: 1.3.2 _: ^1.1.0: 1.3.2 1.3.2: $: sha512-tqxJTiEM5a0JmRCUYQmxw23vtTxrb2+a3Q2mMOPhFxvt7ZQQJmdiuMby9B/vUAuVMghyP7oET+nIf6EO6CBd/w== - _: 'https://registry.npmjs.org/eslint-plugin-filenames/-/eslint-plugin-filenames-1.3.2.tgz' + _: 'https://npme.walmart.com/eslint-plugin-filenames/-/eslint-plugin-filenames-1.3.2.tgz' dependencies: lodash.camelcase: 4.3.0 lodash.kebabcase: 4.1.1 @@ -5547,7 +5548,7 @@ eslint-plugin-flowtype: ^5.2.0: 5.2.0 5.2.0: $: sha512-z7ULdTxuhlRJcEe1MVljePXricuPOrsWfScRXFhNzVD5dmTHWjIF57AxD0e7AbEoLSbjSsaA5S+hCg43WvpXJQ== - _: 'https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.2.0.tgz' + _: 'https://npme.walmart.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.2.0.tgz' dependencies: lodash: ^4.17.15 string-natural-compare: ^3.0.1 @@ -5559,7 +5560,7 @@ eslint-plugin-mocha: ^8.0.0: 8.0.0 8.0.0: $: sha512-n67etbWDz6NQM+HnTwZHyBwz/bLlYPOxUbw7bPuCyFujv7ZpaT/Vn6KTAbT02gf7nRljtYIjWcTxK/n8a57rQQ== - _: 'https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-8.0.0.tgz' + _: 'https://npme.walmart.com/eslint-plugin-mocha/-/eslint-plugin-mocha-8.0.0.tgz' dependencies: eslint-utils: ^2.1.0 ramda: ^0.27.1 @@ -5571,7 +5572,7 @@ eslint-plugin-react: ^7.21.5: 7.22.0 7.22.0: $: sha512-p30tuX3VS+NWv9nQot9xIGAHBXR0+xJVaZriEsHoJrASGCJZDJ8JLNM0YqKqI0AKm6Uxaa1VUHoNEibxRCMQHA== - _: 'https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.22.0.tgz' + _: 'https://npme.walmart.com/eslint-plugin-react/-/eslint-plugin-react-7.22.0.tgz' dependencies: array-includes: ^3.1.1 array.prototype.flatmap: ^1.2.3 @@ -5593,13 +5594,13 @@ eslint-scope: ^5.1.1: 5.1.1 5.1.1: $: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw== - _: 'https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz' + _: 'https://npme.walmart.com/eslint-scope/-/eslint-scope-5.1.1.tgz' dependencies: esrecurse: ^4.3.0 estraverse: ^4.1.1 4.0.3: $: sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg== - _: 'https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz' + _: 'https://npme.walmart.com/eslint-scope/-/eslint-scope-4.0.3.tgz' dependencies: esrecurse: ^4.1.0 estraverse: ^4.1.1 @@ -5609,7 +5610,7 @@ eslint-utils: ^2.1.0: 2.1.0 2.1.0: $: sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg== - _: 'https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz' + _: 'https://npme.walmart.com/eslint-utils/-/eslint-utils-2.1.0.tgz' dependencies: eslint-visitor-keys: ^1.1.0 eslint-visitor-keys: @@ -5619,17 +5620,17 @@ eslint-visitor-keys: ^2.0.0: 2.0.0 2.0.0: $: sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ== - _: 'https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz' + _: 'https://npme.walmart.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz' 1.3.0: $: sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ== - _: 'https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz' + _: 'https://npme.walmart.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz' espree: _latest: 7.3.1 _: '^7.3.0,^7.3.1': 7.3.1 7.3.1: $: sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g== - _: 'https://registry.npmjs.org/espree/-/espree-7.3.1.tgz' + _: 'https://npme.walmart.com/espree/-/espree-7.3.1.tgz' dependencies: acorn: ^7.4.0 acorn-jsx: ^5.3.1 @@ -5640,14 +5641,14 @@ esprima: ^4.0.0: 4.0.1 4.0.1: $: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== - _: 'https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz' + _: 'https://npme.walmart.com/esprima/-/esprima-4.0.1.tgz' esquery: _latest: 1.3.1 _: ^1.2.0: 1.3.1 1.3.1: $: sha512-olpvt9QG0vniUBZspVRN6lwB7hOZoTRtT+jzR+tS4ffYx2mzbw+z0XCOk44aaLYKApNX5nMm+E+P6o25ip/DHQ== - _: 'https://registry.npmjs.org/esquery/-/esquery-1.3.1.tgz' + _: 'https://npme.walmart.com/esquery/-/esquery-1.3.1.tgz' dependencies: estraverse: ^5.1.0 esrecurse: @@ -5656,7 +5657,7 @@ esrecurse: '^4.1.0,^4.3.0': 4.3.0 4.3.0: $: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag== - _: 'https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz' + _: 'https://npme.walmart.com/esrecurse/-/esrecurse-4.3.0.tgz' dependencies: estraverse: ^5.2.0 estraverse: @@ -5666,38 +5667,38 @@ estraverse: '^5.1.0,^5.2.0': 5.2.0 5.2.0: $: sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ== - _: 'https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz' + _: 'https://npme.walmart.com/estraverse/-/estraverse-5.2.0.tgz' 4.3.0: $: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== - _: 'https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz' + _: 'https://npme.walmart.com/estraverse/-/estraverse-4.3.0.tgz' esutils: _latest: 2.0.3 _: ^2.0.2: 2.0.3 2.0.3: $: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== - _: 'https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz' + _: 'https://npme.walmart.com/esutils/-/esutils-2.0.3.tgz' eventemitter3: _latest: 4.0.7 _: ^4.0.0: 4.0.7 4.0.7: $: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw== - _: 'https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz' + _: 'https://npme.walmart.com/eventemitter3/-/eventemitter3-4.0.7.tgz' events: _latest: 3.2.0 _: ^3.0.0: 3.2.0 3.2.0: $: sha512-/46HWwbfCX2xTawVfkKLGxMifJYQBWMwY1mjywRtb4c9x8l5NP3KoJtnIOiL1hfdRkIuYhETxQlo62IF8tcnlg== - _: 'https://registry.npmjs.org/events/-/events-3.2.0.tgz' + _: 'https://npme.walmart.com/events/-/events-3.2.0.tgz' evp_bytestokey: _latest: 1.0.3 _: '^1.0.0,^1.0.3': 1.0.3 1.0.3: $: sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA== - _: 'https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz' + _: 'https://npme.walmart.com/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz' dependencies: md5.js: ^1.3.4 safe-buffer: ^5.1.1 @@ -5707,7 +5708,7 @@ expand-braces: ^0.1.1: 0.1.2 0.1.2: $: sha1-SIsdHSRRyz06axks/AMPRMWFX+o= - _: 'https://registry.npmjs.org/expand-braces/-/expand-braces-0.1.2.tgz' + _: 'https://npme.walmart.com/expand-braces/-/expand-braces-0.1.2.tgz' dependencies: array-slice: ^0.2.3 array-unique: ^0.2.1 @@ -5718,7 +5719,7 @@ expand-brackets: ^2.1.4: 2.1.4 2.1.4: $: sha1-t3c14xXOMPa27/D4OwQVGiJEliI= - _: 'https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz' + _: 'https://npme.walmart.com/expand-brackets/-/expand-brackets-2.1.4.tgz' dependencies: debug: ^2.3.3 define-property: ^0.2.5 @@ -5733,7 +5734,7 @@ expand-range: ^0.1.0: 0.1.1 0.1.1: $: sha1-TLjtoJk8pW+k9B/ELzy7TMrf8EQ= - _: 'https://registry.npmjs.org/expand-range/-/expand-range-0.1.1.tgz' + _: 'https://npme.walmart.com/expand-range/-/expand-range-0.1.1.tgz' dependencies: is-number: ^0.1.1 repeat-string: ^0.2.2 @@ -5743,7 +5744,7 @@ expand-tilde: '^2.0.0,^2.0.2': 2.0.2 2.0.2: $: sha1-l+gBqgUt8CRU3kawK/YhZCzchQI= - _: 'https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz' + _: 'https://npme.walmart.com/expand-tilde/-/expand-tilde-2.0.2.tgz' dependencies: homedir-polyfill: ^1.0.1 extend: @@ -5752,7 +5753,7 @@ extend: '^3.0.0,~3.0.2': 3.0.2 3.0.2: $: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== - _: 'https://registry.npmjs.org/extend/-/extend-3.0.2.tgz' + _: 'https://npme.walmart.com/extend/-/extend-3.0.2.tgz' extend-shallow: _latest: 3.0.2 _: @@ -5760,13 +5761,13 @@ extend-shallow: '^3.0.0,^3.0.2': 3.0.2 3.0.2: $: sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg= - _: 'https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz' + _: 'https://npme.walmart.com/extend-shallow/-/extend-shallow-3.0.2.tgz' dependencies: assign-symbols: ^1.0.0 is-extendable: ^1.0.1 2.0.1: $: sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8= - _: 'https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz' + _: 'https://npme.walmart.com/extend-shallow/-/extend-shallow-2.0.1.tgz' dependencies: is-extendable: ^0.1.0 extglob: @@ -5775,7 +5776,7 @@ extglob: ^2.0.4: 2.0.4 2.0.4: $: sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw== - _: 'https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz' + _: 'https://npme.walmart.com/extglob/-/extglob-2.0.4.tgz' dependencies: array-unique: ^0.3.2 define-property: ^1.0.0 @@ -5791,21 +5792,21 @@ extsprintf: '1.3.0,^1.2.0': 1.3.0 1.3.0: $: sha1-lpGEQOMEGnpBT4xS48V06zw+HgU= - _: 'https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz' + _: 'https://npme.walmart.com/extsprintf/-/extsprintf-1.3.0.tgz' eyes: _latest: 0.1.8 _: 0.1.x: 0.1.8 0.1.8: $: sha1-Ys8SAjTGg3hdkCNIqADvPgzCC8A= - _: 'https://registry.npmjs.org/eyes/-/eyes-0.1.8.tgz' + _: 'https://npme.walmart.com/eyes/-/eyes-0.1.8.tgz' fast-async: _latest: 6.3.8 _: ^7.0.5: 7.0.6 7.0.6: $: sha512-/iUa3eSQC+Xh5tN6QcVLsEsN7b1DaPIoTZo++VpLLIxtdNW2tEmMZex4TcrMeRnBwMOpZwue2CB171wjt5Kgqg== - _: 'https://registry.npmjs.org/fast-async/-/fast-async-7.0.6.tgz' + _: 'https://npme.walmart.com/fast-async/-/fast-async-7.0.6.tgz' dependencies: '@babel/generator': ^7.0.0-beta.44 '@babel/helper-module-imports': ^7.0.0-beta.44 @@ -5818,56 +5819,56 @@ fast-deep-equal: ^3.1.1: 3.1.3 3.1.3: $: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== - _: 'https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz' + _: 'https://npme.walmart.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz' fast-json-stable-stringify: _latest: 2.1.0 _: ^2.0.0: 2.1.0 2.1.0: $: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== - _: 'https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz' + _: 'https://npme.walmart.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz' fast-levenshtein: _latest: 3.0.0 _: ^2.0.6: 2.0.6 2.0.6: $: sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= - _: 'https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz' + _: 'https://npme.walmart.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz' fast-redact: _latest: 3.0.0 _: ^2.0.0: 2.1.0 2.1.0: $: sha512-0LkHpTLyadJavq9sRzzyqIoMZemWli77K2/MGOkafrR64B9ItrvZ9aT+jluvNDsv0YEHjSNhlMBtbokuoqii4A== - _: 'https://registry.npmjs.org/fast-redact/-/fast-redact-2.1.0.tgz' + _: 'https://npme.walmart.com/fast-redact/-/fast-redact-2.1.0.tgz' fast-safe-stringify: _latest: 2.0.7 _: ^2.0.7: 2.0.7 2.0.7: $: sha512-Utm6CdzT+6xsDk2m8S6uL8VHxNwI6Jub+e9NYTcAms28T84pTa25GJQV9j0CY0N1rM8hK4x6grpF2BQf+2qwVA== - _: 'https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.0.7.tgz' + _: 'https://npme.walmart.com/fast-safe-stringify/-/fast-safe-stringify-2.0.7.tgz' fastparse: _latest: 1.1.2 _: ^1.1.2: 1.1.2 1.1.2: $: sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ== - _: 'https://registry.npmjs.org/fastparse/-/fastparse-1.1.2.tgz' + _: 'https://npme.walmart.com/fastparse/-/fastparse-1.1.2.tgz' figgy-pudding: _latest: 3.5.2 _: ^3.5.1: 3.5.2 3.5.2: $: sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw== - _: 'https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.2.tgz' + _: 'https://npme.walmart.com/figgy-pudding/-/figgy-pudding-3.5.2.tgz' file-entry-cache: _latest: 6.0.0 _: ^6.0.0: 6.0.0 6.0.0: $: sha512-fqoO76jZ3ZnYrXLDRxBR1YvOvc0k844kcOg40bgsPrE25LAb/PDqTY+ho64Xh2c8ZXgIKldchCFHczG2UVRcWA== - _: 'https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.0.tgz' + _: 'https://npme.walmart.com/file-entry-cache/-/file-entry-cache-6.0.0.tgz' dependencies: flat-cache: ^3.0.4 file-loader: @@ -5876,7 +5877,7 @@ file-loader: ^2.0.0: 2.0.0 2.0.0: $: sha512-YCsBfd1ZGCyonOKLxPiKPdu+8ld9HAaMEvJewzz+b2eTF7uL5Zm/HdBF6FjCrpCMRq25Mi0U1gl4pwn2TlH7hQ== - _: 'https://registry.npmjs.org/file-loader/-/file-loader-2.0.0.tgz' + _: 'https://npme.walmart.com/file-loader/-/file-loader-2.0.0.tgz' dependencies: loader-utils: ^1.0.2 schema-utils: ^1.0.0 @@ -5888,7 +5889,7 @@ file-uri-to-path: 1.0.0: 1.0.0 1.0.0: $: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw== - _: 'https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz' + _: 'https://npme.walmart.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz' fill-range: _latest: 7.0.1 _: @@ -5896,12 +5897,12 @@ fill-range: ^7.0.1: 7.0.1 7.0.1: $: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== - _: 'https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz' + _: 'https://npme.walmart.com/fill-range/-/fill-range-7.0.1.tgz' dependencies: to-regex-range: ^5.0.1 4.0.0: $: sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc= - _: 'https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz' + _: 'https://npme.walmart.com/fill-range/-/fill-range-4.0.0.tgz' dependencies: extend-shallow: ^2.0.1 is-number: ^3.0.0 @@ -5913,14 +5914,14 @@ filter-scan-dir: '^1.0.10,^1.0.9': 1.0.10 1.0.10: $: sha512-tuDUZPwDmWULMdJ0CopxwRsHuBq2LAwf2zcNMu0LEXD6V414jwrexMaPRS68/ct0ma2m6EREln8n5jYClvggZQ== - _: 'https://registry.npmjs.org/filter-scan-dir/-/filter-scan-dir-1.0.10.tgz' + _: 'https://npme.walmart.com/filter-scan-dir/-/filter-scan-dir-1.0.10.tgz' finalhandler: _latest: 1.1.2 _: 1.1.2: 1.1.2 1.1.2: $: sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA== - _: 'https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz' + _: 'https://npme.walmart.com/finalhandler/-/finalhandler-1.1.2.tgz' dependencies: debug: 2.6.9 encodeurl: ~1.0.2 @@ -5936,14 +5937,14 @@ find-cache-dir: '^3.2.0,^3.3.1': 3.3.1 3.3.1: $: sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ== - _: 'https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.1.tgz' + _: 'https://npme.walmart.com/find-cache-dir/-/find-cache-dir-3.3.1.tgz' dependencies: commondir: ^1.0.1 make-dir: ^3.0.2 pkg-dir: ^4.1.0 2.1.0: $: sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ== - _: 'https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz' + _: 'https://npme.walmart.com/find-cache-dir/-/find-cache-dir-2.1.0.tgz' dependencies: commondir: ^1.0.1 make-dir: ^2.0.0 @@ -5956,18 +5957,18 @@ find-up: '^4.0.0,^4.1.0': 4.1.0 4.1.0: $: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw== - _: 'https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz' + _: 'https://npme.walmart.com/find-up/-/find-up-4.1.0.tgz' dependencies: locate-path: ^5.0.0 path-exists: ^4.0.0 3.0.0: $: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg== - _: 'https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz' + _: 'https://npme.walmart.com/find-up/-/find-up-3.0.0.tgz' dependencies: locate-path: ^3.0.0 1.1.2: $: sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8= - _: 'https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz' + _: 'https://npme.walmart.com/find-up/-/find-up-1.1.2.tgz' dependencies: path-exists: ^2.0.0 pinkie-promise: ^2.0.0 @@ -5977,7 +5978,7 @@ findup-sync: ^3.0.0: 3.0.0 3.0.0: $: sha512-YbffarhcicEhOrm4CtrwdKBdCuz576RLdhJDsIfvNtxUuhdRet1qZcsMjqbePtAseKdAnDyM/IyXbu7PRPRLYg== - _: 'https://registry.npmjs.org/findup-sync/-/findup-sync-3.0.0.tgz' + _: 'https://npme.walmart.com/findup-sync/-/findup-sync-3.0.0.tgz' dependencies: detect-file: ^1.0.0 is-glob: ^4.0.0 @@ -5989,7 +5990,7 @@ flat-cache: ^3.0.4: 3.0.4 3.0.4: $: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg== - _: 'https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz' + _: 'https://npme.walmart.com/flat-cache/-/flat-cache-3.0.4.tgz' dependencies: flatted: ^3.1.0 rimraf: ^3.0.2 @@ -5999,32 +6000,32 @@ flatstr: ^1.0.12: 1.0.12 1.0.12: $: sha512-4zPxDyhCyiN2wIAtSLI6gc82/EjqZc1onI4Mz/l0pWrAlsSfYH/2ZIcU+e3oA2wDwbzIWNKwa23F8rh6+DRWkw== - _: 'https://registry.npmjs.org/flatstr/-/flatstr-1.0.12.tgz' + _: 'https://npme.walmart.com/flatstr/-/flatstr-1.0.12.tgz' flatted: - _latest: 3.1.0 + _latest: 3.1.1 _: ^2.0.0: 2.0.2 - ^3.1.0: 3.1.0 - 3.1.0: - $: sha512-tW+UkmtNg/jv9CSofAKvgVcO7c2URjhTdW1ZTkcAritblu8tajiYy7YisnIflEwtKssCtOxpnBRoCB7iap0/TA== - _: 'https://registry.npmjs.org/flatted/-/flatted-3.1.0.tgz' + ^3.1.0: 3.1.1 + 3.1.1: + $: sha512-zAoAQiudy+r5SvnSw3KJy5os/oRJYHzrzja/tBDqrZtNhUw8bt6y8OBzMWcjWr+8liV8Eb6yOhw8WZ7VFZ5ZzA== + _: 'https://npme.walmart.com/flatted/-/flatted-3.1.1.tgz' 2.0.2: $: sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA== - _: 'https://registry.npmjs.org/flatted/-/flatted-2.0.2.tgz' + _: 'https://npme.walmart.com/flatted/-/flatted-2.0.2.tgz' flatten: _latest: 1.0.3 _: ^1.0.2: 1.0.3 1.0.3: $: sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg== - _: 'https://registry.npmjs.org/flatten/-/flatten-1.0.3.tgz' + _: 'https://npme.walmart.com/flatten/-/flatten-1.0.3.tgz' flush-write-stream: _latest: 2.0.0 _: ^1.0.0: 1.1.1 1.1.1: $: sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w== - _: 'https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz' + _: 'https://npme.walmart.com/flush-write-stream/-/flush-write-stream-1.1.1.tgz' dependencies: inherits: ^2.0.3 readable-stream: ^2.3.6 @@ -6034,7 +6035,7 @@ follow-redirects: ^1.0.0: 1.13.1 1.13.1: $: sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg== - _: 'https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.1.tgz' + _: 'https://npme.walmart.com/follow-redirects/-/follow-redirects-1.13.1.tgz' for-in: _latest: 1.0.2 _: @@ -6042,17 +6043,17 @@ for-in: '^1.0.1,^1.0.2': 1.0.2 1.0.2: $: sha1-gQaNKVqBQuwKxybG4iAMMPttXoA= - _: 'https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz' + _: 'https://npme.walmart.com/for-in/-/for-in-1.0.2.tgz' 0.1.8: $: sha1-2Hc5COMSVhCZUrH9ubP6hn0ndeE= - _: 'https://registry.npmjs.org/for-in/-/for-in-0.1.8.tgz' + _: 'https://npme.walmart.com/for-in/-/for-in-0.1.8.tgz' for-own: _latest: 1.0.0 _: ^1.0.0: 1.0.0 1.0.0: $: sha1-xjMy9BXO3EsE2/5wz4NklMU8tEs= - _: 'https://registry.npmjs.org/for-own/-/for-own-1.0.0.tgz' + _: 'https://npme.walmart.com/for-own/-/for-own-1.0.0.tgz' dependencies: for-in: ^1.0.1 foreground-child: @@ -6061,7 +6062,7 @@ foreground-child: ^2.0.0: 2.0.0 2.0.0: $: sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA== - _: 'https://registry.npmjs.org/foreground-child/-/foreground-child-2.0.0.tgz' + _: 'https://npme.walmart.com/foreground-child/-/foreground-child-2.0.0.tgz' dependencies: cross-spawn: ^7.0.0 signal-exit: ^3.0.2 @@ -6071,14 +6072,14 @@ forever-agent: ~0.6.1: 0.6.1 0.6.1: $: sha1-+8cfDEGt6zf5bFd60e1C2P2sypE= - _: 'https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz' + _: 'https://npme.walmart.com/forever-agent/-/forever-agent-0.6.1.tgz' form-data: _latest: 3.0.0 _: ~2.3.2: 2.3.3 2.3.3: $: sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ== - _: 'https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz' + _: 'https://npme.walmart.com/form-data/-/form-data-2.3.3.tgz' dependencies: asynckit: ^0.4.0 combined-stream: ^1.0.6 @@ -6089,7 +6090,7 @@ fragment-cache: ^0.2.1: 0.2.1 0.2.1: $: sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk= - _: 'https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz' + _: 'https://npme.walmart.com/fragment-cache/-/fragment-cache-0.2.1.tgz' dependencies: map-cache: ^0.2.2 from2: @@ -6098,7 +6099,7 @@ from2: ^2.1.0: 2.3.0 2.3.0: $: sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8= - _: 'https://registry.npmjs.org/from2/-/from2-2.3.0.tgz' + _: 'https://npme.walmart.com/from2/-/from2-2.3.0.tgz' dependencies: inherits: ^2.0.1 readable-stream: ^2.0.0 @@ -6108,42 +6109,42 @@ fromentries: ^1.2.0: 1.3.2 1.3.2: $: sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg== - _: 'https://registry.npmjs.org/fromentries/-/fromentries-1.3.2.tgz' + _: 'https://npme.walmart.com/fromentries/-/fromentries-1.3.2.tgz' fs-access: _latest: 2.0.0 _: ^1.0.0: 1.0.1 1.0.1: $: sha1-1qh/JiJxzv6+wwxVNAf7mV2od3o= - _: 'https://registry.npmjs.org/fs-access/-/fs-access-1.0.1.tgz' + _: 'https://npme.walmart.com/fs-access/-/fs-access-1.0.1.tgz' dependencies: null-check: ^1.0.0 fs-extra: - _latest: 9.0.1 + _latest: 9.1.0 _: - ^9.0.1: 9.0.1 - 9.0.1: - $: sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ== - _: 'https://registry.npmjs.org/fs-extra/-/fs-extra-9.0.1.tgz' + ^9.0.1: 9.1.0 + 9.1.0: + $: sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ== + _: 'https://npme.walmart.com/fs-extra/-/fs-extra-9.1.0.tgz' dependencies: at-least-node: ^1.0.0 graceful-fs: ^4.2.0 jsonfile: ^6.0.1 - universalify: ^1.0.0 + universalify: ^2.0.0 fs-readdir-recursive: _latest: 1.1.0 _: ^1.1.0: 1.1.0 1.1.0: $: sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA== - _: 'https://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz' + _: 'https://npme.walmart.com/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz' fs-write-stream-atomic: _latest: 1.0.10 _: ^1.0.8: 1.0.10 1.0.10: $: sha1-tH31NJPvkR33VzHnCp3tAYnbQMk= - _: 'https://registry.npmjs.org/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz' + _: 'https://npme.walmart.com/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz' dependencies: graceful-fs: ^4.1.2 iferr: ^0.1.5 @@ -6155,22 +6156,21 @@ fs.realpath: ^1.0.0: 1.0.0 1.0.0: $: sha1-FQStJSMVjKpA20onh8sBQRmU6k8= - _: 'https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz' + _: 'https://npme.walmart.com/fs.realpath/-/fs.realpath-1.0.0.tgz' fsevents: _latest: 2.3.1 _: ^1.2.7: 1.2.13 - ~2.1.2: 2.1.3 - 2.1.3: - $: sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ== - _: 'https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz' - deprecated: '"Please update to latest v2.3 or v2.2"' + ~2.3.1: 2.3.1 + 2.3.1: + $: sha512-YR47Eg4hChJGAB1O3yEAOkGO+rlzutoICGqGo9EZ4lKWokzZRSyIW1QmTzqjtw8MJdj9srP869CuWw/hyzSiBw== + _: 'https://npme.walmart.com/fsevents/-/fsevents-2.3.1.tgz' os: - darwin 1.2.13: hasI: 1 $: sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw== - _: 'https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz' + _: 'https://npme.walmart.com/fsevents/-/fsevents-1.2.13.tgz' dependencies: bindings: ^1.5.0 nan: ^2.12.1 @@ -6183,7 +6183,7 @@ fstream: '^1.0.0,^1.0.12': 1.0.12 1.0.12: $: sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg== - _: 'https://registry.npmjs.org/fstream/-/fstream-1.0.12.tgz' + _: 'https://npme.walmart.com/fstream/-/fstream-1.0.12.tgz' dependencies: graceful-fs: ^4.1.2 inherits: ~2.0.0 @@ -6195,14 +6195,14 @@ function-bind: ^1.1.1: 1.1.1 1.1.1: $: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== - _: 'https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz' + _: 'https://npme.walmart.com/function-bind/-/function-bind-1.1.1.tgz' function.prototype.name: _latest: 1.1.3 _: '^1.1.2,^1.1.3': 1.1.3 1.1.3: $: sha512-H51qkbNSp8mtkJt+nyW1gyStBiKZxfRqySNUR99ylq6BPXHKI4SEvIlTKp4odLfjRKJV04DFWMU3G/YRlQOsag== - _: 'https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.3.tgz' + _: 'https://npme.walmart.com/function.prototype.name/-/function.prototype.name-1.1.3.tgz' dependencies: call-bind: ^1.0.0 define-properties: ^1.1.3 @@ -6214,21 +6214,21 @@ functional-red-black-tree: ^1.0.1: 1.0.1 1.0.1: $: sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc= - _: 'https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz' + _: 'https://npme.walmart.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz' functions-have-names: _latest: 1.2.2 _: ^1.2.1: 1.2.2 1.2.2: $: sha512-bLgc3asbWdwPbx2mNk2S49kmJCuQeu0nfmaOgbs8WIyzzkw3r4htszdIi9Q9EMezDPTYuJx2wvjZ/EwgAthpnA== - _: 'https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.2.tgz' + _: 'https://npme.walmart.com/functions-have-names/-/functions-have-names-1.2.2.tgz' gauge: _latest: 3.0.0 _: ~2.7.3: 2.7.4 2.7.4: $: sha1-LANAXHU4w51+s3sxcCLjJfsBi/c= - _: 'https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz' + _: 'https://npme.walmart.com/gauge/-/gauge-2.7.4.tgz' dependencies: aproba: ^1.0.3 console-control-strings: ^1.0.0 @@ -6244,7 +6244,7 @@ gaze: ^1.0.0: 1.1.3 1.1.3: $: sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g== - _: 'https://registry.npmjs.org/gaze/-/gaze-1.1.3.tgz' + _: 'https://npme.walmart.com/gaze/-/gaze-1.1.3.tgz' dependencies: globule: ^1.0.0 generic-names: @@ -6254,12 +6254,12 @@ generic-names: ^2.0.1: 2.0.1 2.0.1: $: sha512-kPCHWa1m9wGG/OwQpeweTwM/PYiQLrUIxXbt/P4Nic3LbGjCP0YwrALHW1uNLKZ0LIMg+RF+XRlj2ekT9ZlZAQ== - _: 'https://registry.npmjs.org/generic-names/-/generic-names-2.0.1.tgz' + _: 'https://npme.walmart.com/generic-names/-/generic-names-2.0.1.tgz' dependencies: loader-utils: ^1.1.0 1.0.3: $: sha1-LXhqEhruUIh2eWk56OO/+DbCCRc= - _: 'https://registry.npmjs.org/generic-names/-/generic-names-1.0.3.tgz' + _: 'https://npme.walmart.com/generic-names/-/generic-names-1.0.3.tgz' dependencies: loader-utils: ^0.2.16 gensync: @@ -6268,28 +6268,28 @@ gensync: ^1.0.0-beta.1: 1.0.0-beta.2 1.0.0-beta.2: $: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== - _: 'https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz' + _: 'https://npme.walmart.com/gensync/-/gensync-1.0.0-beta.2.tgz' get-caller-file: _latest: 2.0.5 _: ^2.0.1: 2.0.5 2.0.5: $: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== - _: 'https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz' + _: 'https://npme.walmart.com/get-caller-file/-/get-caller-file-2.0.5.tgz' get-func-name: _latest: 2.0.0 _: ^2.0.0: 2.0.0 2.0.0: $: sha1-6td0q+5y4gQJQzoGY2YCPdaIekE= - _: 'https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz' + _: 'https://npme.walmart.com/get-func-name/-/get-func-name-2.0.0.tgz' get-intrinsic: _latest: 1.0.2 _: - '^1.0.0,^1.0.1,^1.0.2': 1.0.2 + '^1.0.1,^1.0.2': 1.0.2 1.0.2: $: sha512-aeX0vrFm21ILl3+JpFFRNe9aUvp6VFZb2/CTbgLb8j75kOhvoNYjt9d8KA/tJG4gSo8nzEDedRl0h7vDmBYRVg== - _: 'https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.0.2.tgz' + _: 'https://npme.walmart.com/get-intrinsic/-/get-intrinsic-1.0.2.tgz' dependencies: function-bind: ^1.1.1 has: ^1.0.3 @@ -6300,28 +6300,28 @@ get-package-type: ^0.1.0: 0.1.0 0.1.0: $: sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q== - _: 'https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz' + _: 'https://npme.walmart.com/get-package-type/-/get-package-type-0.1.0.tgz' get-stdin: _latest: 8.0.0 _: ^4.0.1: 4.0.1 4.0.1: $: sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4= - _: 'https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz' + _: 'https://npme.walmart.com/get-stdin/-/get-stdin-4.0.1.tgz' get-value: _latest: 3.0.1 _: '^2.0.3,^2.0.6': 2.0.6 2.0.6: $: sha1-3BXKHGcjh8p2vTesCjlbogQqLCg= - _: 'https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz' + _: 'https://npme.walmart.com/get-value/-/get-value-2.0.6.tgz' getpass: _latest: 0.1.7 _: ^0.1.1: 0.1.7 0.1.7: $: sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo= - _: 'https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz' + _: 'https://npme.walmart.com/getpass/-/getpass-0.1.7.tgz' dependencies: assert-plus: ^1.0.0 glob: @@ -6331,7 +6331,7 @@ glob: '^7.0.0,^7.0.3,^7.1.1,^7.1.2,^7.1.3,^7.1.4,^7.1.6,~7.1.1': 7.1.6 7.1.6: $: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA== - _: 'https://registry.npmjs.org/glob/-/glob-7.1.6.tgz' + _: 'https://npme.walmart.com/glob/-/glob-7.1.6.tgz' dependencies: fs.realpath: ^1.0.0 inflight: ^1.0.4 @@ -6341,7 +6341,7 @@ glob: path-is-absolute: ^1.0.0 7.1.2: $: sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ== - _: 'https://registry.npmjs.org/glob/-/glob-7.1.2.tgz' + _: 'https://npme.walmart.com/glob/-/glob-7.1.2.tgz' dependencies: fs.realpath: ^1.0.0 inflight: ^1.0.4 @@ -6356,12 +6356,12 @@ glob-parent: '^5.0.0,~5.1.0': 5.1.1 5.1.1: $: sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ== - _: 'https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz' + _: 'https://npme.walmart.com/glob-parent/-/glob-parent-5.1.1.tgz' dependencies: is-glob: ^4.0.1 3.1.0: $: sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4= - _: 'https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz' + _: 'https://npme.walmart.com/glob-parent/-/glob-parent-3.1.0.tgz' dependencies: is-glob: ^3.1.0 path-dirname: ^1.0.0 @@ -6371,7 +6371,7 @@ glob-to-regexp: ^0.3.0: 0.3.0 0.3.0: $: sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs= - _: 'https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz' + _: 'https://npme.walmart.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz' global-modules: _latest: 2.0.0 _: @@ -6379,12 +6379,12 @@ global-modules: ^2.0.0: 2.0.0 2.0.0: $: sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A== - _: 'https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz' + _: 'https://npme.walmart.com/global-modules/-/global-modules-2.0.0.tgz' dependencies: global-prefix: ^3.0.0 1.0.0: $: sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg== - _: 'https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz' + _: 'https://npme.walmart.com/global-modules/-/global-modules-1.0.0.tgz' dependencies: global-prefix: ^1.0.1 is-windows: ^1.0.1 @@ -6396,14 +6396,14 @@ global-prefix: ^3.0.0: 3.0.0 3.0.0: $: sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg== - _: 'https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz' + _: 'https://npme.walmart.com/global-prefix/-/global-prefix-3.0.0.tgz' dependencies: ini: ^1.3.5 kind-of: ^6.0.2 which: ^1.3.1 1.0.2: $: sha1-2/dDxsFJklk8ZVVoy2btMsASLr4= - _: 'https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz' + _: 'https://npme.walmart.com/global-prefix/-/global-prefix-1.0.2.tgz' dependencies: expand-tilde: ^2.0.2 homedir-polyfill: ^1.0.1 @@ -6417,19 +6417,19 @@ globals: ^12.1.0: 12.4.0 12.4.0: $: sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg== - _: 'https://registry.npmjs.org/globals/-/globals-12.4.0.tgz' + _: 'https://npme.walmart.com/globals/-/globals-12.4.0.tgz' dependencies: type-fest: ^0.8.1 11.12.0: $: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== - _: 'https://registry.npmjs.org/globals/-/globals-11.12.0.tgz' + _: 'https://npme.walmart.com/globals/-/globals-11.12.0.tgz' globule: _latest: 1.3.2 _: ^1.0.0: 1.3.2 1.3.2: $: sha512-7IDTQTIu2xzXkT+6mlluidnWo+BypnbSoEVVQCGfzqnl5Ik8d3e1d4wycb8Rj9tWW+Z39uPWsdlquqiqPCd/pA== - _: 'https://registry.npmjs.org/globule/-/globule-1.3.2.tgz' + _: 'https://npme.walmart.com/globule/-/globule-1.3.2.tgz' dependencies: glob: ~7.1.1 lodash: ~4.17.10 @@ -6440,35 +6440,35 @@ graceful-fs: '^4.1.11,^4.1.15,^4.1.2,^4.1.6,^4.2.0': 4.2.4 4.2.4: $: sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw== - _: 'https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz' + _: 'https://npme.walmart.com/graceful-fs/-/graceful-fs-4.2.4.tgz' growl: _latest: 1.10.5 _: 1.10.3: 1.10.3 1.10.3: $: sha512-hKlsbA5Vu3xsh1Cg3J7jSmX/WaW6A5oBeqzM88oNbCRQFz+zUaXm6yxS4RVytp1scBoJzSYl4YAEOQIt6O8V1Q== - _: 'https://registry.npmjs.org/growl/-/growl-1.10.3.tgz' + _: 'https://npme.walmart.com/growl/-/growl-1.10.3.tgz' handle-thing: _latest: 2.0.1 _: ^2.0.0: 2.0.1 2.0.1: $: sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg== - _: 'https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz' + _: 'https://npme.walmart.com/handle-thing/-/handle-thing-2.0.1.tgz' har-schema: _latest: 2.0.0 _: ^2.0.0: 2.0.0 2.0.0: $: sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI= - _: 'https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz' + _: 'https://npme.walmart.com/har-schema/-/har-schema-2.0.0.tgz' har-validator: _latest: 5.1.5 _: ~5.1.3: 5.1.5 5.1.5: $: sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w== - _: 'https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz' + _: 'https://npme.walmart.com/har-validator/-/har-validator-5.1.5.tgz' dependencies: ajv: ^6.12.3 har-schema: ^2.0.0 @@ -6479,14 +6479,14 @@ harmony-reflect: ^1.4.6: 1.6.1 1.6.1: $: sha512-WJTeyp0JzGtHcuMsi7rw2VwtkvLa+JyfEKJCFyfcS0+CDkjQ5lHPu7zEhFZP+PDSRrEgXa5Ah0l1MbgbE41XjA== - _: 'https://registry.npmjs.org/harmony-reflect/-/harmony-reflect-1.6.1.tgz' + _: 'https://npme.walmart.com/harmony-reflect/-/harmony-reflect-1.6.1.tgz' has: _latest: 1.0.3 _: '^1.0.0,^1.0.3': 1.0.3 1.0.3: $: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== - _: 'https://registry.npmjs.org/has/-/has-1.0.3.tgz' + _: 'https://npme.walmart.com/has/-/has-1.0.3.tgz' dependencies: function-bind: ^1.1.1 has-ansi: @@ -6495,7 +6495,7 @@ has-ansi: ^2.0.0: 2.0.0 2.0.0: $: sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE= - _: 'https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz' + _: 'https://npme.walmart.com/has-ansi/-/has-ansi-2.0.0.tgz' dependencies: ansi-regex: ^2.0.0 has-binary2: @@ -6504,7 +6504,7 @@ has-binary2: ~1.0.2: 1.0.3 1.0.3: $: sha512-G1LWKhDSvhGeAQ8mPVQlqNcOB2sJdwATtZKl2pDKKHfpf/rYj24lkinxf69blJbnsvtqqNU+L3SL50vzZhXOnw== - _: 'https://registry.npmjs.org/has-binary2/-/has-binary2-1.0.3.tgz' + _: 'https://npme.walmart.com/has-binary2/-/has-binary2-1.0.3.tgz' dependencies: isarray: 2.0.1 has-cors: @@ -6513,7 +6513,7 @@ has-cors: 1.1.0: 1.1.0 1.1.0: $: sha1-XkdHk/fqmEPRu5nCPu9J/xJv/zk= - _: 'https://registry.npmjs.org/has-cors/-/has-cors-1.1.0.tgz' + _: 'https://npme.walmart.com/has-cors/-/has-cors-1.1.0.tgz' has-flag: _latest: 4.0.0 _: @@ -6523,30 +6523,30 @@ has-flag: ^4.0.0: 4.0.0 4.0.0: $: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== - _: 'https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz' + _: 'https://npme.walmart.com/has-flag/-/has-flag-4.0.0.tgz' 3.0.0: $: sha1-tdRU3CGZriJWmfNGfloH87lVuv0= - _: 'https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz' + _: 'https://npme.walmart.com/has-flag/-/has-flag-3.0.0.tgz' 2.0.0: $: sha1-6CB68cx7MNRGzHC3NLXovhj4jVE= - _: 'https://registry.npmjs.org/has-flag/-/has-flag-2.0.0.tgz' + _: 'https://npme.walmart.com/has-flag/-/has-flag-2.0.0.tgz' 1.0.0: $: sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo= - _: 'https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz' + _: 'https://npme.walmart.com/has-flag/-/has-flag-1.0.0.tgz' has-symbols: _latest: 1.0.1 _: ^1.0.1: 1.0.1 1.0.1: $: sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg== - _: 'https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz' + _: 'https://npme.walmart.com/has-symbols/-/has-symbols-1.0.1.tgz' has-unicode: _latest: 2.0.1 _: ^2.0.0: 2.0.1 2.0.1: $: sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk= - _: 'https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz' + _: 'https://npme.walmart.com/has-unicode/-/has-unicode-2.0.1.tgz' has-value: _latest: 2.0.2 _: @@ -6554,14 +6554,14 @@ has-value: ^1.0.0: 1.0.0 1.0.0: $: sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc= - _: 'https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz' + _: 'https://npme.walmart.com/has-value/-/has-value-1.0.0.tgz' dependencies: get-value: ^2.0.6 has-values: ^1.0.0 isobject: ^3.0.0 0.3.1: $: sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8= - _: 'https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz' + _: 'https://npme.walmart.com/has-value/-/has-value-0.3.1.tgz' dependencies: get-value: ^2.0.3 has-values: ^0.1.4 @@ -6573,20 +6573,20 @@ has-values: ^1.0.0: 1.0.0 1.0.0: $: sha1-lbC2P+whRmGab+V/51Yo1aOe/k8= - _: 'https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz' + _: 'https://npme.walmart.com/has-values/-/has-values-1.0.0.tgz' dependencies: is-number: ^3.0.0 kind-of: ^4.0.0 0.1.4: $: sha1-bWHeldkd/Km5oCCJrThL/49it3E= - _: 'https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz' + _: 'https://npme.walmart.com/has-values/-/has-values-0.1.4.tgz' hash-base: _latest: 3.1.0 _: ^3.0.0: 3.1.0 3.1.0: $: sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA== - _: 'https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz' + _: 'https://npme.walmart.com/hash-base/-/hash-base-3.1.0.tgz' dependencies: inherits: ^2.0.4 readable-stream: ^3.6.0 @@ -6597,7 +6597,7 @@ hash.js: '^1.0.0,^1.0.3': 1.1.7 1.1.7: $: sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA== - _: 'https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz' + _: 'https://npme.walmart.com/hash.js/-/hash.js-1.1.7.tgz' dependencies: inherits: ^2.0.3 minimalistic-assert: ^1.0.1 @@ -6607,7 +6607,7 @@ hasha: ^5.0.0: 5.2.2 5.2.2: $: sha512-Hrp5vIK/xr5SkeN2onO32H0MgNZ0f17HRNH39WfL0SYUNOTZ5Lz1TJ8Pajo/87dYGEFlLMm7mIc/k/s6Bvz9HQ== - _: 'https://registry.npmjs.org/hasha/-/hasha-5.2.2.tgz' + _: 'https://npme.walmart.com/hasha/-/hasha-5.2.2.tgz' dependencies: is-stream: ^2.0.0 type-fest: ^0.8.0 @@ -6617,21 +6617,21 @@ he: 1.1.1: 1.1.1 1.1.1: $: sha1-k0EP0hsAlzUVH4howvJx80J+I/0= - _: 'https://registry.npmjs.org/he/-/he-1.1.1.tgz' + _: 'https://npme.walmart.com/he/-/he-1.1.1.tgz' hex-color-regex: _latest: 1.1.0 _: ^1.1.0: 1.1.0 1.1.0: $: sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ== - _: 'https://registry.npmjs.org/hex-color-regex/-/hex-color-regex-1.1.0.tgz' + _: 'https://npme.walmart.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz' history: _latest: 5.0.0 _: ^4.9.0: 4.10.1 4.10.1: $: sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew== - _: 'https://registry.npmjs.org/history/-/history-4.10.1.tgz' + _: 'https://npme.walmart.com/history/-/history-4.10.1.tgz' dependencies: '@babel/runtime': ^7.1.2 loose-envify: ^1.2.0 @@ -6645,7 +6645,7 @@ hmac-drbg: ^1.0.0: 1.0.1 1.0.1: $: sha1-0nRXAQJabHdabFRXk+1QL8DGSaE= - _: 'https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz' + _: 'https://npme.walmart.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz' dependencies: hash.js: ^1.0.3 minimalistic-assert: ^1.0.0 @@ -6656,7 +6656,7 @@ hoist-non-react-statics: '^3.1.0,^3.3.0,^3.3.1': 3.3.2 3.3.2: $: sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw== - _: 'https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz' + _: 'https://npme.walmart.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz' dependencies: react-is: ^16.7.0 homedir-polyfill: @@ -6665,7 +6665,7 @@ homedir-polyfill: ^1.0.1: 1.0.3 1.0.3: $: sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA== - _: 'https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz' + _: 'https://npme.walmart.com/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz' dependencies: parse-passwd: ^1.0.0 hosted-git-info: @@ -6674,14 +6674,14 @@ hosted-git-info: ^2.1.4: 2.8.8 2.8.8: $: sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg== - _: 'https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz' + _: 'https://npme.walmart.com/hosted-git-info/-/hosted-git-info-2.8.8.tgz' hpack.js: _latest: 2.1.6 _: ^2.1.6: 2.1.6 2.1.6: $: sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI= - _: 'https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz' + _: 'https://npme.walmart.com/hpack.js/-/hpack.js-2.1.6.tgz' dependencies: inherits: ^2.0.1 obuf: ^1.0.0 @@ -6693,51 +6693,51 @@ hsl-regex: ^1.0.0: 1.0.0 1.0.0: $: sha1-1JMwx4ntgZ4nakwNJy3/owsY/m4= - _: 'https://registry.npmjs.org/hsl-regex/-/hsl-regex-1.0.0.tgz' + _: 'https://npme.walmart.com/hsl-regex/-/hsl-regex-1.0.0.tgz' hsla-regex: _latest: 1.0.0 _: ^1.0.0: 1.0.0 1.0.0: $: sha1-wc56MWjIxmFAM6S194d/OyJfnDg= - _: 'https://registry.npmjs.org/hsla-regex/-/hsla-regex-1.0.0.tgz' + _: 'https://npme.walmart.com/hsla-regex/-/hsla-regex-1.0.0.tgz' html-comment-regex: _latest: 1.1.2 _: ^1.1.0: 1.1.2 1.1.2: $: sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ== - _: 'https://registry.npmjs.org/html-comment-regex/-/html-comment-regex-1.1.2.tgz' + _: 'https://npme.walmart.com/html-comment-regex/-/html-comment-regex-1.1.2.tgz' html-element-map: _latest: 1.2.0 _: ^1.2.0: 1.2.0 1.2.0: $: sha512-0uXq8HsuG1v2TmQ8QkIhzbrqeskE4kn52Q18QJ9iAA/SnHoEKXWiUxHQtclRsCFWEUD2So34X+0+pZZu862nnw== - _: 'https://registry.npmjs.org/html-element-map/-/html-element-map-1.2.0.tgz' + _: 'https://npme.walmart.com/html-element-map/-/html-element-map-1.2.0.tgz' dependencies: array-filter: ^1.0.0 html-entities: - _latest: 2.0.2 + _latest: 2.0.4 _: ^1.2.0: 1.4.0 1.4.0: $: sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA== - _: 'https://registry.npmjs.org/html-entities/-/html-entities-1.4.0.tgz' + _: 'https://npme.walmart.com/html-entities/-/html-entities-1.4.0.tgz' html-escaper: _latest: 3.0.0 _: ^2.0.0: 2.0.2 2.0.2: $: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg== - _: 'https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz' + _: 'https://npme.walmart.com/html-escaper/-/html-escaper-2.0.2.tgz' htmlparser2: _latest: 6.0.0 _: ^6.0.0: 6.0.0 6.0.0: $: sha512-numTQtDZMoh78zJpaNdJ9MXb2cv5G3jwUoe3dMQODubZvLoGvTE/Ofp6sHvH8OGKcN/8A47pGLi/k58xHP/Tfw== - _: 'https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.0.0.tgz' + _: 'https://npme.walmart.com/htmlparser2/-/htmlparser2-6.0.0.tgz' dependencies: domelementtype: ^2.0.1 domhandler: ^4.0.0 @@ -6749,7 +6749,7 @@ http-deceiver: ^1.2.7: 1.2.7 1.2.7: $: sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc= - _: 'https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz' + _: 'https://npme.walmart.com/http-deceiver/-/http-deceiver-1.2.7.tgz' http-errors: _latest: 1.8.0 _: @@ -6757,7 +6757,7 @@ http-errors: ~1.6.3: 1.6.3 1.7.2: $: sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg== - _: 'https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz' + _: 'https://npme.walmart.com/http-errors/-/http-errors-1.7.2.tgz' dependencies: depd: ~1.1.2 inherits: 2.0.3 @@ -6766,7 +6766,7 @@ http-errors: toidentifier: 1.0.0 1.6.3: $: sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0= - _: 'https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz' + _: 'https://npme.walmart.com/http-errors/-/http-errors-1.6.3.tgz' dependencies: depd: ~1.1.2 inherits: 2.0.3 @@ -6778,7 +6778,7 @@ http-proxy: '^1.13.0,^1.17.0': 1.18.1 1.18.1: $: sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ== - _: 'https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz' + _: 'https://npme.walmart.com/http-proxy/-/http-proxy-1.18.1.tgz' dependencies: eventemitter3: ^4.0.0 requires-port: ^1.0.0 @@ -6789,7 +6789,7 @@ http-signature: ~1.2.0: 1.2.0 1.2.0: $: sha1-muzZJRFHcvPZW2WmCruPfBj7rOE= - _: 'https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz' + _: 'https://npme.walmart.com/http-signature/-/http-signature-1.2.0.tgz' dependencies: assert-plus: ^1.0.0 jsprim: ^1.2.2 @@ -6800,21 +6800,21 @@ http-status-codes: ^1.3.0: 1.4.0 1.4.0: $: sha512-JrT3ua+WgH8zBD3HEJYbeEgnuQaAnUeRRko/YojPAJjGmIfGD3KPU/asLdsLwKjfxOmQe5nXMQ0pt/7MyapVbQ== - _: 'https://registry.npmjs.org/http-status-codes/-/http-status-codes-1.4.0.tgz' + _: 'https://npme.walmart.com/http-status-codes/-/http-status-codes-1.4.0.tgz' https-browserify: _latest: 1.0.0 _: ^1.0.0: 1.0.0 1.0.0: $: sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM= - _: 'https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz' + _: 'https://npme.walmart.com/https-browserify/-/https-browserify-1.0.0.tgz' iconv-lite: _latest: 0.6.2 _: 0.4.24: 0.4.24 0.4.24: $: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== - _: 'https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz' + _: 'https://npme.walmart.com/iconv-lite/-/iconv-lite-0.4.24.tgz' dependencies: safer-buffer: '>= 2.1.2 < 3' icss-replace-symbols: @@ -6823,7 +6823,7 @@ icss-replace-symbols: '1.1.0,^1.0.2,^1.1.0': 1.1.0 1.1.0: $: sha1-Bupvg2ead0njhs/h/oEq5dsiPe0= - _: 'https://registry.npmjs.org/icss-replace-symbols/-/icss-replace-symbols-1.1.0.tgz' + _: 'https://npme.walmart.com/icss-replace-symbols/-/icss-replace-symbols-1.1.0.tgz' icss-utils: _latest: 5.1.0 _: @@ -6831,12 +6831,12 @@ icss-utils: ^3.0.1: 3.0.1 3.0.1: $: sha1-7nDTroysOMa+XtkehRsn7tNDrQ8= - _: 'https://registry.npmjs.org/icss-utils/-/icss-utils-3.0.1.tgz' + _: 'https://npme.walmart.com/icss-utils/-/icss-utils-3.0.1.tgz' dependencies: postcss: ^6.0.2 2.1.0: $: sha1-g/Cg7DeL8yRheLbCrZE28TWxyWI= - _: 'https://registry.npmjs.org/icss-utils/-/icss-utils-2.1.0.tgz' + _: 'https://npme.walmart.com/icss-utils/-/icss-utils-2.1.0.tgz' dependencies: postcss: ^6.0.1 identity-obj-proxy: @@ -6845,7 +6845,7 @@ identity-obj-proxy: ^3.0.0: 3.0.0 3.0.0: $: sha1-lNK9qWCERT7zb7xarsN+D3nx/BQ= - _: 'https://registry.npmjs.org/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz' + _: 'https://npme.walmart.com/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz' dependencies: harmony-reflect: ^1.4.6 ieee754: @@ -6854,42 +6854,42 @@ ieee754: ^1.1.4: 1.2.1 1.2.1: $: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== - _: 'https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz' + _: 'https://npme.walmart.com/ieee754/-/ieee754-1.2.1.tgz' iferr: _latest: 1.0.2 _: ^0.1.5: 0.1.5 0.1.5: $: sha1-xg7taebY/bazEEofy8ocGS3FtQE= - _: 'https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz' + _: 'https://npme.walmart.com/iferr/-/iferr-0.1.5.tgz' ignore: _latest: 5.1.8 _: ^4.0.6: 4.0.6 4.0.6: $: sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg== - _: 'https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz' + _: 'https://npme.walmart.com/ignore/-/ignore-4.0.6.tgz' ignore-styles: _latest: 5.0.1 _: ^5.0.1: 5.0.1 5.0.1: $: sha1-tJ7yJ0va/NikiAqWa/440aC/RnE= - _: 'https://registry.npmjs.org/ignore-styles/-/ignore-styles-5.0.1.tgz' + _: 'https://npme.walmart.com/ignore-styles/-/ignore-styles-5.0.1.tgz' image-size: _latest: 0.9.3 _: ~0.5.0: 0.5.5 0.5.5: $: sha1-Cd/Uq50g4p6xw+gLiZA3jfnjy5w= - _: 'https://registry.npmjs.org/image-size/-/image-size-0.5.5.tgz' + _: 'https://npme.walmart.com/image-size/-/image-size-0.5.5.tgz' import-cwd: _latest: 3.0.0 _: ^2.0.0: 2.1.0 2.1.0: $: sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk= - _: 'https://registry.npmjs.org/import-cwd/-/import-cwd-2.1.0.tgz' + _: 'https://npme.walmart.com/import-cwd/-/import-cwd-2.1.0.tgz' dependencies: import-from: ^2.1.0 import-fresh: @@ -6899,13 +6899,13 @@ import-fresh: '^3.0.0,^3.2.1': 3.3.0 3.3.0: $: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw== - _: 'https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz' + _: 'https://npme.walmart.com/import-fresh/-/import-fresh-3.3.0.tgz' dependencies: parent-module: ^1.0.0 resolve-from: ^4.0.0 2.0.0: $: sha1-2BNVwVYS04bGH53dOSLUMEgipUY= - _: 'https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz' + _: 'https://npme.walmart.com/import-fresh/-/import-fresh-2.0.0.tgz' dependencies: caller-path: ^2.0.0 resolve-from: ^3.0.0 @@ -6915,7 +6915,7 @@ import-from: ^2.1.0: 2.1.0 2.1.0: $: sha1-M1238qev/VOqpHHUuAId7ja387E= - _: 'https://registry.npmjs.org/import-from/-/import-from-2.1.0.tgz' + _: 'https://npme.walmart.com/import-from/-/import-from-2.1.0.tgz' dependencies: resolve-from: ^3.0.0 import-local: @@ -6924,7 +6924,7 @@ import-local: ^2.0.0: 2.0.0 2.0.0: $: sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ== - _: 'https://registry.npmjs.org/import-local/-/import-local-2.0.0.tgz' + _: 'https://npme.walmart.com/import-local/-/import-local-2.0.0.tgz' dependencies: pkg-dir: ^3.0.0 resolve-cwd: ^2.0.0 @@ -6934,14 +6934,14 @@ imurmurhash: ^0.1.4: 0.1.4 0.1.4: $: sha1-khi5srkoojixPcT7a21XbyMUU+o= - _: 'https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz' + _: 'https://npme.walmart.com/imurmurhash/-/imurmurhash-0.1.4.tgz' in-publish: _latest: 2.0.1 _: ^2.0.0: 2.0.1 2.0.1: $: sha512-oDM0kUSNFC31ShNxHKUyfZKy8ZeXZBWMjMdZHKLOk13uvT27VTL/QzRGfRUcevJhpkZAvlhPYuXkF7eNWrtyxQ== - _: 'https://registry.npmjs.org/in-publish/-/in-publish-2.0.1.tgz' + _: 'https://npme.walmart.com/in-publish/-/in-publish-2.0.1.tgz' indent-string: _latest: 4.0.0 _: @@ -6949,10 +6949,10 @@ indent-string: ^4.0.0: 4.0.0 4.0.0: $: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg== - _: 'https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz' + _: 'https://npme.walmart.com/indent-string/-/indent-string-4.0.0.tgz' 2.1.0: $: sha1-ji1INIdCEhtKghi3oTfppSBJ3IA= - _: 'https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz' + _: 'https://npme.walmart.com/indent-string/-/indent-string-2.1.0.tgz' dependencies: repeating: ^2.0.0 indexes-of: @@ -6961,28 +6961,28 @@ indexes-of: ^1.0.1: 1.0.1 1.0.1: $: sha1-8w9xbI4r00bHtn0985FVZqfAVgc= - _: 'https://registry.npmjs.org/indexes-of/-/indexes-of-1.0.1.tgz' + _: 'https://npme.walmart.com/indexes-of/-/indexes-of-1.0.1.tgz' indexof: _latest: 0.0.1 _: 0.0.1: 0.0.1 0.0.1: $: sha1-gtwzbSMrkGIXnQWrMpOmYFn9Q10= - _: 'https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz' + _: 'https://npme.walmart.com/indexof/-/indexof-0.0.1.tgz' infer-owner: _latest: 1.0.4 _: ^1.0.3: 1.0.4 1.0.4: $: sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A== - _: 'https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz' + _: 'https://npme.walmart.com/infer-owner/-/infer-owner-1.0.4.tgz' inflight: _latest: 1.0.6 _: ^1.0.4: 1.0.6 1.0.6: $: sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk= - _: 'https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz' + _: 'https://npme.walmart.com/inflight/-/inflight-1.0.6.tgz' dependencies: once: ^1.3.0 wrappy: '1' @@ -6994,34 +6994,34 @@ inherits: 2.0.3: 2.0.3 2.0.4: $: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== - _: 'https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz' + _: 'https://npme.walmart.com/inherits/-/inherits-2.0.4.tgz' 2.0.3: $: sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= - _: 'https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz' + _: 'https://npme.walmart.com/inherits/-/inherits-2.0.3.tgz' 2.0.1: $: sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE= - _: 'https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz' + _: 'https://npme.walmart.com/inherits/-/inherits-2.0.1.tgz' ini: _latest: 2.0.0 _: '^1.3.4,^1.3.5': 1.3.8 1.3.8: $: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew== - _: 'https://registry.npmjs.org/ini/-/ini-1.3.8.tgz' + _: 'https://npme.walmart.com/ini/-/ini-1.3.8.tgz' insync: _latest: 2.1.1 _: ^2.1.1: 2.1.1 2.1.1: $: sha1-IuJsYRITA8BvUdNaPM9tj8HpFMQ= - _: 'https://registry.npmjs.org/insync/-/insync-2.1.1.tgz' + _: 'https://npme.walmart.com/insync/-/insync-2.1.1.tgz' internal-slot: _latest: 1.0.2 _: ^1.0.2: 1.0.2 1.0.2: $: sha512-2cQNfwhAfJIkU4KZPkDI+Gj5yNNnbqi40W9Gge6dfnk4TocEVm00B3bdiL+JINrbGJil2TeHvM4rETGzk/f/0g== - _: 'https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.2.tgz' + _: 'https://npme.walmart.com/internal-slot/-/internal-slot-1.0.2.tgz' dependencies: es-abstract: ^1.17.0-next.1 has: ^1.0.3 @@ -7032,21 +7032,21 @@ interpret: ^1.4.0: 1.4.0 1.4.0: $: sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA== - _: 'https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz' + _: 'https://npme.walmart.com/interpret/-/interpret-1.4.0.tgz' intl: _latest: 1.2.5 _: ^1.0.1: 1.2.5 1.2.5: $: sha1-giRKIZDE5Bn4Nx9ao02qNCDiq94= - _: 'https://registry.npmjs.org/intl/-/intl-1.2.5.tgz' + _: 'https://npme.walmart.com/intl/-/intl-1.2.5.tgz' invariant: _latest: 2.2.4 _: ^2.2.4: 2.2.4 2.2.4: $: sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA== - _: 'https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz' + _: 'https://npme.walmart.com/invariant/-/invariant-2.2.4.tgz' dependencies: loose-envify: ^1.0.0 is-absolute-url: @@ -7055,7 +7055,7 @@ is-absolute-url: ^2.0.0: 2.1.0 2.1.0: $: sha1-UFMN+4T8yap9vnhS6Do3uTufKqY= - _: 'https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-2.1.0.tgz' + _: 'https://npme.walmart.com/is-absolute-url/-/is-absolute-url-2.1.0.tgz' is-accessor-descriptor: _latest: 3.0.1 _: @@ -7063,12 +7063,12 @@ is-accessor-descriptor: ^1.0.0: 1.0.0 1.0.0: $: sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ== - _: 'https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz' + _: 'https://npme.walmart.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz' dependencies: kind-of: ^6.0.0 0.1.6: $: sha1-qeEss66Nh2cn7u84Q/igiXtcmNY= - _: 'https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz' + _: 'https://npme.walmart.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz' dependencies: kind-of: ^3.0.2 is-arrayish: @@ -7078,10 +7078,10 @@ is-arrayish: ^0.3.1: 0.3.2 0.3.2: $: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ== - _: 'https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz' + _: 'https://npme.walmart.com/is-arrayish/-/is-arrayish-0.3.2.tgz' 0.2.1: $: sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= - _: 'https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz' + _: 'https://npme.walmart.com/is-arrayish/-/is-arrayish-0.2.1.tgz' is-binary-path: _latest: 2.1.0 _: @@ -7089,12 +7089,12 @@ is-binary-path: ~2.1.0: 2.1.0 2.1.0: $: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== - _: 'https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz' + _: 'https://npme.walmart.com/is-binary-path/-/is-binary-path-2.1.0.tgz' dependencies: binary-extensions: ^2.0.0 1.0.1: $: sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg= - _: 'https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz' + _: 'https://npme.walmart.com/is-binary-path/-/is-binary-path-1.0.1.tgz' dependencies: binary-extensions: ^1.0.0 is-boolean-object: @@ -7103,7 +7103,7 @@ is-boolean-object: ^1.0.1: 1.1.0 1.1.0: $: sha512-a7Uprx8UtD+HWdyYwnD1+ExtTgqQtD2k/1yJgtXP6wnMm8byhkoTZRl+95LLThpzNZJ5aEvi46cdH+ayMFRwmA== - _: 'https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.0.tgz' + _: 'https://npme.walmart.com/is-boolean-object/-/is-boolean-object-1.1.0.tgz' dependencies: call-bind: ^1.0.0 is-buffer: @@ -7112,21 +7112,21 @@ is-buffer: ^1.1.5: 1.1.6 1.1.6: $: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== - _: 'https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz' + _: 'https://npme.walmart.com/is-buffer/-/is-buffer-1.1.6.tgz' is-callable: _latest: 1.2.2 _: '^1.1.4,^1.1.5,^1.2.2': 1.2.2 1.2.2: $: sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA== - _: 'https://registry.npmjs.org/is-callable/-/is-callable-1.2.2.tgz' + _: 'https://npme.walmart.com/is-callable/-/is-callable-1.2.2.tgz' is-ci: _latest: 2.0.0 _: ^2.0.0: 2.0.0 2.0.0: $: sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w== - _: 'https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz' + _: 'https://npme.walmart.com/is-ci/-/is-ci-2.0.0.tgz' dependencies: ci-info: ^2.0.0 is-color-stop: @@ -7135,7 +7135,7 @@ is-color-stop: ^1.0.0: 1.1.0 1.1.0: $: sha1-z/9HGu5N1cnhWFmPvhKWe1za00U= - _: 'https://registry.npmjs.org/is-color-stop/-/is-color-stop-1.1.0.tgz' + _: 'https://npme.walmart.com/is-color-stop/-/is-color-stop-1.1.0.tgz' dependencies: css-color-names: ^0.0.4 hex-color-regex: ^1.1.0 @@ -7149,7 +7149,7 @@ is-core-module: ^2.1.0: 2.2.0 2.2.0: $: sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ== - _: 'https://registry.npmjs.org/is-core-module/-/is-core-module-2.2.0.tgz' + _: 'https://npme.walmart.com/is-core-module/-/is-core-module-2.2.0.tgz' dependencies: has: ^1.0.3 is-data-descriptor: @@ -7159,12 +7159,12 @@ is-data-descriptor: ^1.0.0: 1.0.0 1.0.0: $: sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ== - _: 'https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz' + _: 'https://npme.walmart.com/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz' dependencies: kind-of: ^6.0.0 0.1.4: $: sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y= - _: 'https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz' + _: 'https://npme.walmart.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz' dependencies: kind-of: ^3.0.2 is-date-object: @@ -7173,7 +7173,7 @@ is-date-object: ^1.0.1: 1.0.2 1.0.2: $: sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g== - _: 'https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz' + _: 'https://npme.walmart.com/is-date-object/-/is-date-object-1.0.2.tgz' is-descriptor: _latest: 3.0.0 _: @@ -7181,14 +7181,14 @@ is-descriptor: '^1.0.0,^1.0.2': 1.0.2 1.0.2: $: sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg== - _: 'https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz' + _: 'https://npme.walmart.com/is-descriptor/-/is-descriptor-1.0.2.tgz' dependencies: is-accessor-descriptor: ^1.0.0 is-data-descriptor: ^1.0.0 kind-of: ^6.0.2 0.1.6: $: sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg== - _: 'https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz' + _: 'https://npme.walmart.com/is-descriptor/-/is-descriptor-0.1.6.tgz' dependencies: is-accessor-descriptor: ^0.1.6 is-data-descriptor: ^0.1.4 @@ -7199,14 +7199,14 @@ is-directory: ^0.3.1: 0.3.1 0.3.1: $: sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE= - _: 'https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz' + _: 'https://npme.walmart.com/is-directory/-/is-directory-0.3.1.tgz' is-docker: _latest: 2.1.1 _: ^2.0.0: 2.1.1 2.1.1: $: sha512-ZOoqiXfEwtGknTiuDEy8pN2CfE3TxMHprvNer1mXiqwkOT77Rw3YVrUQ52EqAOU3QAWDQ+bQdx7HJzrv7LS2Hw== - _: 'https://registry.npmjs.org/is-docker/-/is-docker-2.1.1.tgz' + _: 'https://npme.walmart.com/is-docker/-/is-docker-2.1.1.tgz' is-extendable: _latest: 1.0.1 _: @@ -7214,26 +7214,26 @@ is-extendable: ^1.0.1: 1.0.1 1.0.1: $: sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA== - _: 'https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz' + _: 'https://npme.walmart.com/is-extendable/-/is-extendable-1.0.1.tgz' dependencies: is-plain-object: ^2.0.4 0.1.1: $: sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik= - _: 'https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz' + _: 'https://npme.walmart.com/is-extendable/-/is-extendable-0.1.1.tgz' is-extglob: _latest: 2.1.1 _: '^2.1.0,^2.1.1': 2.1.1 2.1.1: $: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= - _: 'https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz' + _: 'https://npme.walmart.com/is-extglob/-/is-extglob-2.1.1.tgz' is-finite: _latest: 1.1.0 _: ^1.0.0: 1.1.0 1.1.0: $: sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w== - _: 'https://registry.npmjs.org/is-finite/-/is-finite-1.1.0.tgz' + _: 'https://npme.walmart.com/is-finite/-/is-finite-1.1.0.tgz' is-fullwidth-code-point: _latest: 3.0.0 _: @@ -7242,13 +7242,13 @@ is-fullwidth-code-point: ^3.0.0: 3.0.0 3.0.0: $: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== - _: 'https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz' + _: 'https://npme.walmart.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz' 2.0.0: $: sha1-o7MKXE8ZkYMWeqq5O+764937ZU8= - _: 'https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz' + _: 'https://npme.walmart.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz' 1.0.0: $: sha1-754xOG8DGn8NZDr4L95QxFfvAMs= - _: 'https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz' + _: 'https://npme.walmart.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz' dependencies: number-is-nan: ^1.0.0 is-glob: @@ -7258,21 +7258,21 @@ is-glob: '^4.0.0,^4.0.1,~4.0.1': 4.0.1 4.0.1: $: sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== - _: 'https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz' + _: 'https://npme.walmart.com/is-glob/-/is-glob-4.0.1.tgz' dependencies: is-extglob: ^2.1.1 3.1.0: $: sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo= - _: 'https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz' + _: 'https://npme.walmart.com/is-glob/-/is-glob-3.1.0.tgz' dependencies: is-extglob: ^2.1.0 is-negative-zero: _latest: 2.0.1 _: - ^2.0.0: 2.0.1 + ^2.0.1: 2.0.1 2.0.1: $: sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w== - _: 'https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.1.tgz' + _: 'https://npme.walmart.com/is-negative-zero/-/is-negative-zero-2.0.1.tgz' is-number: _latest: 7.0.0 _: @@ -7281,43 +7281,43 @@ is-number: ^7.0.0: 7.0.0 7.0.0: $: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== - _: 'https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz' + _: 'https://npme.walmart.com/is-number/-/is-number-7.0.0.tgz' 3.0.0: $: sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU= - _: 'https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz' + _: 'https://npme.walmart.com/is-number/-/is-number-3.0.0.tgz' dependencies: kind-of: ^3.0.2 0.1.1: $: sha1-aaevEWlj1HIG7JvZtIoUIW8eOAY= - _: 'https://registry.npmjs.org/is-number/-/is-number-0.1.1.tgz' + _: 'https://npme.walmart.com/is-number/-/is-number-0.1.1.tgz' is-number-object: _latest: 1.0.4 _: ^1.0.4: 1.0.4 1.0.4: $: sha512-zohwelOAur+5uXtk8O3GPQ1eAcu4ZX3UwxQhUlfFFMNpUd83gXgjbhJh6HmB6LUNV/ieOLQuDwJO3dWJosUeMw== - _: 'https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.4.tgz' + _: 'https://npme.walmart.com/is-number-object/-/is-number-object-1.0.4.tgz' is-obj: _latest: 2.0.0 _: ^2.0.0: 2.0.0 2.0.0: $: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w== - _: 'https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz' + _: 'https://npme.walmart.com/is-obj/-/is-obj-2.0.0.tgz' is-plain-obj: _latest: 3.0.0 _: ^1.0.0: 1.1.0 1.1.0: $: sha1-caUMhCnfync8kqOQpKA7OfzVHT4= - _: 'https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz' + _: 'https://npme.walmart.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz' is-plain-object: _latest: 5.0.0 _: '^2.0.3,^2.0.4': 2.0.4 2.0.4: $: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og== - _: 'https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz' + _: 'https://npme.walmart.com/is-plain-object/-/is-plain-object-2.0.4.tgz' dependencies: isobject: ^3.0.1 is-regex: @@ -7326,7 +7326,7 @@ is-regex: '^1.0.5,^1.1.0,^1.1.1': 1.1.1 1.1.1: $: sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg== - _: 'https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz' + _: 'https://npme.walmart.com/is-regex/-/is-regex-1.1.1.tgz' dependencies: has-symbols: ^1.0.1 is-resolvable: @@ -7335,35 +7335,35 @@ is-resolvable: ^1.0.0: 1.1.0 1.1.0: $: sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg== - _: 'https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.1.0.tgz' + _: 'https://npme.walmart.com/is-resolvable/-/is-resolvable-1.1.0.tgz' is-stream: _latest: 2.0.0 _: ^2.0.0: 2.0.0 2.0.0: $: sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw== - _: 'https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz' + _: 'https://npme.walmart.com/is-stream/-/is-stream-2.0.0.tgz' is-string: _latest: 1.0.5 _: ^1.0.5: 1.0.5 1.0.5: $: sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ== - _: 'https://registry.npmjs.org/is-string/-/is-string-1.0.5.tgz' + _: 'https://npme.walmart.com/is-string/-/is-string-1.0.5.tgz' is-subset: _latest: 0.1.1 _: ^0.1.1: 0.1.1 0.1.1: $: sha1-ilkRfZMt4d4A8kX83TnOQ/HpOaY= - _: 'https://registry.npmjs.org/is-subset/-/is-subset-0.1.1.tgz' + _: 'https://npme.walmart.com/is-subset/-/is-subset-0.1.1.tgz' is-svg: _latest: 4.2.1 _: ^3.0.0: 3.0.0 3.0.0: $: sha512-gi4iHK53LR2ujhLVVj+37Ykh9GLqYHX6JOVXbLAucaG/Cqw9xwdFOjDM2qeifLs1sF1npXXFvDu0r5HNgCMrzQ== - _: 'https://registry.npmjs.org/is-svg/-/is-svg-3.0.0.tgz' + _: 'https://npme.walmart.com/is-svg/-/is-svg-3.0.0.tgz' dependencies: html-comment-regex: ^1.1.0 is-symbol: @@ -7372,7 +7372,7 @@ is-symbol: ^1.0.2: 1.0.3 1.0.3: $: sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ== - _: 'https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz' + _: 'https://npme.walmart.com/is-symbol/-/is-symbol-1.0.3.tgz' dependencies: has-symbols: ^1.0.1 is-typedarray: @@ -7381,28 +7381,28 @@ is-typedarray: '^1.0.0,~1.0.0': 1.0.0 1.0.0: $: sha1-5HnICFjfDBsR3dppQPlgEfzaSpo= - _: 'https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz' + _: 'https://npme.walmart.com/is-typedarray/-/is-typedarray-1.0.0.tgz' is-utf8: _latest: 0.2.1 _: ^0.2.0: 0.2.1 0.2.1: $: sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI= - _: 'https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz' + _: 'https://npme.walmart.com/is-utf8/-/is-utf8-0.2.1.tgz' is-what: _latest: 3.12.0 _: ^3.7.1: 3.12.0 3.12.0: $: sha512-2ilQz5/f/o9V7WRWJQmpFYNmQFZ9iM+OXRonZKcYgTkCzjb949Vi4h282PD1UfmgHk666rcWonbRJ++KI41VGw== - _: 'https://registry.npmjs.org/is-what/-/is-what-3.12.0.tgz' + _: 'https://npme.walmart.com/is-what/-/is-what-3.12.0.tgz' is-windows: _latest: 1.0.2 _: '^1.0.1,^1.0.2': 1.0.2 1.0.2: $: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== - _: 'https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz' + _: 'https://npme.walmart.com/is-windows/-/is-windows-1.0.2.tgz' is-wsl: _latest: 2.2.0 _: @@ -7410,12 +7410,12 @@ is-wsl: ^2.1.0: 2.2.0 2.2.0: $: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww== - _: 'https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz' + _: 'https://npme.walmart.com/is-wsl/-/is-wsl-2.2.0.tgz' dependencies: is-docker: ^2.0.0 1.1.0: $: sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0= - _: 'https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz' + _: 'https://npme.walmart.com/is-wsl/-/is-wsl-1.1.0.tgz' isarray: _latest: 2.0.5 _: @@ -7424,20 +7424,20 @@ isarray: 2.0.1: 2.0.1 2.0.1: $: sha1-o32U7ZzaLVmGXJ92/llu4fM4dB4= - _: 'https://registry.npmjs.org/isarray/-/isarray-2.0.1.tgz' + _: 'https://npme.walmart.com/isarray/-/isarray-2.0.1.tgz' 1.0.0: $: sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= - _: 'https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz' + _: 'https://npme.walmart.com/isarray/-/isarray-1.0.0.tgz' 0.0.1: $: sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8= - _: 'https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz' + _: 'https://npme.walmart.com/isarray/-/isarray-0.0.1.tgz' isbinaryfile: _latest: 4.0.6 _: ^3.0.0: 3.0.3 3.0.3: $: sha512-8cJBL5tTd2OS0dM4jz07wQd5g0dCCqIhUxPIGtZfa5L6hWlvV5MHTITy/DBAsF+Oe2LS1X3krBUhNwaGUWpWxw== - _: 'https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-3.0.3.tgz' + _: 'https://npme.walmart.com/isbinaryfile/-/isbinaryfile-3.0.3.tgz' dependencies: buffer-alloc: ^1.2.0 isexe: @@ -7446,7 +7446,7 @@ isexe: ^2.0.0: 2.0.0 2.0.0: $: sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= - _: 'https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz' + _: 'https://npme.walmart.com/isexe/-/isexe-2.0.0.tgz' isobject: _latest: 4.0.0 _: @@ -7454,10 +7454,10 @@ isobject: '^3.0.0,^3.0.1': 3.0.1 3.0.1: $: sha1-TkMekrEalzFjaqH5yNHMvP2reN8= - _: 'https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz' + _: 'https://npme.walmart.com/isobject/-/isobject-3.0.1.tgz' 2.1.0: $: sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk= - _: 'https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz' + _: 'https://npme.walmart.com/isobject/-/isobject-2.1.0.tgz' dependencies: isarray: 1.0.0 isomorphic-loader: @@ -7466,14 +7466,14 @@ isomorphic-loader: ^4.2.2: 4.2.2 4.2.2: $: sha512-wBUDq1UgXcQZWYZPo767izp5c+srE0aK2b/jCVguVmTQLnh+kIx8UGE/X/aEFJnR5n3WzBl9yHDUKvrzmSHUVQ== - _: 'https://registry.npmjs.org/isomorphic-loader/-/isomorphic-loader-4.2.2.tgz' + _: 'https://npme.walmart.com/isomorphic-loader/-/isomorphic-loader-4.2.2.tgz' isstream: _latest: 0.1.2 _: '0.1.x,~0.1.2': 0.1.2 0.1.2: $: sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= - _: 'https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz' + _: 'https://npme.walmart.com/isstream/-/isstream-0.1.2.tgz' istanbul-lib-coverage: _latest: 3.0.0 _: @@ -7481,17 +7481,17 @@ istanbul-lib-coverage: '^3.0.0,^3.0.0-alpha.1': 3.0.0 3.0.0: $: sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg== - _: 'https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz' + _: 'https://npme.walmart.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz' 2.0.5: $: sha512-8aXznuEPCJvGnMSRft4udDRDtb1V3pkQkMMI5LI+6HuQz5oQ4J2UFn1H82raA3qJtyOLkkwVqICBQkjnGtn5mA== - _: 'https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.5.tgz' + _: 'https://npme.walmart.com/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.5.tgz' istanbul-lib-hook: _latest: 3.0.0 _: ^3.0.0: 3.0.0 3.0.0: $: sha512-Pt/uge1Q9s+5VAZ+pCo16TYMWPBIl+oaNIjgLQxcX0itS6ueeaA+pEfThZpH8WxhFgCiEb8sAJY6MdUKgiIWaQ== - _: 'https://registry.npmjs.org/istanbul-lib-hook/-/istanbul-lib-hook-3.0.0.tgz' + _: 'https://npme.walmart.com/istanbul-lib-hook/-/istanbul-lib-hook-3.0.0.tgz' dependencies: append-transform: ^2.0.0 istanbul-lib-instrument: @@ -7501,7 +7501,7 @@ istanbul-lib-instrument: '^4.0.0,^4.0.1': 4.0.3 4.0.3: $: sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ== - _: 'https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz' + _: 'https://npme.walmart.com/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz' dependencies: '@babel/core': ^7.7.5 '@istanbuljs/schema': ^0.1.2 @@ -7509,7 +7509,7 @@ istanbul-lib-instrument: semver: ^6.3.0 3.3.0: $: sha512-5nnIN4vo5xQZHdXno/YDXJ0G+I3dAm4XgzfSVTPLQpj/zAV2dV6Juy0yaf10/zrJOJeHoN3fraFe+XRq2bFVZA== - _: 'https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-3.3.0.tgz' + _: 'https://npme.walmart.com/istanbul-lib-instrument/-/istanbul-lib-instrument-3.3.0.tgz' dependencies: '@babel/generator': ^7.4.0 '@babel/parser': ^7.4.3 @@ -7524,7 +7524,7 @@ istanbul-lib-processinfo: ^2.0.2: 2.0.2 2.0.2: $: sha512-kOwpa7z9hme+IBPZMzQ5vdQj8srYgAtaRqeI48NGmAQ+/5yKiHLV0QbYqQpxsdEF0+w14SoB8YbnHKcXE2KnYw== - _: 'https://registry.npmjs.org/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.2.tgz' + _: 'https://npme.walmart.com/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.2.tgz' dependencies: archy: ^1.0.0 cross-spawn: ^7.0.0 @@ -7539,7 +7539,7 @@ istanbul-lib-report: ^3.0.0: 3.0.0 3.0.0: $: sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw== - _: 'https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz' + _: 'https://npme.walmart.com/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz' dependencies: istanbul-lib-coverage: ^3.0.0 make-dir: ^3.0.0 @@ -7550,7 +7550,7 @@ istanbul-lib-source-maps: ^4.0.0: 4.0.0 4.0.0: $: sha512-c16LpFRkR8vQXyHZ5nLpY35JZtzj1PQY1iZmesUbf1FZHbIupcWfjgOXBY9YHkLEQ6puz1u4Dgj6qmU/DisrZg== - _: 'https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.0.tgz' + _: 'https://npme.walmart.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.0.tgz' dependencies: debug: ^4.1.1 istanbul-lib-coverage: ^3.0.0 @@ -7561,7 +7561,7 @@ istanbul-reports: '^3.0.0,^3.0.2': 3.0.2 3.0.2: $: sha512-9tZvz7AiR3PEDNGiV9vIouQ/EAcqMXFmkcA1CDFTwOB98OZVDL0PH9glHotf5Ugp6GCOTypfzGWI/OqjWNCRUw== - _: 'https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.0.2.tgz' + _: 'https://npme.walmart.com/istanbul-reports/-/istanbul-reports-3.0.2.tgz' dependencies: html-escaper: ^2.0.0 istanbul-lib-report: ^3.0.0 @@ -7571,14 +7571,28 @@ jaro-winkler: ^0.2.8: 0.2.8 0.2.8: $: sha1-Zyfg0LcJHiQ2+TVt6b+I+tI+U0o= - _: 'https://registry.npmjs.org/jaro-winkler/-/jaro-winkler-0.2.8.tgz' + _: 'https://npme.walmart.com/jaro-winkler/-/jaro-winkler-0.2.8.tgz' +jmespath: + _latest: 0.15.0 + _: + ^0.15.0: 0.15.0 + 0.15.0: + $: sha1-o/Iiqarp+Wb10nx5ZRDigJF2Qhc= + _: 'https://npme.walmart.com/jmespath/-/jmespath-0.15.0.tgz' +joycon: + _latest: 2.2.5 + _: + ^2.2.5: 2.2.5 + 2.2.5: + $: sha512-YqvUxoOcVPnCp0VU1/56f+iKSdvIRJYPznH22BdXV3xMk75SFXhWeJkZ8C9XxUWt1b5x2X1SxuFygW1U0FmkEQ== + _: 'https://npme.walmart.com/joycon/-/joycon-2.2.5.tgz' js-base64: _latest: 3.6.0 _: '^2.1.8,^2.1.9': 2.6.4 2.6.4: $: sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ== - _: 'https://registry.npmjs.org/js-base64/-/js-base64-2.6.4.tgz' + _: 'https://npme.walmart.com/js-base64/-/js-base64-2.6.4.tgz' js-tokens: _latest: 6.0.0 _: @@ -7586,17 +7600,17 @@ js-tokens: ^3.0.2: 3.0.2 4.0.0: $: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== - _: 'https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz' + _: 'https://npme.walmart.com/js-tokens/-/js-tokens-4.0.0.tgz' 3.0.2: $: sha1-mGbfOVECEw449/mWvOtlRDIJwls= - _: 'https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz' + _: 'https://npme.walmart.com/js-tokens/-/js-tokens-3.0.2.tgz' js-yaml: _latest: 4.0.0 _: '^3.13.1,^3.5.3': 3.14.1 3.14.1: $: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g== - _: 'https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz' + _: 'https://npme.walmart.com/js-yaml/-/js-yaml-3.14.1.tgz' dependencies: argparse: ^1.0.7 esprima: ^4.0.0 @@ -7606,7 +7620,7 @@ jsbn: ~0.1.0: 0.1.1 0.1.1: $: sha1-peZUwuWi3rXyAdls77yoDA7y9RM= - _: 'https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz' + _: 'https://npme.walmart.com/jsbn/-/jsbn-0.1.1.tgz' jsesc: _latest: 3.0.2 _: @@ -7614,31 +7628,31 @@ jsesc: ~0.5.0: 0.5.0 2.5.2: $: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== - _: 'https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz' + _: 'https://npme.walmart.com/jsesc/-/jsesc-2.5.2.tgz' 0.5.0: $: sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0= - _: 'https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz' + _: 'https://npme.walmart.com/jsesc/-/jsesc-0.5.0.tgz' json-parse-better-errors: _latest: 1.0.2 _: '^1.0.1,^1.0.2': 1.0.2 1.0.2: $: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== - _: 'https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz' + _: 'https://npme.walmart.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz' json-parse-even-better-errors: _latest: 2.3.1 _: ^2.3.0: 2.3.1 2.3.1: $: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== - _: 'https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz' + _: 'https://npme.walmart.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz' json-schema: _latest: 0.3.0 _: 0.2.3: 0.2.3 0.2.3: $: sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM= - _: 'https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz' + _: 'https://npme.walmart.com/json-schema/-/json-schema-0.2.3.tgz' json-schema-traverse: _latest: 1.0.0 _: @@ -7646,24 +7660,24 @@ json-schema-traverse: ^1.0.0: 1.0.0 1.0.0: $: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug== - _: 'https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz' + _: 'https://npme.walmart.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz' 0.4.1: $: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== - _: 'https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz' + _: 'https://npme.walmart.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz' json-stable-stringify-without-jsonify: _latest: 1.0.1 _: ^1.0.1: 1.0.1 1.0.1: $: sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE= - _: 'https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz' + _: 'https://npme.walmart.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz' json-stringify-safe: _latest: 5.0.1 _: '5.x.x,~5.0.1': 5.0.1 5.0.1: $: sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus= - _: 'https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz' + _: 'https://npme.walmart.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz' json5: _latest: 2.1.3 _: @@ -7672,24 +7686,24 @@ json5: ^2.1.2: 2.1.3 2.1.3: $: sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA== - _: 'https://registry.npmjs.org/json5/-/json5-2.1.3.tgz' + _: 'https://npme.walmart.com/json5/-/json5-2.1.3.tgz' dependencies: minimist: ^1.2.5 1.0.1: $: sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow== - _: 'https://registry.npmjs.org/json5/-/json5-1.0.1.tgz' + _: 'https://npme.walmart.com/json5/-/json5-1.0.1.tgz' dependencies: minimist: ^1.2.0 0.5.1: $: sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE= - _: 'https://registry.npmjs.org/json5/-/json5-0.5.1.tgz' + _: 'https://npme.walmart.com/json5/-/json5-0.5.1.tgz' jsonfile: _latest: 6.1.0 _: ^6.0.1: 6.1.0 6.1.0: $: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ== - _: 'https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz' + _: 'https://npme.walmart.com/jsonfile/-/jsonfile-6.1.0.tgz' dependencies: universalify: ^2.0.0 optionalDependencies: @@ -7700,7 +7714,7 @@ jsprim: ^1.2.2: 1.4.1 1.4.1: $: sha1-MT5mvB5cwG5Di8G3SZwuXFastqI= - _: 'https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz' + _: 'https://npme.walmart.com/jsprim/-/jsprim-1.4.1.tgz' dependencies: assert-plus: 1.0.0 extsprintf: 1.3.0 @@ -7712,7 +7726,7 @@ jsx-ast-utils: '^2.4.1 || ^3.0.0': 3.2.0 3.2.0: $: sha512-EIsmt3O3ljsU6sot/J4E1zDRxfBNrhjyf/OKjlydwgEimQuznlM4Wv7U+ueONJMyEn1WRE0K8dhi3dVAXYT24Q== - _: 'https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.2.0.tgz' + _: 'https://npme.walmart.com/jsx-ast-utils/-/jsx-ast-utils-3.2.0.tgz' dependencies: array-includes: ^3.1.2 object.assign: ^4.1.2 @@ -7722,14 +7736,14 @@ just-extend: ^4.0.2: 4.1.1 4.1.1: $: sha512-aWgeGFW67BP3e5181Ep1Fv2v8z//iBJfrvyTnq8wG86vEESwmonn1zPBJ0VfmT9CJq2FIT0VsETtrNFm2a+SHA== - _: 'https://registry.npmjs.org/just-extend/-/just-extend-4.1.1.tgz' + _: 'https://npme.walmart.com/just-extend/-/just-extend-4.1.1.tgz' karma: - _latest: 5.2.3 + _latest: 6.0.1 _: ^3.1.1: 3.1.4 3.1.4: $: sha512-31Vo8Qr5glN+dZEVIpnPCxEGleqE0EY6CtC2X9TagRV3rRQ3SNrvfhddICkJgUK3AgqpeKSZau03QumTGhGoSw== - _: 'https://registry.npmjs.org/karma/-/karma-3.1.4.tgz' + _: 'https://npme.walmart.com/karma/-/karma-3.1.4.tgz' dependencies: bluebird: ^3.3.0 body-parser: ^1.16.1 @@ -7765,7 +7779,7 @@ karma-chrome-launcher: ^2.2.0: 2.2.0 2.2.0: $: sha512-uf/ZVpAabDBPvdPdveyk1EPgbnloPvFFGgmRhYLTDH7gEB4nZdSBk8yTU47w1g/drLSx5uMOkjKk7IWKfWg/+w== - _: 'https://registry.npmjs.org/karma-chrome-launcher/-/karma-chrome-launcher-2.2.0.tgz' + _: 'https://npme.walmart.com/karma-chrome-launcher/-/karma-chrome-launcher-2.2.0.tgz' dependencies: fs-access: ^1.0.0 which: ^1.2.1 @@ -7775,7 +7789,7 @@ karma-coverage: ^2.0.0: 2.0.3 2.0.3: $: sha512-atDvLQqvPcLxhED0cmXYdsPMCQuh6Asa9FMZW1bhNqlVEhJoB9qyZ2BY1gu7D/rr5GLGb5QzYO4siQskxaWP/g== - _: 'https://registry.npmjs.org/karma-coverage/-/karma-coverage-2.0.3.tgz' + _: 'https://npme.walmart.com/karma-coverage/-/karma-coverage-2.0.3.tgz' dependencies: istanbul-lib-coverage: ^3.0.0 istanbul-lib-instrument: ^4.0.1 @@ -7789,7 +7803,7 @@ karma-firefox-launcher: ^1.1.0: 1.3.0 1.3.0: $: sha512-Fi7xPhwrRgr+94BnHX0F5dCl1miIW4RHnzjIGxF8GaIEp7rNqX7LSi7ok63VXs3PS/5MQaQMhGxw+bvD+pibBQ== - _: 'https://registry.npmjs.org/karma-firefox-launcher/-/karma-firefox-launcher-1.3.0.tgz' + _: 'https://npme.walmart.com/karma-firefox-launcher/-/karma-firefox-launcher-1.3.0.tgz' dependencies: is-wsl: ^2.1.0 karma-ie-launcher: @@ -7798,7 +7812,7 @@ karma-ie-launcher: ^1.0.0: 1.0.0 1.0.0: $: sha1-SXmGhCxJAZA0bNifVJTKmDDG1Zw= - _: 'https://registry.npmjs.org/karma-ie-launcher/-/karma-ie-launcher-1.0.0.tgz' + _: 'https://npme.walmart.com/karma-ie-launcher/-/karma-ie-launcher-1.0.0.tgz' dependencies: lodash: ^4.6.1 peerDependencies: @@ -7809,7 +7823,7 @@ karma-intl-shim: ^1.0.3: 1.0.3 1.0.3: $: sha1-8Hq4a2RKfCwqMpnzjUDtSa9+wPA= - _: 'https://registry.npmjs.org/karma-intl-shim/-/karma-intl-shim-1.0.3.tgz' + _: 'https://npme.walmart.com/karma-intl-shim/-/karma-intl-shim-1.0.3.tgz' dependencies: intl: ^1.0.1 karma-mocha: @@ -7818,7 +7832,7 @@ karma-mocha: ^1.3.0: 1.3.0 1.3.0: $: sha1-7qrH/8DiAetjxGdEDStpx883eL8= - _: 'https://registry.npmjs.org/karma-mocha/-/karma-mocha-1.3.0.tgz' + _: 'https://npme.walmart.com/karma-mocha/-/karma-mocha-1.3.0.tgz' dependencies: minimist: 1.2.0 karma-mocha-reporter: @@ -7827,7 +7841,7 @@ karma-mocha-reporter: ^2.2.2: 2.2.5 2.2.5: $: sha1-FRIAlejtgZGG5HoLAS8810GJVWA= - _: 'https://registry.npmjs.org/karma-mocha-reporter/-/karma-mocha-reporter-2.2.5.tgz' + _: 'https://npme.walmart.com/karma-mocha-reporter/-/karma-mocha-reporter-2.2.5.tgz' dependencies: chalk: ^2.1.0 log-symbols: ^2.1.0 @@ -7840,7 +7854,7 @@ karma-safari-launcher: ^1.0.0: 1.0.0 1.0.0: $: sha1-lpgqLMR9BmquccVTursoMZEVos4= - _: 'https://registry.npmjs.org/karma-safari-launcher/-/karma-safari-launcher-1.0.0.tgz' + _: 'https://npme.walmart.com/karma-safari-launcher/-/karma-safari-launcher-1.0.0.tgz' peerDependencies: karma: '>=0.9' karma-sonarqube-unit-reporter: @@ -7849,7 +7863,7 @@ karma-sonarqube-unit-reporter: 0.0.21: 0.0.21 0.0.21: $: sha512-hZofQzPbyc60kiP00LsIKA+Y4dwRymn50LD0D34RCXD5HhxYl/BGjcY7j79VUvrpm7sNBL7w40WVjVEywtC4rg== - _: 'https://registry.npmjs.org/karma-sonarqube-unit-reporter/-/karma-sonarqube-unit-reporter-0.0.21.tgz' + _: 'https://npme.walmart.com/karma-sonarqube-unit-reporter/-/karma-sonarqube-unit-reporter-0.0.21.tgz' dependencies: xmlbuilder: ^13.0.2 peerDependencies: @@ -7860,7 +7874,7 @@ karma-sourcemap-loader: ^0.3.7: 0.3.8 0.3.8: $: sha512-zorxyAakYZuBcHRJE+vbrK2o2JXLFWK8VVjiT/6P+ltLBUGUvqTEkUiQ119MGdOrK7mrmxXHZF1/pfT6GgIZ6g== - _: 'https://registry.npmjs.org/karma-sourcemap-loader/-/karma-sourcemap-loader-0.3.8.tgz' + _: 'https://npme.walmart.com/karma-sourcemap-loader/-/karma-sourcemap-loader-0.3.8.tgz' dependencies: graceful-fs: ^4.1.2 karma-spec-reporter: @@ -7869,7 +7883,7 @@ karma-spec-reporter: 0.0.32: 0.0.32 0.0.32: $: sha1-LpxyB+pyZ3EmAln4K+y1QyCeRAo= - _: 'https://registry.npmjs.org/karma-spec-reporter/-/karma-spec-reporter-0.0.32.tgz' + _: 'https://npme.walmart.com/karma-spec-reporter/-/karma-spec-reporter-0.0.32.tgz' dependencies: colors: ^1.1.2 peerDependencies: @@ -7880,7 +7894,7 @@ karma-webpack: 4.0.2: 4.0.2 4.0.2: $: sha512-970/okAsdUOmiMOCY8sb17A2I8neS25Ad9uhyK3GHgmRSIFJbDcNEFE8dqqUhNe9OHiCC9k3DMrSmtd/0ymP1A== - _: 'https://registry.npmjs.org/karma-webpack/-/karma-webpack-4.0.2.tgz' + _: 'https://npme.walmart.com/karma-webpack/-/karma-webpack-4.0.2.tgz' dependencies: neo-async: ^2.6.1 clone-deep: ^4.0.1 @@ -7899,44 +7913,44 @@ kind-of: '^6.0.0,^6.0.2': 6.0.3 6.0.3: $: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== - _: 'https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz' + _: 'https://npme.walmart.com/kind-of/-/kind-of-6.0.3.tgz' 5.1.0: $: sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw== - _: 'https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz' + _: 'https://npme.walmart.com/kind-of/-/kind-of-5.1.0.tgz' 4.0.0: $: sha1-IIE989cSkosgc3hpGkUGb65y3Vc= - _: 'https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz' + _: 'https://npme.walmart.com/kind-of/-/kind-of-4.0.0.tgz' dependencies: is-buffer: ^1.1.5 3.2.2: $: sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ= - _: 'https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz' + _: 'https://npme.walmart.com/kind-of/-/kind-of-3.2.2.tgz' dependencies: is-buffer: ^1.1.5 kleur: - _latest: 4.1.3 + _latest: 4.1.4 _: ^3.0.3: 3.0.3 3.0.3: $: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w== - _: 'https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz' + _: 'https://npme.walmart.com/kleur/-/kleur-3.0.3.tgz' last-call-webpack-plugin: _latest: 3.0.0 _: ^3.0.0: 3.0.0 3.0.0: $: sha512-7KI2l2GIZa9p2spzPIVZBYyNKkN+e/SQPpnjlTiPhdbDW3F86tdKKELxKpzJ5sgU19wQWsACULZmpTPYHeWO5w== - _: 'https://registry.npmjs.org/last-call-webpack-plugin/-/last-call-webpack-plugin-3.0.0.tgz' + _: 'https://npme.walmart.com/last-call-webpack-plugin/-/last-call-webpack-plugin-3.0.0.tgz' dependencies: lodash: ^4.17.5 webpack-sources: ^1.1.0 less: - _latest: 4.0.0 + _latest: 4.1.0 _: ^3.9.0: 3.13.1 3.13.1: $: sha512-SwA1aQXGUvp+P5XdZslUOhhLnClSLIjWvJhmd+Vgib5BFIr9lMNlQwmwUNOjXThF/A0x+MCYYPeWEfeWiLRnTw== - _: 'https://registry.npmjs.org/less/-/less-3.13.1.tgz' + _: 'https://npme.walmart.com/less/-/less-3.13.1.tgz' dependencies: copy-anything: ^2.0.1 tslib: ^1.10.0 @@ -7949,12 +7963,12 @@ less: native-request: ^1.0.5 source-map: ~0.6.0 less-loader: - _latest: 7.2.1 + _latest: 7.3.0 _: ^4.1.0: 4.1.0 4.1.0: $: sha512-KNTsgCE9tMOM70+ddxp9yyt9iHqgmSs0yTZc5XH5Wo+g80RWRIYNqE58QJKm/yMud5wZEvz50ugRDuzVIkyahg== - _: 'https://registry.npmjs.org/less-loader/-/less-loader-4.1.0.tgz' + _: 'https://npme.walmart.com/less-loader/-/less-loader-4.1.0.tgz' dependencies: clone: ^2.1.1 loader-utils: ^1.1.0 @@ -7962,13 +7976,20 @@ less-loader: peerDependencies: less: '^2.3.1 || ^3.0.0' webpack: '^2.0.0 || ^3.0.0 || ^4.0.0' +leven: + _latest: 3.1.0 + _: + 2.1.0: 2.1.0 + 2.1.0: + $: sha1-wuep93IJTe6dNCAq6KzORoeHVYA= + _: 'https://npme.walmart.com/leven/-/leven-2.1.0.tgz' levn: _latest: 0.4.1 _: ^0.4.1: 0.4.1 0.4.1: $: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ== - _: 'https://registry.npmjs.org/levn/-/levn-0.4.1.tgz' + _: 'https://npme.walmart.com/levn/-/levn-0.4.1.tgz' dependencies: prelude-ls: ^1.2.1 type-check: ~0.4.0 @@ -7978,7 +7999,7 @@ lines-and-columns: ^1.1.6: 1.1.6 1.1.6: $: sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= - _: 'https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz' + _: 'https://npme.walmart.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz' load-json-file: _latest: 6.2.0 _: @@ -7986,7 +8007,7 @@ load-json-file: ^4.0.0: 4.0.0 4.0.0: $: sha1-L19Fq5HjMhYjT9U62rZo607AmTs= - _: 'https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz' + _: 'https://npme.walmart.com/load-json-file/-/load-json-file-4.0.0.tgz' dependencies: graceful-fs: ^4.1.2 parse-json: ^4.0.0 @@ -7994,7 +8015,7 @@ load-json-file: strip-bom: ^3.0.0 1.1.0: $: sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA= - _: 'https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz' + _: 'https://npme.walmart.com/load-json-file/-/load-json-file-1.1.0.tgz' dependencies: graceful-fs: ^4.1.2 parse-json: ^2.2.0 @@ -8002,12 +8023,12 @@ load-json-file: pinkie-promise: ^2.0.0 strip-bom: ^2.0.0 loader-runner: - _latest: 4.1.0 + _latest: 4.2.0 _: ^2.4.0: 2.4.0 2.4.0: $: sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw== - _: 'https://registry.npmjs.org/loader-runner/-/loader-runner-2.4.0.tgz' + _: 'https://npme.walmart.com/loader-runner/-/loader-runner-2.4.0.tgz' loader-utils: _latest: 2.0.0 _: @@ -8016,21 +8037,21 @@ loader-utils: ^2.0.0: 2.0.0 2.0.0: $: sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ== - _: 'https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz' + _: 'https://npme.walmart.com/loader-utils/-/loader-utils-2.0.0.tgz' dependencies: big.js: ^5.2.2 emojis-list: ^3.0.0 json5: ^2.1.2 1.4.0: $: sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA== - _: 'https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz' + _: 'https://npme.walmart.com/loader-utils/-/loader-utils-1.4.0.tgz' dependencies: big.js: ^5.2.2 emojis-list: ^3.0.0 json5: ^1.0.1 0.2.17: $: sha1-+G5jdNQyBabmxg6RlvF8Apm/s0g= - _: 'https://registry.npmjs.org/loader-utils/-/loader-utils-0.2.17.tgz' + _: 'https://npme.walmart.com/loader-utils/-/loader-utils-0.2.17.tgz' dependencies: big.js: ^3.1.3 emojis-list: ^2.0.0 @@ -8043,12 +8064,12 @@ locate-path: ^5.0.0: 5.0.0 5.0.0: $: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g== - _: 'https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz' + _: 'https://npme.walmart.com/locate-path/-/locate-path-5.0.0.tgz' dependencies: p-locate: ^4.1.0 3.0.0: $: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A== - _: 'https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz' + _: 'https://npme.walmart.com/locate-path/-/locate-path-3.0.0.tgz' dependencies: p-locate: ^3.0.0 path-exists: ^3.0.0 @@ -8059,21 +8080,21 @@ lodash: 4.17.20: top: 1 $: sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA== - _: 'https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz' + _: 'https://npme.walmart.com/lodash/-/lodash-4.17.20.tgz' lodash._arrayeach: _latest: 3.0.0 _: ^3.0.0: 3.0.0 3.0.0: $: sha1-urFWsqkNPxu9XGU0AzSeXlkz754= - _: 'https://registry.npmjs.org/lodash._arrayeach/-/lodash._arrayeach-3.0.0.tgz' + _: 'https://npme.walmart.com/lodash._arrayeach/-/lodash._arrayeach-3.0.0.tgz' lodash._baseeach: _latest: 4.1.3 _: ^3.0.0: 3.0.4 3.0.4: $: sha1-z4cGVyyhROjZ11InyZDamC+TKvM= - _: 'https://registry.npmjs.org/lodash._baseeach/-/lodash._baseeach-3.0.4.tgz' + _: 'https://npme.walmart.com/lodash._baseeach/-/lodash._baseeach-3.0.4.tgz' dependencies: lodash.keys: ^3.0.0 lodash._bindcallback: @@ -8082,42 +8103,42 @@ lodash._bindcallback: ^3.0.0: 3.0.1 3.0.1: $: sha1-5THCdkTPi1epnhftlbNcdIeJOS4= - _: 'https://registry.npmjs.org/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz' + _: 'https://npme.walmart.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz' lodash._getnative: _latest: 3.9.1 _: ^3.0.0: 3.9.1 3.9.1: $: sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U= - _: 'https://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz' + _: 'https://npme.walmart.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz' lodash._reinterpolate: _latest: 3.0.0 _: ^3.0.0: 3.0.0 3.0.0: $: sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0= - _: 'https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz' + _: 'https://npme.walmart.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz' lodash.camelcase: _latest: 4.3.0 _: '4.3.0,^4.3.0': 4.3.0 4.3.0: $: sha1-soqmKIorn8ZRA1x3EfZathkDMaY= - _: 'https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz' + _: 'https://npme.walmart.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz' lodash.escape: _latest: 4.0.1 _: ^4.0.1: 4.0.1 4.0.1: $: sha1-yQRGkMIeBClL6qUXcS/e0fqI3pg= - _: 'https://registry.npmjs.org/lodash.escape/-/lodash.escape-4.0.1.tgz' + _: 'https://npme.walmart.com/lodash.escape/-/lodash.escape-4.0.1.tgz' lodash.flattendeep: _latest: 4.4.0 _: ^4.4.0: 4.4.0 4.4.0: $: sha1-+wMJF/hqMTTlvJvsDWngAT3f7bI= - _: 'https://registry.npmjs.org/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz' + _: 'https://npme.walmart.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz' lodash.foreach: _latest: 4.5.0 _: @@ -8125,10 +8146,10 @@ lodash.foreach: ^4.5.0: 4.5.0 4.5.0: $: sha1-Gmo16s5AEoDH8G3d7DUWWrJ+PlM= - _: 'https://registry.npmjs.org/lodash.foreach/-/lodash.foreach-4.5.0.tgz' + _: 'https://npme.walmart.com/lodash.foreach/-/lodash.foreach-4.5.0.tgz' 3.0.3: $: sha1-b9fvt5aRrs1n/erCdhyY5wHWw5o= - _: 'https://registry.npmjs.org/lodash.foreach/-/lodash.foreach-3.0.3.tgz' + _: 'https://npme.walmart.com/lodash.foreach/-/lodash.foreach-3.0.3.tgz' dependencies: lodash._arrayeach: ^3.0.0 lodash._baseeach: ^3.0.0 @@ -8140,42 +8161,42 @@ lodash.get: ^4.4.2: 4.4.2 4.4.2: $: sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk= - _: 'https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz' + _: 'https://npme.walmart.com/lodash.get/-/lodash.get-4.4.2.tgz' lodash.isarguments: _latest: 3.1.0 _: ^3.0.0: 3.1.0 3.1.0: $: sha1-L1c9hcaiQon/AGY7SRwdM4/zRYo= - _: 'https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz' + _: 'https://npme.walmart.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz' lodash.isarray: _latest: 4.0.0 _: ^3.0.0: 3.0.4 3.0.4: $: sha1-eeTriMNqgSKvhvhEqpvNhRtfu1U= - _: 'https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz' + _: 'https://npme.walmart.com/lodash.isarray/-/lodash.isarray-3.0.4.tgz' lodash.isequal: _latest: 4.5.0 _: ^4.5.0: 4.5.0 4.5.0: $: sha1-QVxEePK8wwEgwizhDtMib30+GOA= - _: 'https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz' + _: 'https://npme.walmart.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz' lodash.kebabcase: _latest: 4.1.1 _: 4.1.1: 4.1.1 4.1.1: $: sha1-hImxyw0p/4gZXM7KRI/21swpXDY= - _: 'https://registry.npmjs.org/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz' + _: 'https://npme.walmart.com/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz' lodash.keys: _latest: 4.2.0 _: ^3.0.0: 3.1.2 3.1.2: $: sha1-TbwEcrFWvlCgsoaFXRvQsMZWCYo= - _: 'https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz' + _: 'https://npme.walmart.com/lodash.keys/-/lodash.keys-3.1.2.tgz' dependencies: lodash._getnative: ^3.0.0 lodash.isarguments: ^3.0.0 @@ -8186,28 +8207,28 @@ lodash.memoize: ^4.1.2: 4.1.2 4.1.2: $: sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4= - _: 'https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz' + _: 'https://npme.walmart.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz' lodash.snakecase: _latest: 4.1.1 _: 4.1.1: 4.1.1 4.1.1: $: sha1-OdcUo1NXFHg3rv1ktdy7Fr7Nj40= - _: 'https://registry.npmjs.org/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz' + _: 'https://npme.walmart.com/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz' lodash.tail: _latest: 4.1.1 _: ^4.1.1: 4.1.1 4.1.1: $: sha1-0jM6NtnncXyK0vfKyv7HwytERmQ= - _: 'https://registry.npmjs.org/lodash.tail/-/lodash.tail-4.1.1.tgz' + _: 'https://npme.walmart.com/lodash.tail/-/lodash.tail-4.1.1.tgz' lodash.template: _latest: 4.5.0 _: ^4.5.0: 4.5.0 4.5.0: $: sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A== - _: 'https://registry.npmjs.org/lodash.template/-/lodash.template-4.5.0.tgz' + _: 'https://npme.walmart.com/lodash.template/-/lodash.template-4.5.0.tgz' dependencies: lodash._reinterpolate: ^3.0.0 lodash.templatesettings: ^4.0.0 @@ -8217,7 +8238,7 @@ lodash.templatesettings: ^4.0.0: 4.2.0 4.2.0: $: sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ== - _: 'https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz' + _: 'https://npme.walmart.com/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz' dependencies: lodash._reinterpolate: ^3.0.0 lodash.uniq: @@ -8226,21 +8247,21 @@ lodash.uniq: ^4.5.0: 4.5.0 4.5.0: $: sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= - _: 'https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz' + _: 'https://npme.walmart.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz' lodash.upperfirst: _latest: 4.3.1 _: 4.3.1: 4.3.1 4.3.1: $: sha1-E2Xt9DFIBIHvDRxolXpe2Z1J984= - _: 'https://registry.npmjs.org/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz' + _: 'https://npme.walmart.com/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz' log-symbols: _latest: 4.0.0 _: ^2.1.0: 2.2.0 2.2.0: $: sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg== - _: 'https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz' + _: 'https://npme.walmart.com/log-symbols/-/log-symbols-2.2.0.tgz' dependencies: chalk: ^2.0.1 log-update: @@ -8249,7 +8270,7 @@ log-update: ^4.0.0: 4.0.0 4.0.0: $: sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg== - _: 'https://registry.npmjs.org/log-update/-/log-update-4.0.0.tgz' + _: 'https://npme.walmart.com/log-update/-/log-update-4.0.0.tgz' dependencies: ansi-escapes: ^4.3.0 cli-cursor: ^3.1.0 @@ -8261,7 +8282,7 @@ log4js: ^3.0.0: 3.0.6 3.0.6: $: sha512-ezXZk6oPJCWL483zj64pNkMuY/NcRX5MPiB0zE6tjZM137aeusrOnW1ecxgF9cmwMWkBMhjteQxBPoZBh9FDxQ== - _: 'https://registry.npmjs.org/log4js/-/log4js-3.0.6.tgz' + _: 'https://npme.walmart.com/log4js/-/log4js-3.0.6.tgz' dependencies: circular-json: ^0.5.5 date-format: ^1.2.0 @@ -8275,19 +8296,19 @@ lolex: ^5.0.1: 5.1.2 5.1.2: $: sha512-h4hmjAvHTmd+25JSwrtTIuwbKdwg5NzZVRMLn9saij4SZaepCrTCxPr35H/3bjwfMJtN+t3CX8672UIkglz28A== - _: 'https://registry.npmjs.org/lolex/-/lolex-5.1.2.tgz' + _: 'https://npme.walmart.com/lolex/-/lolex-5.1.2.tgz' dependencies: '@sinonjs/commons': ^1.7.0 2.7.5: $: sha512-l9x0+1offnKKIzYVjyXU2SiwhXDLekRzKyhnbyldPHvC7BvLPVpdNUNR2KeMAiCN2D/kLNttZgQD5WjSxuBx3Q== - _: 'https://registry.npmjs.org/lolex/-/lolex-2.7.5.tgz' + _: 'https://npme.walmart.com/lolex/-/lolex-2.7.5.tgz' loose-envify: _latest: 1.4.0 _: '^1.0.0,^1.1.0,^1.2.0,^1.3.1,^1.4.0': 1.4.0 1.4.0: $: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== - _: 'https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz' + _: 'https://npme.walmart.com/loose-envify/-/loose-envify-1.4.0.tgz' dependencies: js-tokens: '^3.0.0 || ^4.0.0' loud-rejection: @@ -8296,7 +8317,7 @@ loud-rejection: ^1.0.0: 1.6.0 1.6.0: $: sha1-W0b4AUft7leIcPCG0Eghz5mOVR8= - _: 'https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz' + _: 'https://npme.walmart.com/loud-rejection/-/loud-rejection-1.6.0.tgz' dependencies: currently-unhandled: ^0.4.1 signal-exit: ^3.0.0 @@ -8308,17 +8329,17 @@ lru-cache: ^6.0.0: 6.0.0 6.0.0: $: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== - _: 'https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz' + _: 'https://npme.walmart.com/lru-cache/-/lru-cache-6.0.0.tgz' dependencies: yallist: ^4.0.0 5.1.1: $: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== - _: 'https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz' + _: 'https://npme.walmart.com/lru-cache/-/lru-cache-5.1.1.tgz' dependencies: yallist: ^3.0.2 4.1.5: $: sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g== - _: 'https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz' + _: 'https://npme.walmart.com/lru-cache/-/lru-cache-4.1.5.tgz' dependencies: pseudomap: ^1.0.2 yallist: ^2.1.2 @@ -8329,12 +8350,12 @@ make-dir: '^3.0.0,^3.0.2,^3.1.0': 3.1.0 3.1.0: $: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw== - _: 'https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz' + _: 'https://npme.walmart.com/make-dir/-/make-dir-3.1.0.tgz' dependencies: semver: ^6.0.0 2.1.0: $: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA== - _: 'https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz' + _: 'https://npme.walmart.com/make-dir/-/make-dir-2.1.0.tgz' dependencies: pify: ^4.0.1 semver: ^5.6.0 @@ -8344,21 +8365,21 @@ map-cache: ^0.2.2: 0.2.2 0.2.2: $: sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8= - _: 'https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz' + _: 'https://npme.walmart.com/map-cache/-/map-cache-0.2.2.tgz' map-obj: _latest: 4.1.0 _: '^1.0.0,^1.0.1': 1.0.1 1.0.1: $: sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0= - _: 'https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz' + _: 'https://npme.walmart.com/map-obj/-/map-obj-1.0.1.tgz' map-visit: _latest: 1.0.0 _: ^1.0.0: 1.0.0 1.0.0: $: sha1-7Nyo8TFE5mDxtb1B8S80edmN+48= - _: 'https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz' + _: 'https://npme.walmart.com/map-visit/-/map-visit-1.0.0.tgz' dependencies: object-visit: ^1.0.0 md5.js: @@ -8367,29 +8388,29 @@ md5.js: ^1.3.4: 1.3.5 1.3.5: $: sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg== - _: 'https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz' + _: 'https://npme.walmart.com/md5.js/-/md5.js-1.3.5.tgz' dependencies: hash-base: ^3.0.0 inherits: ^2.0.1 safe-buffer: ^5.1.2 mdn-data: - _latest: 2.0.14 + _latest: 2.0.15 _: 2.0.14: 2.0.14 2.0.4: 2.0.4 2.0.14: $: sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow== - _: 'https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz' + _: 'https://npme.walmart.com/mdn-data/-/mdn-data-2.0.14.tgz' 2.0.4: $: sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA== - _: 'https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz' + _: 'https://npme.walmart.com/mdn-data/-/mdn-data-2.0.4.tgz' media-typer: _latest: 1.1.0 _: 0.3.0: 0.3.0 0.3.0: $: sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g= - _: 'https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz' + _: 'https://npme.walmart.com/media-typer/-/media-typer-0.3.0.tgz' memory-fs: _latest: 0.5.0 _: @@ -8397,23 +8418,23 @@ memory-fs: ^0.5.0: 0.5.0 0.5.0: $: sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA== - _: 'https://registry.npmjs.org/memory-fs/-/memory-fs-0.5.0.tgz' + _: 'https://npme.walmart.com/memory-fs/-/memory-fs-0.5.0.tgz' dependencies: errno: ^0.1.3 readable-stream: ^2.0.1 0.4.1: $: sha1-OpoguEYlI+RHz7x+i7gO1me/xVI= - _: 'https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz' + _: 'https://npme.walmart.com/memory-fs/-/memory-fs-0.4.1.tgz' dependencies: errno: ^0.1.3 readable-stream: ^2.0.1 meow: - _latest: 8.1.0 + _latest: 9.0.0 _: ^3.7.0: 3.7.0 3.7.0: $: sha1-cstmi0JSKCkKu/qFaJJYcwioAfs= - _: 'https://registry.npmjs.org/meow/-/meow-3.7.0.tgz' + _: 'https://npme.walmart.com/meow/-/meow-3.7.0.tgz' dependencies: camelcase-keys: ^2.0.0 decamelize: ^1.1.2 @@ -8431,7 +8452,7 @@ micromatch: '^3.0.4,^3.1.10,^3.1.4': 3.1.10 3.1.10: $: sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg== - _: 'https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz' + _: 'https://npme.walmart.com/micromatch/-/micromatch-3.1.10.tgz' dependencies: arr-diff: ^4.0.0 array-unique: ^0.3.2 @@ -8452,7 +8473,7 @@ miller-rabin: ^4.0.0: 4.0.1 4.0.1: $: sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA== - _: 'https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz' + _: 'https://npme.walmart.com/miller-rabin/-/miller-rabin-4.0.1.tgz' dependencies: bn.js: ^4.0.0 brorand: ^1.0.1 @@ -8463,34 +8484,34 @@ milligram: 1.4.1: top: 1 $: sha512-RCgh/boHhcXWOUfKJWm3RJRoUeaEguoipDg0mJ31G0tFfvcpWMUlO1Zlqqr12K4kAXfDlllaidu0x7PaL2PTFg== - _: 'https://registry.npmjs.org/milligram/-/milligram-1.4.1.tgz' + _: 'https://npme.walmart.com/milligram/-/milligram-1.4.1.tgz' dependencies: normalize.css: ~8.0.1 mime: - _latest: 2.4.7 + _latest: 2.5.0 _: ^1.4.1: 1.6.0 - '^2.3.1,^2.4.4,^2.4.6': 2.4.7 - 2.4.7: - $: sha512-dhNd1uA2u397uQk3Nv5LM4lm93WYDUXFn3Fu291FJerns4jyTudqhIWe4W04YLy7Uk1tm1Ore04NpjRvQp/NPA== - _: 'https://registry.npmjs.org/mime/-/mime-2.4.7.tgz' + '^2.3.1,^2.4.4,^2.4.6': 2.5.0 + 2.5.0: + $: sha512-ft3WayFSFUVBuJj7BMLKAQcSlItKtfjsKDDsii3rqFDAZ7t11zRe8ASw/GlmivGwVUYtwkQrxiGGpL6gFvB0ag== + _: 'https://npme.walmart.com/mime/-/mime-2.5.0.tgz' 1.6.0: $: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== - _: 'https://registry.npmjs.org/mime/-/mime-1.6.0.tgz' + _: 'https://npme.walmart.com/mime/-/mime-1.6.0.tgz' mime-db: _latest: 1.45.0 _: '1.45.0,1.x.x': 1.45.0 1.45.0: $: sha512-CkqLUxUk15hofLoLyljJSrukZi8mAtgd+yE5uO4tqRZsdsAJKv0O+rFMhVDRJgozy+yG6md5KwuXhD4ocIoP+w== - _: 'https://registry.npmjs.org/mime-db/-/mime-db-1.45.0.tgz' + _: 'https://npme.walmart.com/mime-db/-/mime-db-1.45.0.tgz' mime-types: _latest: 2.1.28 _: '^2.1.12,^2.1.27,~2.1.18,~2.1.19,~2.1.24': 2.1.28 2.1.28: $: sha512-0TO2yJ5YHYr7M2zzT7gDU1tbwHxEUWBCLt0lscSNpcdAfFyJOVEpRYNS7EXVcTLNj/25QO8gulHC5JtTzSE2UQ== - _: 'https://registry.npmjs.org/mime-types/-/mime-types-2.1.28.tgz' + _: 'https://npme.walmart.com/mime-types/-/mime-types-2.1.28.tgz' dependencies: mime-db: 1.45.0 mimic-fn: @@ -8499,14 +8520,14 @@ mimic-fn: ^2.1.0: 2.1.0 2.1.0: $: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== - _: 'https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz' + _: 'https://npme.walmart.com/mimic-fn/-/mimic-fn-2.1.0.tgz' mini-create-react-context: _latest: 0.4.1 _: ^0.4.0: 0.4.1 0.4.1: $: sha512-YWCYEmd5CQeHGSAKrYvXgmzzkrvssZcuuQDDeqkT+PziKGMgE+0MCCtcKbROzocGBG1meBLl2FotlRwf4gAzbQ== - _: 'https://registry.npmjs.org/mini-create-react-context/-/mini-create-react-context-0.4.1.tgz' + _: 'https://npme.walmart.com/mini-create-react-context/-/mini-create-react-context-0.4.1.tgz' dependencies: '@babel/runtime': ^7.12.1 tiny-warning: ^1.0.3 @@ -8514,12 +8535,12 @@ mini-create-react-context: prop-types: ^15.0.0 react: '^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0' mini-css-extract-plugin: - _latest: 1.3.3 + _latest: 1.3.4 _: ^0.9.0: 0.9.0 0.9.0: $: sha512-lp3GeY7ygcgAmVIcRPBVhIkf8Us7FZjA+ILpal44qLdSu11wmjKQ3d9k15lfD7pO4esu9eUIAW7qiYIBppv40A== - _: 'https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.9.0.tgz' + _: 'https://npme.walmart.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.9.0.tgz' dependencies: loader-utils: ^1.1.0 normalize-url: 1.9.1 @@ -8533,21 +8554,21 @@ minimalistic-assert: '^1.0.0,^1.0.1': 1.0.1 1.0.1: $: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A== - _: 'https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz' + _: 'https://npme.walmart.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz' minimalistic-crypto-utils: _latest: 1.0.1 _: '^1.0.0,^1.0.1': 1.0.1 1.0.1: $: sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo= - _: 'https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz' + _: 'https://npme.walmart.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz' minimatch: _latest: 3.0.4 _: '^3.0.2,^3.0.4,~3.0.2': 3.0.4 3.0.4: $: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== - _: 'https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz' + _: 'https://npme.walmart.com/minimatch/-/minimatch-3.0.4.tgz' dependencies: brace-expansion: ^1.1.7 minimist: @@ -8558,20 +8579,20 @@ minimist: ^1.2.5: 1.2.5 1.2.5: $: sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== - _: 'https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz' + _: 'https://npme.walmart.com/minimist/-/minimist-1.2.5.tgz' 1.2.0: $: sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ= - _: 'https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz' + _: 'https://npme.walmart.com/minimist/-/minimist-1.2.0.tgz' 0.0.8: $: sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0= - _: 'https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz' + _: 'https://npme.walmart.com/minimist/-/minimist-0.0.8.tgz' mississippi: _latest: 4.0.0 _: ^3.0.0: 3.0.0 3.0.0: $: sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA== - _: 'https://registry.npmjs.org/mississippi/-/mississippi-3.0.0.tgz' + _: 'https://npme.walmart.com/mississippi/-/mississippi-3.0.0.tgz' dependencies: concat-stream: ^1.5.0 duplexify: ^3.4.2 @@ -8589,7 +8610,7 @@ mixin-deep: ^1.2.0: 1.3.2 1.3.2: $: sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA== - _: 'https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz' + _: 'https://npme.walmart.com/mixin-deep/-/mixin-deep-1.3.2.tgz' dependencies: for-in: ^1.0.2 is-extendable: ^1.0.1 @@ -8599,7 +8620,7 @@ mixin-object: ^2.0.1: 2.0.1 2.0.1: $: sha1-T7lJRB2rGCVA8f4DW6YOGUel5X4= - _: 'https://registry.npmjs.org/mixin-object/-/mixin-object-2.0.1.tgz' + _: 'https://npme.walmart.com/mixin-object/-/mixin-object-2.0.1.tgz' dependencies: for-in: ^0.1.3 is-extendable: ^0.1.1 @@ -8611,15 +8632,15 @@ mkdirp: '^1.0.3,^1.0.4,~1.0.4': 1.0.4 1.0.4: $: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw== - _: 'https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz' + _: 'https://npme.walmart.com/mkdirp/-/mkdirp-1.0.4.tgz' 0.5.5: $: sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ== - _: 'https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz' + _: 'https://npme.walmart.com/mkdirp/-/mkdirp-0.5.5.tgz' dependencies: minimist: ^1.2.5 0.5.1: $: sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM= - _: 'https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz' + _: 'https://npme.walmart.com/mkdirp/-/mkdirp-0.5.1.tgz' dependencies: minimist: 0.0.8 deprecated: 'Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)' @@ -8629,7 +8650,7 @@ mocha: ^4.0.0: 4.1.0 4.1.0: $: sha512-0RVnjg1HJsXY2YFDoTNzcc1NKhYuXKRrBAG2gDygmJJA136Cs2QlRliZG1mA0ap7cuaT30mw16luAeln+4RiNA== - _: 'https://registry.npmjs.org/mocha/-/mocha-4.1.0.tgz' + _: 'https://npme.walmart.com/mocha/-/mocha-4.1.0.tgz' dependencies: browser-stdout: 1.3.0 commander: 2.11.0 @@ -8647,21 +8668,21 @@ moment: 2.x.x: 2.29.1 2.29.1: $: sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ== - _: 'https://registry.npmjs.org/moment/-/moment-2.29.1.tgz' + _: 'https://npme.walmart.com/moment/-/moment-2.29.1.tgz' moo: _latest: 0.5.1 _: ^0.5.0: 0.5.1 0.5.1: $: sha512-I1mnb5xn4fO80BH9BLcF0yLypy2UKl+Cb01Fu0hJRkJjlCRtxZMWkTdAtDd5ZqCOxtCkhmRwyI57vWT+1iZ67w== - _: 'https://registry.npmjs.org/moo/-/moo-0.5.1.tgz' + _: 'https://npme.walmart.com/moo/-/moo-0.5.1.tgz' move-concurrently: _latest: 1.0.1 _: ^1.0.1: 1.0.1 1.0.1: $: sha1-viwAX9oy4LKa8fBdfEszIUxwH5I= - _: 'https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz' + _: 'https://npme.walmart.com/move-concurrently/-/move-concurrently-1.0.1.tgz' dependencies: copy-concurrently: ^1.0.0 aproba: ^1.1.1 @@ -8669,6 +8690,13 @@ move-concurrently: mkdirp: ^0.5.1 rimraf: ^2.5.4 run-queue: ^1.0.3 +mri: + _latest: 1.1.6 + _: + 1.1.4: 1.1.4 + 1.1.4: + $: sha512-6y7IjGPm8AzlvoUrwAaw1tLnUBudaS3752vcd8JtrpGGQn+rXIe63LFVHm/YMwtqAuh+LJPCFdlLYPWM1nYn6w== + _: 'https://npme.walmart.com/mri/-/mri-1.1.4.tgz' ms: _latest: 2.1.3 _: @@ -8676,31 +8704,31 @@ ms: 2.1.2: 2.1.2 2.1.2: $: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== - _: 'https://registry.npmjs.org/ms/-/ms-2.1.2.tgz' + _: 'https://npme.walmart.com/ms/-/ms-2.1.2.tgz' 2.0.0: $: sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= - _: 'https://registry.npmjs.org/ms/-/ms-2.0.0.tgz' + _: 'https://npme.walmart.com/ms/-/ms-2.0.0.tgz' munchy: _latest: 1.0.9 _: ^1.0.9: 1.0.9 1.0.9: $: sha512-S50xIaqpFuwe2shmDu8fpycRZ8IrUYyxhtP5fpL2mYQjqNvacw67EMFaxUFMDhSh7sfxaZrY1YiZlExZn9VFBw== - _: 'https://registry.npmjs.org/munchy/-/munchy-1.0.9.tgz' + _: 'https://npme.walmart.com/munchy/-/munchy-1.0.9.tgz' nan: _latest: 2.14.2 _: '^2.12.1,^2.13.2': 2.14.2 2.14.2: $: sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ== - _: 'https://registry.npmjs.org/nan/-/nan-2.14.2.tgz' + _: 'https://npme.walmart.com/nan/-/nan-2.14.2.tgz' nanomatch: _latest: 1.2.13 _: ^1.2.9: 1.2.13 1.2.13: $: sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA== - _: 'https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz' + _: 'https://npme.walmart.com/nanomatch/-/nanomatch-1.2.13.tgz' dependencies: arr-diff: ^4.0.0 array-unique: ^0.3.2 @@ -8719,21 +8747,21 @@ native-request: ^1.0.5: 1.0.8 1.0.8: $: sha512-vU2JojJVelUGp6jRcLwToPoWGxSx23z/0iX+I77J3Ht17rf2INGjrhOoQnjVo60nQd8wVsgzKkPfRXBiVdD2ag== - _: 'https://registry.npmjs.org/native-request/-/native-request-1.0.8.tgz' + _: 'https://npme.walmart.com/native-request/-/native-request-1.0.8.tgz' natural-compare: _latest: 1.4.0 _: ^1.4.0: 1.4.0 1.4.0: $: sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= - _: 'https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz' + _: 'https://npme.walmart.com/natural-compare/-/natural-compare-1.4.0.tgz' nearley: _latest: 2.20.1 _: ^2.7.10: 2.20.1 2.20.1: $: sha512-+Mc8UaAebFzgV+KpI5n7DasuuQCHA89dmwm7JXw3TV43ukfNQ9DnBH3Mdb2g/I4Fdxc26pwimBWvjIw0UAILSQ== - _: 'https://registry.npmjs.org/nearley/-/nearley-2.20.1.tgz' + _: 'https://npme.walmart.com/nearley/-/nearley-2.20.1.tgz' dependencies: commander: ^2.19.0 moo: ^0.5.0 @@ -8745,28 +8773,28 @@ negotiator: 0.6.2: 0.6.2 0.6.2: $: sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw== - _: 'https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz' + _: 'https://npme.walmart.com/negotiator/-/negotiator-0.6.2.tgz' neo-async: _latest: 2.6.2 _: '^2.5.0,^2.6.1': 2.6.2 2.6.2: $: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== - _: 'https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz' + _: 'https://npme.walmart.com/neo-async/-/neo-async-2.6.2.tgz' nice-try: _latest: 2.1.0 _: ^1.0.4: 1.0.5 1.0.5: $: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ== - _: 'https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz' + _: 'https://npme.walmart.com/nice-try/-/nice-try-1.0.5.tgz' nise: _latest: 4.0.4 _: ^1.2.0: 1.5.3 1.5.3: $: sha512-Ymbac/94xeIrMf59REBPOv0thr+CJVFMhrlAkW/gjCIE58BGQdCj0x7KRCb3yz+Ga2Rz3E9XXSvUyyxqqhjQAQ== - _: 'https://registry.npmjs.org/nise/-/nise-1.5.3.tgz' + _: 'https://npme.walmart.com/nise/-/nise-1.5.3.tgz' dependencies: '@sinonjs/formatio': ^3.2.1 '@sinonjs/text-encoding': ^0.7.1 @@ -8779,7 +8807,7 @@ nix-clap: ^1.3.12: 1.3.12 1.3.12: $: sha512-aNAjM41Cb95Csdn//aKQGfuunIAfgXdHkwtr9dpGfihLquyux2UYcWqj5wTC2cS3XQeQMLavc9kj67ptWbtQMw== - _: 'https://registry.npmjs.org/nix-clap/-/nix-clap-1.3.12.tgz' + _: 'https://npme.walmart.com/nix-clap/-/nix-clap-1.3.12.tgz' dependencies: strip-ansi: ^4.0.0 node-gyp: @@ -8788,7 +8816,7 @@ node-gyp: ^3.8.0: 3.8.0 3.8.0: $: sha512-3g8lYefrRRzvGeSowdJKAKyks8oUpLEd/DyPV4eMhVlhJ0aNaZqIrNUIPuEWWTAoPqyFkfGrM67MC69baqn6vA== - _: 'https://registry.npmjs.org/node-gyp/-/node-gyp-3.8.0.tgz' + _: 'https://npme.walmart.com/node-gyp/-/node-gyp-3.8.0.tgz' dependencies: fstream: ^1.0.0 glob: ^7.0.3 @@ -8808,7 +8836,7 @@ node-libs-browser: ^2.2.1: 2.2.1 2.2.1: $: sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q== - _: 'https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.2.1.tgz' + _: 'https://npme.walmart.com/node-libs-browser/-/node-libs-browser-2.2.1.tgz' dependencies: assert: ^1.1.1 browserify-zlib: ^0.2.0 @@ -8839,23 +8867,23 @@ node-modules-regexp: ^1.0.0: 1.0.0 1.0.0: $: sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA= - _: 'https://registry.npmjs.org/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz' + _: 'https://npme.walmart.com/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz' node-preload: _latest: 0.2.1 _: ^0.2.1: 0.2.1 0.2.1: $: sha512-RM5oyBy45cLEoHqCeh+MNuFAxO0vTFBLskvQbOKnEE7YTTSN4tbN8QWDIPQ6L+WvKsB/qLEGpYe2ZZ9d4W9OIQ== - _: 'https://registry.npmjs.org/node-preload/-/node-preload-0.2.1.tgz' + _: 'https://npme.walmart.com/node-preload/-/node-preload-0.2.1.tgz' dependencies: process-on-spawn: ^1.0.0 node-releases: - _latest: 1.1.69 + _latest: 1.1.70 _: - ^1.1.67: 1.1.69 - 1.1.69: - $: sha512-DGIjo79VDEyAnRlfSqYTsy+yoHd2IOjJiKUozD2MV2D85Vso6Bug56mb9tT/fY5Urt0iqk01H7x+llAruDR2zA== - _: 'https://registry.npmjs.org/node-releases/-/node-releases-1.1.69.tgz' + ^1.1.69: 1.1.70 + 1.1.70: + $: sha512-Slf2s69+2/uAD79pVVQo8uSiC34+g8GWY8UH2Qtqv34ZfhYrxpYpfzs9Js9d6O0mbDmALuxaTlplnBTnSELcrw== + _: 'https://npme.walmart.com/node-releases/-/node-releases-1.1.70.tgz' node-sass: _latest: 5.0.0 _: @@ -8863,7 +8891,7 @@ node-sass: 4.14.1: hasI: 1 $: sha512-sjCuOlvGyCJS40R8BscF5vhVlQjNN069NtQ1gSxyK1u9iqvn6tf7O1R4GNowVZfiZUCRt5MmMs1xd+4V/7Yr0g== - _: 'https://registry.npmjs.org/node-sass/-/node-sass-4.14.1.tgz' + _: 'https://npme.walmart.com/node-sass/-/node-sass-4.14.1.tgz' dependencies: async-foreach: ^0.1.3 chalk: ^1.1.1 @@ -8889,21 +8917,21 @@ nodent-runtime: 3.2.1: hasI: 1 $: sha512-7Ws63oC+215smeKJQCxzrK21VFVlCFBkwl0MOObt0HOpVQXs3u483sAmtkF33nNqZ5rSOQjB76fgyPBmAUrtCA== - _: 'https://registry.npmjs.org/nodent-runtime/-/nodent-runtime-3.2.1.tgz' + _: 'https://npme.walmart.com/nodent-runtime/-/nodent-runtime-3.2.1.tgz' nodent-transform: _latest: 3.2.9 _: ^3.2.4: 3.2.9 3.2.9: $: sha512-4a5FH4WLi+daH/CGD5o/JWRR8W5tlCkd3nrDSkxbOzscJTyTUITltvOJeQjg3HJ1YgEuNyiPhQbvbtRjkQBByQ== - _: 'https://registry.npmjs.org/nodent-transform/-/nodent-transform-3.2.9.tgz' + _: 'https://npme.walmart.com/nodent-transform/-/nodent-transform-3.2.9.tgz' nopt: _latest: 5.0.0 _: '2 || 3': 3.0.6 3.0.6: $: sha1-xkZdvwirzU2zWTF/eaxopkayj/k= - _: 'https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz' + _: 'https://npme.walmart.com/nopt/-/nopt-3.0.6.tgz' dependencies: abbrev: '1' normalize-package-data: @@ -8912,7 +8940,7 @@ normalize-package-data: '^2.3.2,^2.3.4,^2.5.0': 2.5.0 2.5.0: $: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA== - _: 'https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz' + _: 'https://npme.walmart.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz' dependencies: hosted-git-info: ^2.1.4 resolve: ^1.10.0 @@ -8925,10 +8953,10 @@ normalize-path: '^3.0.0,~3.0.0': 3.0.0 3.0.0: $: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== - _: 'https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz' + _: 'https://npme.walmart.com/normalize-path/-/normalize-path-3.0.0.tgz' 2.1.1: $: sha1-GrKLVW4Zg2Oowab35vogE3/mrtk= - _: 'https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz' + _: 'https://npme.walmart.com/normalize-path/-/normalize-path-2.1.1.tgz' dependencies: remove-trailing-separator: ^1.0.1 normalize-range: @@ -8937,7 +8965,7 @@ normalize-range: ^0.1.2: 0.1.2 0.1.2: $: sha1-LRDAa9/TEuqXd2laTShDlFa3WUI= - _: 'https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz' + _: 'https://npme.walmart.com/normalize-range/-/normalize-range-0.1.2.tgz' normalize-url: _latest: 5.3.0 _: @@ -8945,10 +8973,10 @@ normalize-url: ^3.0.0: 3.3.0 3.3.0: $: sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg== - _: 'https://registry.npmjs.org/normalize-url/-/normalize-url-3.3.0.tgz' + _: 'https://npme.walmart.com/normalize-url/-/normalize-url-3.3.0.tgz' 1.9.1: $: sha1-LMDWazHqIwNkWENuNiDYWVTGbDw= - _: 'https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz' + _: 'https://npme.walmart.com/normalize-url/-/normalize-url-1.9.1.tgz' dependencies: object-assign: ^4.0.1 prepend-http: ^1.0.0 @@ -8960,14 +8988,14 @@ normalize.css: ~8.0.1: 8.0.1 8.0.1: $: sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg== - _: 'https://registry.npmjs.org/normalize.css/-/normalize.css-8.0.1.tgz' + _: 'https://npme.walmart.com/normalize.css/-/normalize.css-8.0.1.tgz' npmlog: _latest: 4.1.2 _: '0 || 1 || 2 || 3 || 4,^4.0.0': 4.1.2 4.1.2: $: sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg== - _: 'https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz' + _: 'https://npme.walmart.com/npmlog/-/npmlog-4.1.2.tgz' dependencies: are-we-there-yet: ~1.1.2 console-control-strings: ~1.1.0 @@ -8980,12 +9008,12 @@ nth-check: ^2.0.0: 2.0.0 2.0.0: $: sha512-i4sc/Kj8htBrAiH1viZ0TgU8Y5XqCaV/FziYK6TBczxmeKm3AEFWqqF3195yKudrarqy7Zu80Ra5dobFjn9X/Q== - _: 'https://registry.npmjs.org/nth-check/-/nth-check-2.0.0.tgz' + _: 'https://npme.walmart.com/nth-check/-/nth-check-2.0.0.tgz' dependencies: boolbase: ^1.0.0 1.0.2: $: sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg== - _: 'https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz' + _: 'https://npme.walmart.com/nth-check/-/nth-check-1.0.2.tgz' dependencies: boolbase: ~1.0.0 null-check: @@ -8994,28 +9022,28 @@ null-check: ^1.0.0: 1.0.0 1.0.0: $: sha1-l33/1xdgErnsMNKjnbXPcqBDnt0= - _: 'https://registry.npmjs.org/null-check/-/null-check-1.0.0.tgz' + _: 'https://npme.walmart.com/null-check/-/null-check-1.0.0.tgz' num2fraction: _latest: 1.2.2 _: ^1.2.2: 1.2.2 1.2.2: $: sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4= - _: 'https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz' + _: 'https://npme.walmart.com/num2fraction/-/num2fraction-1.2.2.tgz' number-is-nan: _latest: 2.0.0 _: ^1.0.0: 1.0.1 1.0.1: $: sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0= - _: 'https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz' + _: 'https://npme.walmart.com/number-is-nan/-/number-is-nan-1.0.1.tgz' nyc: _latest: 15.1.0 _: ^15.1.0: 15.1.0 15.1.0: $: sha512-jMW04n9SxKdKi1ZMGhvUTHBN0EICCRkHemEoE5jm6mTYcqcdas0ATzgUgejlQUHMvpnOZqGB5Xxsv9KxJW1j8A== - _: 'https://registry.npmjs.org/nyc/-/nyc-15.1.0.tgz' + _: 'https://npme.walmart.com/nyc/-/nyc-15.1.0.tgz' dependencies: '@istanbuljs/load-nyc-config': ^1.0.0 '@istanbuljs/schema': ^0.1.2 @@ -9050,28 +9078,28 @@ oauth-sign: ~0.9.0: 0.9.0 0.9.0: $: sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ== - _: 'https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz' + _: 'https://npme.walmart.com/oauth-sign/-/oauth-sign-0.9.0.tgz' object-assign: _latest: 4.1.1 _: '^4.0.0,^4.0.1,^4.1.0,^4.1.1': 4.1.1 4.1.1: $: sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= - _: 'https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz' + _: 'https://npme.walmart.com/object-assign/-/object-assign-4.1.1.tgz' object-component: _latest: 0.0.3 _: 0.0.3: 0.0.3 0.0.3: $: sha1-8MaapQ78lbhmwYb0AKM3acsvEpE= - _: 'https://registry.npmjs.org/object-component/-/object-component-0.0.3.tgz' + _: 'https://npme.walmart.com/object-component/-/object-component-0.0.3.tgz' object-copy: _latest: 1.0.0 _: ^0.1.0: 0.1.0 0.1.0: $: sha1-fn2Fi3gb18mRpBupde04EnVOmYw= - _: 'https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz' + _: 'https://npme.walmart.com/object-copy/-/object-copy-0.1.0.tgz' dependencies: copy-descriptor: ^0.1.0 define-property: ^0.2.5 @@ -9082,21 +9110,21 @@ object-hash: ^1.3.1: 1.3.1 1.3.1: $: sha512-OSuu/pU4ENM9kmREg0BdNrUDIl1heYa4mBZacJc+vVWz4GtAwu7jO8s4AIt2aGRUTqxykpWzI3Oqnsm13tTMDA== - _: 'https://registry.npmjs.org/object-hash/-/object-hash-1.3.1.tgz' + _: 'https://npme.walmart.com/object-hash/-/object-hash-1.3.1.tgz' object-inspect: _latest: 1.9.0 _: '^1.7.0,^1.8.0,^1.9.0': 1.9.0 1.9.0: $: sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw== - _: 'https://registry.npmjs.org/object-inspect/-/object-inspect-1.9.0.tgz' + _: 'https://npme.walmart.com/object-inspect/-/object-inspect-1.9.0.tgz' object-is: _latest: 1.1.4 _: '^1.0.2,^1.1.2': 1.1.4 1.1.4: $: sha512-1ZvAZ4wlF7IyPVOcE1Omikt7UpaFlOQq0HlSti+ZvDH3UiD2brwGMwDbyV43jao2bKJ+4+WdPJHSd7kgzKYVqg== - _: 'https://registry.npmjs.org/object-is/-/object-is-1.1.4.tgz' + _: 'https://npme.walmart.com/object-is/-/object-is-1.1.4.tgz' dependencies: call-bind: ^1.0.0 define-properties: ^1.1.3 @@ -9106,14 +9134,14 @@ object-keys: '^1.0.12,^1.1.1': 1.1.1 1.1.1: $: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== - _: 'https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz' + _: 'https://npme.walmart.com/object-keys/-/object-keys-1.1.1.tgz' object-visit: _latest: 1.0.1 _: ^1.0.0: 1.0.1 1.0.1: $: sha1-95xEk68MU3e1n+OdOV5BBC3QRbs= - _: 'https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz' + _: 'https://npme.walmart.com/object-visit/-/object-visit-1.0.1.tgz' dependencies: isobject: ^3.0.0 object.assign: @@ -9122,7 +9150,7 @@ object.assign: '^4.1.0,^4.1.1,^4.1.2': 4.1.2 4.1.2: $: sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ== - _: 'https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz' + _: 'https://npme.walmart.com/object.assign/-/object.assign-4.1.2.tgz' dependencies: call-bind: ^1.0.0 define-properties: ^1.1.3 @@ -9134,7 +9162,7 @@ object.entries: '^1.1.1,^1.1.2': 1.1.3 1.1.3: $: sha512-ym7h7OZebNS96hn5IJeyUmaWhaSM4SVtAPPfNLQEI2MYWCO2egsITb9nab2+i/Pwibx+R0mtn+ltKJXRSeTMGg== - _: 'https://registry.npmjs.org/object.entries/-/object.entries-1.1.3.tgz' + _: 'https://npme.walmart.com/object.entries/-/object.entries-1.1.3.tgz' dependencies: call-bind: ^1.0.0 define-properties: ^1.1.3 @@ -9146,7 +9174,7 @@ object.fromentries: '^2.0.2,^2.0.3': 2.0.3 2.0.3: $: sha512-IDUSMXs6LOSJBWE++L0lzIbSqHl9KDCfff2x/JSEIDtEUavUnyMYC2ZGay/04Zq4UT8lvd4xNhU4/YHKibAOlw== - _: 'https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.3.tgz' + _: 'https://npme.walmart.com/object.fromentries/-/object.fromentries-2.0.3.tgz' dependencies: call-bind: ^1.0.0 define-properties: ^1.1.3 @@ -9158,7 +9186,7 @@ object.getownpropertydescriptors: ^2.1.0: 2.1.1 2.1.1: $: sha512-6DtXgZ/lIZ9hqx4GtZETobXLR/ZLaa0aqV0kzbn80Rf8Z2e/XFnhA0I7p07N2wH8bBBltr2xQPi6sbKWAY2Eng== - _: 'https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.1.tgz' + _: 'https://npme.walmart.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.1.tgz' dependencies: call-bind: ^1.0.0 define-properties: ^1.1.3 @@ -9169,16 +9197,16 @@ object.pick: ^1.3.0: 1.3.0 1.3.0: $: sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c= - _: 'https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz' + _: 'https://npme.walmart.com/object.pick/-/object.pick-1.3.0.tgz' dependencies: isobject: ^3.0.1 object.values: _latest: 1.1.2 _: - '^1.1.0,^1.1.1': 1.1.2 + '^1.1.0,^1.1.1,^1.1.2': 1.1.2 1.1.2: $: sha512-MYC0jvJopr8EK6dPBiO8Nb9mvjdypOachO5REGk6MXzujbBrAisKo3HmdEI6kZDL6fC31Mwee/5YbtMebixeag== - _: 'https://registry.npmjs.org/object.values/-/object.values-1.1.2.tgz' + _: 'https://npme.walmart.com/object.values/-/object.values-1.1.2.tgz' dependencies: call-bind: ^1.0.0 define-properties: ^1.1.3 @@ -9190,14 +9218,14 @@ obuf: '^1.0.0,^1.1.2': 1.1.2 1.1.2: $: sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg== - _: 'https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz' + _: 'https://npme.walmart.com/obuf/-/obuf-1.1.2.tgz' on-finished: _latest: 2.3.0 _: ~2.3.0: 2.3.0 2.3.0: $: sha1-IPEzZIGwg811M3mSoWlxqi2QaUc= - _: 'https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz' + _: 'https://npme.walmart.com/on-finished/-/on-finished-2.3.0.tgz' dependencies: ee-first: 1.1.1 once: @@ -9206,7 +9234,7 @@ once: '^1.3.0,^1.3.1,^1.4.0': 1.4.0 1.4.0: $: sha1-WDsap3WWHUsROsF9nFC6753Xa9E= - _: 'https://registry.npmjs.org/once/-/once-1.4.0.tgz' + _: 'https://npme.walmart.com/once/-/once-1.4.0.tgz' dependencies: wrappy: '1' onetime: @@ -9215,7 +9243,7 @@ onetime: ^5.1.0: 5.1.2 5.1.2: $: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== - _: 'https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz' + _: 'https://npme.walmart.com/onetime/-/onetime-5.1.2.tgz' dependencies: mimic-fn: ^2.1.0 optimist: @@ -9224,7 +9252,7 @@ optimist: ^0.6.1: 0.6.1 0.6.1: $: sha1-2j6nRob6IaGaERwybpDrFaAZZoY= - _: 'https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz' + _: 'https://npme.walmart.com/optimist/-/optimist-0.6.1.tgz' dependencies: wordwrap: ~0.0.2 minimist: ~0.0.1 @@ -9234,7 +9262,7 @@ optimize-css-assets-webpack-plugin: ^5.0.1: 5.0.4 5.0.4: $: sha512-wqd6FdI2a5/FdoiCNNkEvLeA//lHHfG24Ln2Xm2qqdIk4aOlsR18jwpyOihqQ8849W3qu2DX8fOYxpvTMj+93A== - _: 'https://registry.npmjs.org/optimize-css-assets-webpack-plugin/-/optimize-css-assets-webpack-plugin-5.0.4.tgz' + _: 'https://npme.walmart.com/optimize-css-assets-webpack-plugin/-/optimize-css-assets-webpack-plugin-5.0.4.tgz' dependencies: cssnano: ^4.1.10 last-call-webpack-plugin: ^3.0.0 @@ -9246,14 +9274,14 @@ optional-require: '^1.0.0,^1.0.2': 1.0.2 1.0.2: $: sha512-HZubVd6IfHsbnpdNF/ICaSAzBUEW1TievpkjY3tB4Jnk8L7+pJ3conPzUt3Mn/6OZx9uzTDOHYPGA8/AxYHBOg== - _: 'https://registry.npmjs.org/optional-require/-/optional-require-1.0.2.tgz' + _: 'https://npme.walmart.com/optional-require/-/optional-require-1.0.2.tgz' optionator: _latest: 0.9.1 _: ^0.9.1: 0.9.1 0.9.1: $: sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw== - _: 'https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz' + _: 'https://npme.walmart.com/optionator/-/optionator-0.9.1.tgz' dependencies: prelude-ls: ^1.2.1 deep-is: ^0.1.3 @@ -9267,28 +9295,28 @@ os-browserify: ^0.3.0: 0.3.0 0.3.0: $: sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc= - _: 'https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz' + _: 'https://npme.walmart.com/os-browserify/-/os-browserify-0.3.0.tgz' os-homedir: _latest: 2.0.0 _: ^1.0.0: 1.0.2 1.0.2: $: sha1-/7xJiDNuDoM94MFox+8VISGqf7M= - _: 'https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz' + _: 'https://npme.walmart.com/os-homedir/-/os-homedir-1.0.2.tgz' os-tmpdir: _latest: 2.0.0 _: '^1.0.0,~1.0.2': 1.0.2 1.0.2: $: sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= - _: 'https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz' + _: 'https://npme.walmart.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz' osenv: _latest: 0.1.5 _: '0': 0.1.5 0.1.5: $: sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g== - _: 'https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz' + _: 'https://npme.walmart.com/osenv/-/osenv-0.1.5.tgz' dependencies: os-homedir: ^1.0.0 os-tmpdir: ^1.0.0 @@ -9298,7 +9326,7 @@ p-limit: '^2.0.0,^2.2.0': 2.3.0 2.3.0: $: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w== - _: 'https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz' + _: 'https://npme.walmart.com/p-limit/-/p-limit-2.3.0.tgz' dependencies: p-try: ^2.0.0 p-locate: @@ -9308,12 +9336,12 @@ p-locate: ^4.1.0: 4.1.0 4.1.0: $: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A== - _: 'https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz' + _: 'https://npme.walmart.com/p-locate/-/p-locate-4.1.0.tgz' dependencies: p-limit: ^2.2.0 3.0.0: $: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ== - _: 'https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz' + _: 'https://npme.walmart.com/p-locate/-/p-locate-3.0.0.tgz' dependencies: p-limit: ^2.0.0 p-map: @@ -9322,7 +9350,7 @@ p-map: ^3.0.0: 3.0.0 3.0.0: $: sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ== - _: 'https://registry.npmjs.org/p-map/-/p-map-3.0.0.tgz' + _: 'https://npme.walmart.com/p-map/-/p-map-3.0.0.tgz' dependencies: aggregate-error: ^3.0.0 p-try: @@ -9331,33 +9359,33 @@ p-try: ^2.0.0: 2.2.0 2.2.0: $: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== - _: 'https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz' + _: 'https://npme.walmart.com/p-try/-/p-try-2.2.0.tgz' package-hash: _latest: 4.0.0 _: ^4.0.0: 4.0.0 4.0.0: $: sha512-whdkPIooSu/bASggZ96BWVvZTRMOFxnyUG5PnTSGKoJE2gd5mbVNmR2Nj20QFzxYYgAXpoqC+AiXzl+UMRh7zQ== - _: 'https://registry.npmjs.org/package-hash/-/package-hash-4.0.0.tgz' + _: 'https://npme.walmart.com/package-hash/-/package-hash-4.0.0.tgz' dependencies: graceful-fs: ^4.1.15 hasha: ^5.0.0 lodash.flattendeep: ^4.4.0 release-zalgo: ^1.0.0 pako: - _latest: 2.0.2 + _latest: 2.0.3 _: ~1.0.5: 1.0.11 1.0.11: $: sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw== - _: 'https://registry.npmjs.org/pako/-/pako-1.0.11.tgz' + _: 'https://npme.walmart.com/pako/-/pako-1.0.11.tgz' parallel-transform: _latest: 1.2.0 _: ^1.1.0: 1.2.0 1.2.0: $: sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg== - _: 'https://registry.npmjs.org/parallel-transform/-/parallel-transform-1.2.0.tgz' + _: 'https://npme.walmart.com/parallel-transform/-/parallel-transform-1.2.0.tgz' dependencies: cyclist: ^1.0.1 inherits: ^2.0.3 @@ -9368,7 +9396,7 @@ parent-module: ^1.0.0: 1.0.1 1.0.1: $: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g== - _: 'https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz' + _: 'https://npme.walmart.com/parent-module/-/parent-module-1.0.1.tgz' dependencies: callsites: ^3.0.0 parse-asn1: @@ -9377,7 +9405,7 @@ parse-asn1: '^5.0.0,^5.1.5': 5.1.6 5.1.6: $: sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw== - _: 'https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.6.tgz' + _: 'https://npme.walmart.com/parse-asn1/-/parse-asn1-5.1.6.tgz' dependencies: asn1.js: ^5.2.0 browserify-aes: ^1.0.0 @@ -9385,14 +9413,14 @@ parse-asn1: pbkdf2: ^3.0.3 safe-buffer: ^5.1.1 parse-json: - _latest: 5.1.0 + _latest: 5.2.0 _: ^2.2.0: 2.2.0 ^4.0.0: 4.0.0 - ^5.0.0: 5.1.0 - 5.1.0: - $: sha512-+mi/lmVVNKFNVyLXV31ERiy2CY5E1/F6QtJFEzoChPRwwngMNXRDQ9GJ5WdE2Z2P4AujsOi0/+2qHID68KwfIQ== - _: 'https://registry.npmjs.org/parse-json/-/parse-json-5.1.0.tgz' + ^5.0.0: 5.2.0 + 5.2.0: + $: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg== + _: 'https://npme.walmart.com/parse-json/-/parse-json-5.2.0.tgz' dependencies: '@babel/code-frame': ^7.0.0 error-ex: ^1.3.1 @@ -9400,13 +9428,13 @@ parse-json: lines-and-columns: ^1.1.6 4.0.0: $: sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA= - _: 'https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz' + _: 'https://npme.walmart.com/parse-json/-/parse-json-4.0.0.tgz' dependencies: error-ex: ^1.3.1 json-parse-better-errors: ^1.0.1 2.2.0: $: sha1-9ID0BDTvgHQfhGkJn43qGPVaTck= - _: 'https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz' + _: 'https://npme.walmart.com/parse-json/-/parse-json-2.2.0.tgz' dependencies: error-ex: ^1.2.0 parse-passwd: @@ -9415,21 +9443,21 @@ parse-passwd: ^1.0.0: 1.0.0 1.0.0: $: sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY= - _: 'https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz' + _: 'https://npme.walmart.com/parse-passwd/-/parse-passwd-1.0.0.tgz' parse5: _latest: 6.0.1 _: '^6.0.0,^6.0.1': 6.0.1 6.0.1: $: sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw== - _: 'https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz' + _: 'https://npme.walmart.com/parse5/-/parse5-6.0.1.tgz' parse5-htmlparser2-tree-adapter: _latest: 6.0.1 _: ^6.0.0: 6.0.1 6.0.1: $: sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA== - _: 'https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-6.0.1.tgz' + _: 'https://npme.walmart.com/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-6.0.1.tgz' dependencies: parse5: ^6.0.1 parseqs: @@ -9438,7 +9466,7 @@ parseqs: 0.0.5: 0.0.5 0.0.5: $: sha1-1SCKNzjkZ2bikbouoXNoSSGouJ0= - _: 'https://registry.npmjs.org/parseqs/-/parseqs-0.0.5.tgz' + _: 'https://npme.walmart.com/parseqs/-/parseqs-0.0.5.tgz' dependencies: better-assert: ~1.0.0 parseuri: @@ -9447,7 +9475,7 @@ parseuri: 0.0.5: 0.0.5 0.0.5: $: sha1-gCBKUNTbt3m/3G6+J3jZDkvOMgo= - _: 'https://registry.npmjs.org/parseuri/-/parseuri-0.0.5.tgz' + _: 'https://npme.walmart.com/parseuri/-/parseuri-0.0.5.tgz' dependencies: better-assert: ~1.0.0 parseurl: @@ -9456,28 +9484,28 @@ parseurl: '~1.3.2,~1.3.3': 1.3.3 1.3.3: $: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== - _: 'https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz' + _: 'https://npme.walmart.com/parseurl/-/parseurl-1.3.3.tgz' pascalcase: _latest: 1.0.0 _: ^0.1.1: 0.1.1 0.1.1: $: sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ= - _: 'https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz' + _: 'https://npme.walmart.com/pascalcase/-/pascalcase-0.1.1.tgz' path-browserify: _latest: 1.0.1 _: 0.0.1: 0.0.1 0.0.1: $: sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ== - _: 'https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz' + _: 'https://npme.walmart.com/path-browserify/-/path-browserify-0.0.1.tgz' path-dirname: _latest: 1.0.2 _: ^1.0.0: 1.0.2 1.0.2: $: sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA= - _: 'https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz' + _: 'https://npme.walmart.com/path-dirname/-/path-dirname-1.0.2.tgz' path-exists: _latest: 4.0.0 _: @@ -9486,13 +9514,13 @@ path-exists: ^4.0.0: 4.0.0 4.0.0: $: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w== - _: 'https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz' + _: 'https://npme.walmart.com/path-exists/-/path-exists-4.0.0.tgz' 3.0.0: $: sha1-zg6+ql94yxiSXqfYENe1mwEP1RU= - _: 'https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz' + _: 'https://npme.walmart.com/path-exists/-/path-exists-3.0.0.tgz' 2.1.0: $: sha1-D+tsZPD8UY2adU3V77YscCJ2H0s= - _: 'https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz' + _: 'https://npme.walmart.com/path-exists/-/path-exists-2.1.0.tgz' dependencies: pinkie-promise: ^2.0.0 path-is-absolute: @@ -9501,14 +9529,14 @@ path-is-absolute: ^1.0.0: 1.0.1 1.0.1: $: sha1-F0uSaHNVNP+8es5r9TpanhtcX18= - _: 'https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz' + _: 'https://npme.walmart.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz' path-is-inside: _latest: 1.0.2 _: ^1.0.2: 1.0.2 1.0.2: $: sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM= - _: 'https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz' + _: 'https://npme.walmart.com/path-is-inside/-/path-is-inside-1.0.2.tgz' path-key: _latest: 3.1.1 _: @@ -9516,24 +9544,24 @@ path-key: ^3.1.0: 3.1.1 3.1.1: $: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== - _: 'https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz' + _: 'https://npme.walmart.com/path-key/-/path-key-3.1.1.tgz' 2.0.1: $: sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= - _: 'https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz' + _: 'https://npme.walmart.com/path-key/-/path-key-2.0.1.tgz' path-parse: _latest: 1.0.6 _: ^1.0.6: 1.0.6 1.0.6: $: sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw== - _: 'https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz' + _: 'https://npme.walmart.com/path-parse/-/path-parse-1.0.6.tgz' path-to-regexp: _latest: 6.2.0 _: ^1.7.0: 1.8.0 1.8.0: $: sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA== - _: 'https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz' + _: 'https://npme.walmart.com/path-to-regexp/-/path-to-regexp-1.8.0.tgz' dependencies: isarray: 0.0.1 path-type: @@ -9543,12 +9571,12 @@ path-type: ^3.0.0: 3.0.0 3.0.0: $: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg== - _: 'https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz' + _: 'https://npme.walmart.com/path-type/-/path-type-3.0.0.tgz' dependencies: pify: ^3.0.0 1.1.0: $: sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE= - _: 'https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz' + _: 'https://npme.walmart.com/path-type/-/path-type-1.1.0.tgz' dependencies: graceful-fs: ^4.1.2 pify: ^2.0.0 @@ -9559,14 +9587,14 @@ pathval: ^1.1.0: 1.1.0 1.1.0: $: sha1-uULm1L3mUwBe9rcTYd74cn0GReA= - _: 'https://registry.npmjs.org/pathval/-/pathval-1.1.0.tgz' + _: 'https://npme.walmart.com/pathval/-/pathval-1.1.0.tgz' pbkdf2: _latest: 3.1.1 _: ^3.0.3: 3.1.1 3.1.1: $: sha512-4Ejy1OPxi9f2tt1rRV7Go7zmfDQ+ZectEQz3VGUQhgq62HtIRPDyG/JtnwIxs6x3uNMwo2V7q1fMvKjb+Tnpqg== - _: 'https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.1.tgz' + _: 'https://npme.walmart.com/pbkdf2/-/pbkdf2-3.1.1.tgz' dependencies: create-hash: ^1.1.2 create-hmac: ^1.1.4 @@ -9579,14 +9607,14 @@ performance-now: ^2.1.0: 2.1.0 2.1.0: $: sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= - _: 'https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz' + _: 'https://npme.walmart.com/performance-now/-/performance-now-2.1.0.tgz' picomatch: _latest: 2.2.2 _: '^2.0.4,^2.2.1': 2.2.2 2.2.2: $: sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg== - _: 'https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz' + _: 'https://npme.walmart.com/picomatch/-/picomatch-2.2.2.tgz' pify: _latest: 5.0.0 _: @@ -9595,36 +9623,36 @@ pify: ^4.0.1: 4.0.1 4.0.1: $: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g== - _: 'https://registry.npmjs.org/pify/-/pify-4.0.1.tgz' + _: 'https://npme.walmart.com/pify/-/pify-4.0.1.tgz' 3.0.0: $: sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY= - _: 'https://registry.npmjs.org/pify/-/pify-3.0.0.tgz' + _: 'https://npme.walmart.com/pify/-/pify-3.0.0.tgz' 2.3.0: $: sha1-7RQaasBDqEnqWISY59yosVMw6Qw= - _: 'https://registry.npmjs.org/pify/-/pify-2.3.0.tgz' + _: 'https://npme.walmart.com/pify/-/pify-2.3.0.tgz' pinkie: _latest: 2.0.4 _: ^2.0.0: 2.0.4 2.0.4: $: sha1-clVrgM+g1IqXToDnckjoDtT3+HA= - _: 'https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz' + _: 'https://npme.walmart.com/pinkie/-/pinkie-2.0.4.tgz' pinkie-promise: _latest: 2.0.1 _: ^2.0.0: 2.0.1 2.0.1: $: sha1-ITXW36ejWMBprJsXh3YogihFD/o= - _: 'https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz' + _: 'https://npme.walmart.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz' dependencies: pinkie: ^2.0.0 pino: - _latest: 6.9.0 + _latest: 6.11.0 _: ^5.11.3: 5.17.0 5.17.0: $: sha512-LqrqmRcJz8etUjyV0ddqB6OTUutCgQULPFg2b4dtijRHUsucaAdBgSUW58vY6RFSX+NT8963F+q0tM6lNwGShA== - _: 'https://registry.npmjs.org/pino/-/pino-5.17.0.tgz' + _: 'https://npme.walmart.com/pino/-/pino-5.17.0.tgz' dependencies: fast-redact: ^2.0.0 fast-safe-stringify: ^2.0.7 @@ -9632,20 +9660,39 @@ pino: pino-std-serializers: ^2.4.2 quick-format-unescaped: ^3.0.3 sonic-boom: ^0.7.5 +pino-pretty: + _latest: 4.3.0 + _: + ^4.3.0: 4.3.0 + 4.3.0: + $: sha512-uEc9SUCCGVEs0goZvyznKXBHtI1PNjGgqHviJHxOCEFEWZN6Z/IQKv5pO9gSdm/b+WfX+/dfheWhtZUyScqjlQ== + _: 'https://npme.walmart.com/pino-pretty/-/pino-pretty-4.3.0.tgz' + dependencies: + '@hapi/bourne': ^2.0.0 + args: ^5.0.1 + chalk: ^4.0.0 + dateformat: ^3.0.3 + fast-safe-stringify: ^2.0.7 + jmespath: ^0.15.0 + joycon: ^2.2.5 + pump: ^3.0.0 + readable-stream: ^3.6.0 + split2: ^3.1.1 + strip-json-comments: ^3.1.1 pino-std-serializers: - _latest: 3.0.0 + _latest: 3.2.0 _: ^2.4.2: 2.5.0 2.5.0: $: sha512-wXqbqSrIhE58TdrxxlfLwU9eDhrzppQDvGhBEr1gYbzzM4KKo3Y63gSjiDXRKLVS2UOXdPNR2v+KnQgNrs+xUg== - _: 'https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-2.5.0.tgz' + _: 'https://npme.walmart.com/pino-std-serializers/-/pino-std-serializers-2.5.0.tgz' pirates: _latest: 4.0.1 _: ^4.0.0: 4.0.1 4.0.1: $: sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA== - _: 'https://registry.npmjs.org/pirates/-/pirates-4.0.1.tgz' + _: 'https://npme.walmart.com/pirates/-/pirates-4.0.1.tgz' dependencies: node-modules-regexp: ^1.0.0 pkg-dir: @@ -9655,12 +9702,12 @@ pkg-dir: ^4.1.0: 4.2.0 4.2.0: $: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ== - _: 'https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz' + _: 'https://npme.walmart.com/pkg-dir/-/pkg-dir-4.2.0.tgz' dependencies: find-up: ^4.0.0 3.0.0: $: sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw== - _: 'https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz' + _: 'https://npme.walmart.com/pkg-dir/-/pkg-dir-3.0.0.tgz' dependencies: find-up: ^3.0.0 pkg-up: @@ -9669,7 +9716,7 @@ pkg-up: ^3.1.0: 3.1.0 3.1.0: $: sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA== - _: 'https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz' + _: 'https://npme.walmart.com/pkg-up/-/pkg-up-3.1.0.tgz' dependencies: find-up: ^3.0.0 posix-character-classes: @@ -9678,9 +9725,9 @@ posix-character-classes: ^0.1.0: 0.1.1 0.1.1: $: sha1-AerA/jta9xoqbAL+q7jB/vfgDqs= - _: 'https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz' + _: 'https://npme.walmart.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz' postcss: - _latest: 8.2.2 + _latest: 8.2.4 _: 6.0.1: 6.0.1 ^5.0.10: 5.2.18 @@ -9691,28 +9738,28 @@ postcss: '^7.0.0,^7.0.1,^7.0.14,^7.0.17,^7.0.2,^7.0.27,^7.0.32,^7.0.5,^7.0.6': 7.0.35 7.0.35: $: sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg== - _: 'https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz' + _: 'https://npme.walmart.com/postcss/-/postcss-7.0.35.tgz' dependencies: chalk: ^2.4.2 source-map: ^0.6.1 supports-color: ^6.1.0 6.0.23: $: sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag== - _: 'https://registry.npmjs.org/postcss/-/postcss-6.0.23.tgz' + _: 'https://npme.walmart.com/postcss/-/postcss-6.0.23.tgz' dependencies: chalk: ^2.4.1 source-map: ^0.6.1 supports-color: ^5.4.0 6.0.1: $: sha1-AA29H47vIXqjaLmiEsX8QLKo8/I= - _: 'https://registry.npmjs.org/postcss/-/postcss-6.0.1.tgz' + _: 'https://npme.walmart.com/postcss/-/postcss-6.0.1.tgz' dependencies: chalk: ^1.1.3 source-map: ^0.5.6 supports-color: ^3.2.3 5.2.18: $: sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg== - _: 'https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz' + _: 'https://npme.walmart.com/postcss/-/postcss-5.2.18.tgz' dependencies: chalk: ^1.1.3 js-base64: ^2.1.9 @@ -9724,7 +9771,7 @@ postcss-attribute-case-insensitive: ^4.0.1: 4.0.2 4.0.2: $: sha512-clkFxk/9pcdb4Vkn0hAHq3YnxBQ2p0CGD1dy24jN+reBck+EWxMbxSUqN4Yj7t0w8csl87K6p0gxBe1utkJsYA== - _: 'https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-4.0.2.tgz' + _: 'https://npme.walmart.com/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-4.0.2.tgz' dependencies: postcss: ^7.0.2 postcss-selector-parser: ^6.0.2 @@ -9734,7 +9781,7 @@ postcss-calc: ^7.0.1: 7.0.5 7.0.5: $: sha512-1tKHutbGtLtEZF6PT4JSihCHfIVldU72mZ8SdZHIYriIZ9fh9k9aWSppaT8rHsyI3dX+KSR+W+Ix9BMY3AODrg== - _: 'https://registry.npmjs.org/postcss-calc/-/postcss-calc-7.0.5.tgz' + _: 'https://npme.walmart.com/postcss-calc/-/postcss-calc-7.0.5.tgz' dependencies: postcss: ^7.0.27 postcss-selector-parser: ^6.0.2 @@ -9745,7 +9792,7 @@ postcss-color-functional-notation: ^2.0.1: 2.0.1 2.0.1: $: sha512-ZBARCypjEDofW4P6IdPVTLhDNXPRn8T2s1zHbZidW6rPaaZvcnCS2soYFIQJrMZSxiePJ2XIYTlcb2ztr/eT2g== - _: 'https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-2.0.1.tgz' + _: 'https://npme.walmart.com/postcss-color-functional-notation/-/postcss-color-functional-notation-2.0.1.tgz' dependencies: postcss: ^7.0.2 postcss-values-parser: ^2.0.0 @@ -9755,18 +9802,18 @@ postcss-color-gray: ^5.0.0: 5.0.0 5.0.0: $: sha512-q6BuRnAGKM/ZRpfDascZlIZPjvwsRye7UDNalqVz3s7GDxMtqPY6+Q871liNxsonUw8oC61OG+PSaysYpl1bnw== - _: 'https://registry.npmjs.org/postcss-color-gray/-/postcss-color-gray-5.0.0.tgz' + _: 'https://npme.walmart.com/postcss-color-gray/-/postcss-color-gray-5.0.0.tgz' dependencies: '@csstools/convert-colors': ^1.4.0 postcss: ^7.0.5 postcss-values-parser: ^2.0.0 postcss-color-hex-alpha: - _latest: 6.0.0 + _latest: 7.0.0 _: ^5.0.3: 5.0.3 5.0.3: $: sha512-PF4GDel8q3kkreVXKLAGNpHKilXsZ6xuu+mOQMHWHLPNyjiUBOr75sp5ZKJfmv1MCus5/DWUGcK9hm6qHEnXYw== - _: 'https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-5.0.3.tgz' + _: 'https://npme.walmart.com/postcss-color-hex-alpha/-/postcss-color-hex-alpha-5.0.3.tgz' dependencies: postcss: ^7.0.14 postcss-values-parser: ^2.0.1 @@ -9776,7 +9823,7 @@ postcss-color-mod-function: ^3.0.3: 3.0.3 3.0.3: $: sha512-YP4VG+xufxaVtzV6ZmhEtc+/aTXH3d0JLpnYfxqTvwZPbJhWqp8bSY3nfNzNRFLgB4XSaBA82OE4VjOOKpCdVQ== - _: 'https://registry.npmjs.org/postcss-color-mod-function/-/postcss-color-mod-function-3.0.3.tgz' + _: 'https://npme.walmart.com/postcss-color-mod-function/-/postcss-color-mod-function-3.0.3.tgz' dependencies: '@csstools/convert-colors': ^1.4.0 postcss: ^7.0.2 @@ -9787,7 +9834,7 @@ postcss-color-rebeccapurple: ^4.0.1: 4.0.1 4.0.1: $: sha512-aAe3OhkS6qJXBbqzvZth2Au4V3KieR5sRQ4ptb2b2O8wgvB3SJBsdG+jsn2BZbbwekDG8nTfcCNKcSfe/lEy8g== - _: 'https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-4.0.1.tgz' + _: 'https://npme.walmart.com/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-4.0.1.tgz' dependencies: postcss: ^7.0.2 postcss-values-parser: ^2.0.0 @@ -9797,7 +9844,7 @@ postcss-colormin: ^4.0.3: 4.0.3 4.0.3: $: sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw== - _: 'https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-4.0.3.tgz' + _: 'https://npme.walmart.com/postcss-colormin/-/postcss-colormin-4.0.3.tgz' dependencies: browserslist: ^4.0.0 color: ^3.0.0 @@ -9810,36 +9857,36 @@ postcss-convert-values: ^4.0.1: 4.0.1 4.0.1: $: sha512-Kisdo1y77KUC0Jmn0OXU/COOJbzM8cImvw1ZFsBgBgMgb1iL23Zs/LXRe3r+EZqM3vGYKdQ2YJVQ5VkJI+zEJQ== - _: 'https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-4.0.1.tgz' + _: 'https://npme.walmart.com/postcss-convert-values/-/postcss-convert-values-4.0.1.tgz' dependencies: postcss: ^7.0.0 postcss-value-parser: ^3.0.0 postcss-custom-media: - _latest: 7.0.8 + _latest: 8.0.0 _: ^7.0.8: 7.0.8 7.0.8: $: sha512-c9s5iX0Ge15o00HKbuRuTqNndsJUbaXdiNsksnVH8H4gdc+zbLzr/UasOwNG6CTDpLFekVY4672eWdiiWu2GUg== - _: 'https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-7.0.8.tgz' + _: 'https://npme.walmart.com/postcss-custom-media/-/postcss-custom-media-7.0.8.tgz' dependencies: postcss: ^7.0.14 postcss-custom-properties: - _latest: 10.0.0 + _latest: 11.0.0 _: ^8.0.11: 8.0.11 8.0.11: $: sha512-nm+o0eLdYqdnJ5abAJeXp4CEU1c1k+eB2yMCvhgzsds/e0umabFrN6HoTy/8Q4K5ilxERdl/JD1LO5ANoYBeMA== - _: 'https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-8.0.11.tgz' + _: 'https://npme.walmart.com/postcss-custom-properties/-/postcss-custom-properties-8.0.11.tgz' dependencies: postcss: ^7.0.17 postcss-values-parser: ^2.0.1 postcss-custom-selectors: - _latest: 5.1.2 + _latest: 6.0.0 _: ^5.1.2: 5.1.2 5.1.2: $: sha512-DSGDhqinCqXqlS4R7KGxL1OSycd1lydugJ1ky4iRXPHdBRiozyMHrdu0H3o7qNOCiZwySZTUI5MV0T8QhCLu+w== - _: 'https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-5.1.2.tgz' + _: 'https://npme.walmart.com/postcss-custom-selectors/-/postcss-custom-selectors-5.1.2.tgz' dependencies: postcss: ^7.0.2 postcss-selector-parser: ^5.0.0-rc.3 @@ -9849,7 +9896,7 @@ postcss-dir-pseudo-class: ^5.0.0: 5.0.0 5.0.0: $: sha512-3pm4oq8HYWMZePJY+5ANriPs3P07q+LW6FAdTlkFH2XqDdP4HeeJYMOzn0HYLhRSjBO3fhiqSwwU9xEULSrPgw== - _: 'https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-5.0.0.tgz' + _: 'https://npme.walmart.com/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-5.0.0.tgz' dependencies: postcss: ^7.0.2 postcss-selector-parser: ^5.0.0-rc.3 @@ -9859,7 +9906,7 @@ postcss-discard-comments: ^4.0.2: 4.0.2 4.0.2: $: sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg== - _: 'https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-4.0.2.tgz' + _: 'https://npme.walmart.com/postcss-discard-comments/-/postcss-discard-comments-4.0.2.tgz' dependencies: postcss: ^7.0.0 postcss-discard-duplicates: @@ -9868,7 +9915,7 @@ postcss-discard-duplicates: ^4.0.2: 4.0.2 4.0.2: $: sha512-ZNQfR1gPNAiXZhgENFfEglF93pciw0WxMkJeVmw8eF+JZBbMD7jp6C67GqJAXVZP2BWbOztKfbsdmMp/k8c6oQ== - _: 'https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-4.0.2.tgz' + _: 'https://npme.walmart.com/postcss-discard-duplicates/-/postcss-discard-duplicates-4.0.2.tgz' dependencies: postcss: ^7.0.0 postcss-discard-empty: @@ -9877,7 +9924,7 @@ postcss-discard-empty: ^4.0.1: 4.0.1 4.0.1: $: sha512-B9miTzbznhDjTfjvipfHoqbWKwd0Mj+/fL5s1QOz06wufguil+Xheo4XpOnc4NqKYBCNqqEzgPv2aPBIJLox0w== - _: 'https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-4.0.1.tgz' + _: 'https://npme.walmart.com/postcss-discard-empty/-/postcss-discard-empty-4.0.1.tgz' dependencies: postcss: ^7.0.0 postcss-discard-overridden: @@ -9886,7 +9933,7 @@ postcss-discard-overridden: ^4.0.1: 4.0.1 4.0.1: $: sha512-IYY2bEDD7g1XM1IDEsUT4//iEYCxAmP5oDSFMVU/JVvT7gh+l4fmjciLqGgwjdWpQIdb0Che2VX00QObS5+cTg== - _: 'https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-4.0.1.tgz' + _: 'https://npme.walmart.com/postcss-discard-overridden/-/postcss-discard-overridden-4.0.1.tgz' dependencies: postcss: ^7.0.0 postcss-double-position-gradients: @@ -9895,7 +9942,7 @@ postcss-double-position-gradients: ^1.0.0: 1.0.0 1.0.0: $: sha512-G+nV8EnQq25fOI8CH/B6krEohGWnF5+3A6H/+JEpOncu5dCnkS1QQ6+ct3Jkaepw1NGVqqOZH6lqrm244mCftA== - _: 'https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-1.0.0.tgz' + _: 'https://npme.walmart.com/postcss-double-position-gradients/-/postcss-double-position-gradients-1.0.0.tgz' dependencies: postcss: ^7.0.5 postcss-values-parser: ^2.0.0 @@ -9905,7 +9952,7 @@ postcss-env-function: ^2.0.2: 2.0.2 2.0.2: $: sha512-rwac4BuZlITeUbiBq60h/xbLzXY43qOsIErngWa4l7Mt+RaSkT7QBjXVGTcBHupykkblHMDrBFh30zchYPaOUw== - _: 'https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-2.0.2.tgz' + _: 'https://npme.walmart.com/postcss-env-function/-/postcss-env-function-2.0.2.tgz' dependencies: postcss: ^7.0.2 postcss-values-parser: ^2.0.0 @@ -9915,7 +9962,7 @@ postcss-focus-visible: ^4.0.0: 4.0.0 4.0.0: $: sha512-Z5CkWBw0+idJHSV6+Bgf2peDOFf/x4o+vX/pwcNYrWpXFrSfTkQ3JQ1ojrq9yS+upnAlNRHeg8uEwFTgorjI8g== - _: 'https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-4.0.0.tgz' + _: 'https://npme.walmart.com/postcss-focus-visible/-/postcss-focus-visible-4.0.0.tgz' dependencies: postcss: ^7.0.2 postcss-focus-within: @@ -9924,16 +9971,16 @@ postcss-focus-within: ^3.0.0: 3.0.0 3.0.0: $: sha512-W0APui8jQeBKbCGZudW37EeMCjDeVxKgiYfIIEo8Bdh5SpB9sxds/Iq8SEuzS0Q4YFOlG7EPFulbbxujpkrV2w== - _: 'https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-3.0.0.tgz' + _: 'https://npme.walmart.com/postcss-focus-within/-/postcss-focus-within-3.0.0.tgz' dependencies: postcss: ^7.0.2 postcss-font-variant: - _latest: 4.0.1 + _latest: 5.0.0 _: ^4.0.0: 4.0.1 4.0.1: $: sha512-I3ADQSTNtLTTd8uxZhtSOrTCQ9G4qUVKPjHiDk0bV75QSxXjVWiJVJ2VLdspGUi9fbW9BcjKJoRvxAH1pckqmA== - _: 'https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-4.0.1.tgz' + _: 'https://npme.walmart.com/postcss-font-variant/-/postcss-font-variant-4.0.1.tgz' dependencies: postcss: ^7.0.2 postcss-gap-properties: @@ -9942,7 +9989,7 @@ postcss-gap-properties: ^2.0.0: 2.0.0 2.0.0: $: sha512-QZSqDaMgXCHuHTEzMsS2KfVDOq7ZFiknSpkrPJY6jmxbugUPTuSzs/vuE5I3zv0WAS+3vhrlqhijiprnuQfzmg== - _: 'https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-2.0.0.tgz' + _: 'https://npme.walmart.com/postcss-gap-properties/-/postcss-gap-properties-2.0.0.tgz' dependencies: postcss: ^7.0.2 postcss-image-set-function: @@ -9951,7 +9998,7 @@ postcss-image-set-function: ^3.0.1: 3.0.1 3.0.1: $: sha512-oPTcFFip5LZy8Y/whto91L9xdRHCWEMs3e1MdJxhgt4jy2WYXfhkng59fH5qLXSCPN8k4n94p1Czrfe5IOkKUw== - _: 'https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-3.0.1.tgz' + _: 'https://npme.walmart.com/postcss-image-set-function/-/postcss-image-set-function-3.0.1.tgz' dependencies: postcss: ^7.0.2 postcss-values-parser: ^2.0.0 @@ -9961,7 +10008,7 @@ postcss-import: ^12.0.1: 12.0.1 12.0.1: $: sha512-3Gti33dmCjyKBgimqGxL3vcV8w9+bsHwO5UrBawp796+jdardbcFl4RP5w/76BwNL7aGzpKstIfF9I+kdE8pTw== - _: 'https://registry.npmjs.org/postcss-import/-/postcss-import-12.0.1.tgz' + _: 'https://npme.walmart.com/postcss-import/-/postcss-import-12.0.1.tgz' dependencies: postcss: ^7.0.1 postcss-value-parser: ^3.2.3 @@ -9973,7 +10020,7 @@ postcss-initial: ^3.0.0: 3.0.2 3.0.2: $: sha512-ugA2wKonC0xeNHgirR4D3VWHs2JcU08WAi1KFLVcnb7IN89phID6Qtg2RIctWbnvp1TM2BOmDtX8GGLCKdR8YA== - _: 'https://registry.npmjs.org/postcss-initial/-/postcss-initial-3.0.2.tgz' + _: 'https://npme.walmart.com/postcss-initial/-/postcss-initial-3.0.2.tgz' dependencies: lodash.template: ^4.5.0 postcss: ^7.0.2 @@ -9983,7 +10030,7 @@ postcss-lab-function: ^2.0.1: 2.0.1 2.0.1: $: sha512-whLy1IeZKY+3fYdqQFuDBf8Auw+qFuVnChWjmxm/UhHWqNHZx+B99EwxTvGYmUBqe3Fjxs4L1BoZTJmPu6usVg== - _: 'https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-2.0.1.tgz' + _: 'https://npme.walmart.com/postcss-lab-function/-/postcss-lab-function-2.0.1.tgz' dependencies: '@csstools/convert-colors': ^1.4.0 postcss: ^7.0.2 @@ -9994,7 +10041,7 @@ postcss-less: ^3.1.4: 3.1.4 3.1.4: $: sha512-7TvleQWNM2QLcHqvudt3VYjULVB49uiW6XzEUFmvwHzvsOEF5MwBrIXZDJQvJNFGjJQTzSzZnDoCJ8h/ljyGXA== - _: 'https://registry.npmjs.org/postcss-less/-/postcss-less-3.1.4.tgz' + _: 'https://npme.walmart.com/postcss-less/-/postcss-less-3.1.4.tgz' dependencies: postcss: ^7.0.14 postcss-load-config: @@ -10003,17 +10050,17 @@ postcss-load-config: ^2.0.0: 2.1.2 2.1.2: $: sha512-/rDeGV6vMUo3mwJZmeHfEDvwnTKKqQ0S7OHUi/kJvvtx3aWtyWG2/0ZWnzCt2keEclwN6Tf0DST2v9kITdOKYw== - _: 'https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-2.1.2.tgz' + _: 'https://npme.walmart.com/postcss-load-config/-/postcss-load-config-2.1.2.tgz' dependencies: cosmiconfig: ^5.0.0 import-cwd: ^2.0.0 postcss-loader: - _latest: 4.1.0 + _latest: 4.2.0 _: ^3.0.0: 3.0.0 3.0.0: $: sha512-cLWoDEY5OwHcAjDnkyRQzAXfs2jrKjXpO/HQFcc5b5u/r7aa471wdmChmwfnv7x2u840iat/wi0lQ5nbRgSkUA== - _: 'https://registry.npmjs.org/postcss-loader/-/postcss-loader-3.0.0.tgz' + _: 'https://npme.walmart.com/postcss-loader/-/postcss-loader-3.0.0.tgz' dependencies: loader-utils: ^1.1.0 postcss: ^7.0.0 @@ -10025,16 +10072,16 @@ postcss-logical: ^3.0.0: 3.0.0 3.0.0: $: sha512-1SUKdJc2vuMOmeItqGuNaC+N8MzBWFWEkAnRnLpFYj1tGGa7NqyVBujfRtgNa2gXR+6RkGUiB2O5Vmh7E2RmiA== - _: 'https://registry.npmjs.org/postcss-logical/-/postcss-logical-3.0.0.tgz' + _: 'https://npme.walmart.com/postcss-logical/-/postcss-logical-3.0.0.tgz' dependencies: postcss: ^7.0.2 postcss-media-minmax: - _latest: 4.0.0 + _latest: 5.0.0 _: ^4.0.0: 4.0.0 4.0.0: $: sha512-fo9moya6qyxsjbFAYl97qKO9gyre3qvbMnkOZeZwlsW6XYFsvs2DMGDlchVLfAd8LHPZDxivu/+qW2SMQeTHBw== - _: 'https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-4.0.0.tgz' + _: 'https://npme.walmart.com/postcss-media-minmax/-/postcss-media-minmax-4.0.0.tgz' dependencies: postcss: ^7.0.2 postcss-merge-longhand: @@ -10043,7 +10090,7 @@ postcss-merge-longhand: ^4.0.11: 4.0.11 4.0.11: $: sha512-alx/zmoeXvJjp7L4mxEMjh8lxVlDFX1gqWHzaaQewwMZiVhLo42TEClKaeHbRf6J7j82ZOdTJ808RtN0ZOZwvw== - _: 'https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-4.0.11.tgz' + _: 'https://npme.walmart.com/postcss-merge-longhand/-/postcss-merge-longhand-4.0.11.tgz' dependencies: css-color-names: 0.0.4 postcss: ^7.0.0 @@ -10055,7 +10102,7 @@ postcss-merge-rules: ^4.0.3: 4.0.3 4.0.3: $: sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ== - _: 'https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-4.0.3.tgz' + _: 'https://npme.walmart.com/postcss-merge-rules/-/postcss-merge-rules-4.0.3.tgz' dependencies: browserslist: ^4.0.0 caniuse-api: ^3.0.0 @@ -10069,7 +10116,7 @@ postcss-minify-font-values: ^4.0.2: 4.0.2 4.0.2: $: sha512-j85oO6OnRU9zPf04+PZv1LYIYOprWm6IA6zkXkrJXyRveDEuQggG6tvoy8ir8ZwjLxLuGfNkCZEQG7zan+Hbtg== - _: 'https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-4.0.2.tgz' + _: 'https://npme.walmart.com/postcss-minify-font-values/-/postcss-minify-font-values-4.0.2.tgz' dependencies: postcss: ^7.0.0 postcss-value-parser: ^3.0.0 @@ -10079,7 +10126,7 @@ postcss-minify-gradients: ^4.0.2: 4.0.2 4.0.2: $: sha512-qKPfwlONdcf/AndP1U8SJ/uzIJtowHlMaSioKzebAXSG4iJthlWC9iSWznQcX4f66gIWX44RSA841HTHj3wK+Q== - _: 'https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-4.0.2.tgz' + _: 'https://npme.walmart.com/postcss-minify-gradients/-/postcss-minify-gradients-4.0.2.tgz' dependencies: cssnano-util-get-arguments: ^4.0.0 is-color-stop: ^1.0.0 @@ -10091,7 +10138,7 @@ postcss-minify-params: ^4.0.2: 4.0.2 4.0.2: $: sha512-G7eWyzEx0xL4/wiBBJxJOz48zAKV2WG3iZOqVhPet/9geefm/Px5uo1fzlHu+DOjT+m0Mmiz3jkQzVHe6wxAWg== - _: 'https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-4.0.2.tgz' + _: 'https://npme.walmart.com/postcss-minify-params/-/postcss-minify-params-4.0.2.tgz' dependencies: alphanum-sort: ^1.0.0 browserslist: ^4.0.0 @@ -10105,7 +10152,7 @@ postcss-minify-selectors: ^4.0.2: 4.0.2 4.0.2: $: sha512-D5S1iViljXBj9kflQo4YutWnJmwm8VvIsU1GeXJGiG9j8CIg9zs4voPMdQDUmIxetUOh60VilsNzCiAFTOqu3g== - _: 'https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-4.0.2.tgz' + _: 'https://npme.walmart.com/postcss-minify-selectors/-/postcss-minify-selectors-4.0.2.tgz' dependencies: alphanum-sort: ^1.0.0 has: ^1.0.0 @@ -10117,7 +10164,7 @@ postcss-modules: ^1.3.2: 1.5.0 1.5.0: $: sha512-KiAihzcV0TxTTNA5OXreyIXctuHOfR50WIhqBpc8pe0Q5dcs/Uap9EVlifOI9am7zGGdGOJQ6B1MPYKo2UxgOg== - _: 'https://registry.npmjs.org/postcss-modules/-/postcss-modules-1.5.0.tgz' + _: 'https://npme.walmart.com/postcss-modules/-/postcss-modules-1.5.0.tgz' dependencies: css-modules-loader-core: ^1.1.0 generic-names: ^2.0.1 @@ -10131,12 +10178,12 @@ postcss-modules-extract-imports: '^1.0.0,^1.2.0': 1.2.1 1.2.1: $: sha512-6jt9XZwUhwmRUhb/CkyJY020PYaPJsCyt3UjbaWo6XEbH/94Hmv6MP7fG2C5NDU/BcHzyGYxNtHvM+LTf9HrYw== - _: 'https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.2.1.tgz' + _: 'https://npme.walmart.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.2.1.tgz' dependencies: postcss: ^6.0.1 1.1.0: $: sha1-thTJcgvmgW6u41+zpfqh26agXds= - _: 'https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.1.0.tgz' + _: 'https://npme.walmart.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.1.0.tgz' dependencies: postcss: ^6.0.1 postcss-modules-local-by-default: @@ -10145,7 +10192,7 @@ postcss-modules-local-by-default: '1.2.0,^1.0.1,^1.2.0': 1.2.0 1.2.0: $: sha1-99gMOYxaOT+nlkRmvRlQCn1hwGk= - _: 'https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-1.2.0.tgz' + _: 'https://npme.walmart.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-1.2.0.tgz' dependencies: css-selector-tokenizer: ^0.7.0 postcss: ^6.0.1 @@ -10155,7 +10202,7 @@ postcss-modules-parser: ^1.1.1: 1.1.1 1.1.1: $: sha1-lfca15FvDzkge7gcQBM2yNJFc4w= - _: 'https://registry.npmjs.org/postcss-modules-parser/-/postcss-modules-parser-1.1.1.tgz' + _: 'https://npme.walmart.com/postcss-modules-parser/-/postcss-modules-parser-1.1.1.tgz' dependencies: icss-replace-symbols: ^1.0.2 lodash.foreach: ^3.0.3 @@ -10166,7 +10213,7 @@ postcss-modules-resolve-imports: ^1.3.0: 1.3.0 1.3.0: $: sha1-OY0wALla6WlCDN9M2D+oBn8cXq4= - _: 'https://registry.npmjs.org/postcss-modules-resolve-imports/-/postcss-modules-resolve-imports-1.3.0.tgz' + _: 'https://npme.walmart.com/postcss-modules-resolve-imports/-/postcss-modules-resolve-imports-1.3.0.tgz' dependencies: css-selector-tokenizer: ^0.7.0 icss-utils: ^3.0.1 @@ -10179,7 +10226,7 @@ postcss-modules-scope: '1.1.0,^1.0.0,^1.1.0': 1.1.0 1.1.0: $: sha1-1upkmUx5+XtipytCb75gVqGUu5A= - _: 'https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-1.1.0.tgz' + _: 'https://npme.walmart.com/postcss-modules-scope/-/postcss-modules-scope-1.1.0.tgz' dependencies: css-selector-tokenizer: ^0.7.0 postcss: ^6.0.1 @@ -10189,7 +10236,7 @@ postcss-modules-values: '1.3.0,^1.1.1,^1.3.0': 1.3.0 1.3.0: $: sha1-7P+p1+GSUYOJ9CrQ6D9yrsRW6iA= - _: 'https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-1.3.0.tgz' + _: 'https://npme.walmart.com/postcss-modules-values/-/postcss-modules-values-1.3.0.tgz' dependencies: icss-replace-symbols: ^1.1.0 postcss: ^6.0.1 @@ -10199,7 +10246,7 @@ postcss-nested: ^4.2.1: 4.2.3 4.2.3: $: sha512-rOv0W1HquRCamWy2kFl3QazJMMe1ku6rCFoAAH+9AcxdbpDeBr6k968MLWuLjvjMcGEip01ak09hKOEgpK9hvw== - _: 'https://registry.npmjs.org/postcss-nested/-/postcss-nested-4.2.3.tgz' + _: 'https://npme.walmart.com/postcss-nested/-/postcss-nested-4.2.3.tgz' dependencies: postcss: ^7.0.32 postcss-selector-parser: ^6.0.2 @@ -10209,7 +10256,7 @@ postcss-nesting: ^7.0.0: 7.0.1 7.0.1: $: sha512-FrorPb0H3nuVq0Sff7W2rnc3SmIcruVC6YwpcS+k687VxyxO33iE1amna7wHuRVzM8vfiYofXSBHNAZ3QhLvYg== - _: 'https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-7.0.1.tgz' + _: 'https://npme.walmart.com/postcss-nesting/-/postcss-nesting-7.0.1.tgz' dependencies: postcss: ^7.0.2 postcss-normalize-charset: @@ -10218,7 +10265,7 @@ postcss-normalize-charset: ^4.0.1: 4.0.1 4.0.1: $: sha512-gMXCrrlWh6G27U0hF3vNvR3w8I1s2wOBILvA87iNXaPvSNo5uZAMYsZG7XjCUf1eVxuPfyL4TJ7++SGZLc9A3g== - _: 'https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-4.0.1.tgz' + _: 'https://npme.walmart.com/postcss-normalize-charset/-/postcss-normalize-charset-4.0.1.tgz' dependencies: postcss: ^7.0.0 postcss-normalize-display-values: @@ -10227,7 +10274,7 @@ postcss-normalize-display-values: ^4.0.2: 4.0.2 4.0.2: $: sha512-3F2jcsaMW7+VtRMAqf/3m4cPFhPD3EFRgNs18u+k3lTJJlVe7d0YPO+bnwqo2xg8YiRpDXJI2u8A0wqJxMsQuQ== - _: 'https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.2.tgz' + _: 'https://npme.walmart.com/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.2.tgz' dependencies: cssnano-util-get-match: ^4.0.0 postcss: ^7.0.0 @@ -10238,7 +10285,7 @@ postcss-normalize-positions: ^4.0.2: 4.0.2 4.0.2: $: sha512-Dlf3/9AxpxE+NF1fJxYDeggi5WwV35MXGFnnoccP/9qDtFrTArZ0D0R+iKcg5WsUd8nUYMIl8yXDCtcrT8JrdA== - _: 'https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-4.0.2.tgz' + _: 'https://npme.walmart.com/postcss-normalize-positions/-/postcss-normalize-positions-4.0.2.tgz' dependencies: cssnano-util-get-arguments: ^4.0.0 has: ^1.0.0 @@ -10250,7 +10297,7 @@ postcss-normalize-repeat-style: ^4.0.2: 4.0.2 4.0.2: $: sha512-qvigdYYMpSuoFs3Is/f5nHdRLJN/ITA7huIoCyqqENJe9PvPmLhNLMu7QTjPdtnVf6OcYYO5SHonx4+fbJE1+Q== - _: 'https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-4.0.2.tgz' + _: 'https://npme.walmart.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-4.0.2.tgz' dependencies: cssnano-util-get-arguments: ^4.0.0 cssnano-util-get-match: ^4.0.0 @@ -10262,7 +10309,7 @@ postcss-normalize-string: ^4.0.2: 4.0.2 4.0.2: $: sha512-RrERod97Dnwqq49WNz8qo66ps0swYZDSb6rM57kN2J+aoyEAJfZ6bMx0sx/F9TIEX0xthPGCmeyiam/jXif0eA== - _: 'https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-4.0.2.tgz' + _: 'https://npme.walmart.com/postcss-normalize-string/-/postcss-normalize-string-4.0.2.tgz' dependencies: has: ^1.0.0 postcss: ^7.0.0 @@ -10273,7 +10320,7 @@ postcss-normalize-timing-functions: ^4.0.2: 4.0.2 4.0.2: $: sha512-acwJY95edP762e++00Ehq9L4sZCEcOPyaHwoaFOhIwWCDfik6YvqsYNxckee65JHLKzuNSSmAdxwD2Cud1Z54A== - _: 'https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-4.0.2.tgz' + _: 'https://npme.walmart.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-4.0.2.tgz' dependencies: cssnano-util-get-match: ^4.0.0 postcss: ^7.0.0 @@ -10284,7 +10331,7 @@ postcss-normalize-unicode: ^4.0.1: 4.0.1 4.0.1: $: sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg== - _: 'https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-4.0.1.tgz' + _: 'https://npme.walmart.com/postcss-normalize-unicode/-/postcss-normalize-unicode-4.0.1.tgz' dependencies: browserslist: ^4.0.0 postcss: ^7.0.0 @@ -10295,7 +10342,7 @@ postcss-normalize-url: ^4.0.1: 4.0.1 4.0.1: $: sha512-p5oVaF4+IHwu7VpMan/SSpmpYxcJMtkGppYf0VbdH5B6hN8YNmVyJLuY9FmLQTzY3fag5ESUUHDqM+heid0UVA== - _: 'https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-4.0.1.tgz' + _: 'https://npme.walmart.com/postcss-normalize-url/-/postcss-normalize-url-4.0.1.tgz' dependencies: is-absolute-url: ^2.0.0 normalize-url: ^3.0.0 @@ -10307,7 +10354,7 @@ postcss-normalize-whitespace: ^4.0.2: 4.0.2 4.0.2: $: sha512-tO8QIgrsI3p95r8fyqKV+ufKlSHh9hMJqACqbv2XknufqEDhDvbguXGBBqxw9nsQoXWf0qOqppziKJKHMD4GtA== - _: 'https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-4.0.2.tgz' + _: 'https://npme.walmart.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-4.0.2.tgz' dependencies: postcss: ^7.0.0 postcss-value-parser: ^3.0.0 @@ -10317,7 +10364,7 @@ postcss-ordered-values: ^4.1.2: 4.1.2 4.1.2: $: sha512-2fCObh5UanxvSxeXrtLtlwVThBvHn6MQcu4ksNT2tsaV2Fg76R2CV98W7wNSlX+5/pFwEyaDwKLLoEV7uRybAw== - _: 'https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-4.1.2.tgz' + _: 'https://npme.walmart.com/postcss-ordered-values/-/postcss-ordered-values-4.1.2.tgz' dependencies: cssnano-util-get-arguments: ^4.0.0 postcss: ^7.0.0 @@ -10328,7 +10375,7 @@ postcss-overflow-shorthand: ^2.0.0: 2.0.0 2.0.0: $: sha512-aK0fHc9CBNx8jbzMYhshZcEv8LtYnBIRYQD5i7w/K/wS9c2+0NSR6B3OVMu5y0hBHYLcMGjfU+dmWYNKH0I85g== - _: 'https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-2.0.0.tgz' + _: 'https://npme.walmart.com/postcss-overflow-shorthand/-/postcss-overflow-shorthand-2.0.0.tgz' dependencies: postcss: ^7.0.2 postcss-page-break: @@ -10337,7 +10384,7 @@ postcss-page-break: ^2.0.0: 2.0.0 2.0.0: $: sha512-tkpTSrLpfLfD9HvgOlJuigLuk39wVTbbd8RKcy8/ugV2bNBUW3xU+AIqyxhDrQr1VUj1RmyJrBn1YWrqUm9zAQ== - _: 'https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-2.0.0.tgz' + _: 'https://npme.walmart.com/postcss-page-break/-/postcss-page-break-2.0.0.tgz' dependencies: postcss: ^7.0.2 postcss-place: @@ -10346,7 +10393,7 @@ postcss-place: ^4.0.1: 4.0.1 4.0.1: $: sha512-Zb6byCSLkgRKLODj/5mQugyuj9bvAAw9LqJJjgwz5cYryGeXfFZfSXoP1UfveccFmeq0b/2xxwcTEVScnqGxBg== - _: 'https://registry.npmjs.org/postcss-place/-/postcss-place-4.0.1.tgz' + _: 'https://npme.walmart.com/postcss-place/-/postcss-place-4.0.1.tgz' dependencies: postcss: ^7.0.2 postcss-values-parser: ^2.0.0 @@ -10356,7 +10403,7 @@ postcss-preset-env: ^6.7.0: 6.7.0 6.7.0: $: sha512-eU4/K5xzSFwUFJ8hTdTQzo2RBLbDVt83QZrAvI07TULOkmyQlnYlpwep+2yIK+K+0KlZO4BvFcleOCCcUtwchg== - _: 'https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-6.7.0.tgz' + _: 'https://npme.walmart.com/postcss-preset-env/-/postcss-preset-env-6.7.0.tgz' dependencies: autoprefixer: ^9.6.1 browserslist: ^4.6.4 @@ -10401,7 +10448,7 @@ postcss-pseudo-class-any-link: ^6.0.0: 6.0.0 6.0.0: $: sha512-lgXW9sYJdLqtmw23otOzrtbDXofUdfYzNm4PIpNE322/swES3VU9XlXHeJS46zT2onFO7V1QFdD4Q9LiZj8mew== - _: 'https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-6.0.0.tgz' + _: 'https://npme.walmart.com/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-6.0.0.tgz' dependencies: postcss: ^7.0.2 postcss-selector-parser: ^5.0.0-rc.3 @@ -10411,7 +10458,7 @@ postcss-reduce-initial: ^4.0.3: 4.0.3 4.0.3: $: sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA== - _: 'https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-4.0.3.tgz' + _: 'https://npme.walmart.com/postcss-reduce-initial/-/postcss-reduce-initial-4.0.3.tgz' dependencies: browserslist: ^4.0.0 caniuse-api: ^3.0.0 @@ -10423,7 +10470,7 @@ postcss-reduce-transforms: ^4.0.2: 4.0.2 4.0.2: $: sha512-EEVig1Q2QJ4ELpJXMZR8Vt5DQx8/mo+dGWSR7vWXqcob2gQLyQGsionYcGKATXvQzMPn6DSN1vTN7yFximdIAg== - _: 'https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-4.0.2.tgz' + _: 'https://npme.walmart.com/postcss-reduce-transforms/-/postcss-reduce-transforms-4.0.2.tgz' dependencies: cssnano-util-get-match: ^4.0.0 has: ^1.0.0 @@ -10435,7 +10482,7 @@ postcss-replace-overflow-wrap: ^3.0.0: 3.0.0 3.0.0: $: sha512-2T5hcEHArDT6X9+9dVSPQdo7QHzG4XKclFT8rU5TzJPDN7RIRTbO9c4drUISOVemLj03aezStHCR2AIcr8XLpw== - _: 'https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-3.0.0.tgz' + _: 'https://npme.walmart.com/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-3.0.0.tgz' dependencies: postcss: ^7.0.2 postcss-scss: @@ -10444,7 +10491,7 @@ postcss-scss: ^2.0.0: 2.1.1 2.1.1: $: sha512-jQmGnj0hSGLd9RscFw9LyuSVAa5Bl1/KBPqG1NQw9w8ND55nY4ZEsdlVuYJvLPpV+y0nwTV5v/4rHPzZRihQbA== - _: 'https://registry.npmjs.org/postcss-scss/-/postcss-scss-2.1.1.tgz' + _: 'https://npme.walmart.com/postcss-scss/-/postcss-scss-2.1.1.tgz' dependencies: postcss: ^7.0.6 postcss-selector-matches: @@ -10453,7 +10500,7 @@ postcss-selector-matches: ^4.0.0: 4.0.0 4.0.0: $: sha512-LgsHwQR/EsRYSqlwdGzeaPKVT0Ml7LAT6E75T8W8xLJY62CE4S/l03BWIt3jT8Taq22kXP08s2SfTSzaraoPww== - _: 'https://registry.npmjs.org/postcss-selector-matches/-/postcss-selector-matches-4.0.0.tgz' + _: 'https://npme.walmart.com/postcss-selector-matches/-/postcss-selector-matches-4.0.0.tgz' dependencies: balanced-match: ^1.0.0 postcss: ^7.0.2 @@ -10463,7 +10510,7 @@ postcss-selector-not: ^4.0.0: 4.0.1 4.0.1: $: sha512-YolvBgInEK5/79C+bdFMyzqTg6pkYqDbzZIST/PDMqa/o3qtXenD05apBG2jLgT0/BQ77d4U2UK12jWpilqMAQ== - _: 'https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-4.0.1.tgz' + _: 'https://npme.walmart.com/postcss-selector-not/-/postcss-selector-not-4.0.1.tgz' dependencies: balanced-match: ^1.0.0 postcss: ^7.0.2 @@ -10475,7 +10522,7 @@ postcss-selector-parser: ^6.0.2: 6.0.4 6.0.4: $: sha512-gjMeXBempyInaBqpp8gODmwZ52WaYsVOsfr4L4lDQ7n3ncD6mEyySiDtgzCT+NYC0mmeOLvtsF8iaEf0YT6dBw== - _: 'https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.4.tgz' + _: 'https://npme.walmart.com/postcss-selector-parser/-/postcss-selector-parser-6.0.4.tgz' dependencies: cssesc: ^3.0.0 indexes-of: ^1.0.1 @@ -10483,14 +10530,14 @@ postcss-selector-parser: util-deprecate: ^1.0.2 5.0.0-rc.4: $: sha512-0XvfYuShrKlTk1ooUrVzMCFQRcypsdEIsGqh5IxC5rdtBi4/M/tDAJeSONwC2MTqEFsmPZYAV7Dd4X8rgAfV0A== - _: 'https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-5.0.0-rc.4.tgz' + _: 'https://npme.walmart.com/postcss-selector-parser/-/postcss-selector-parser-5.0.0-rc.4.tgz' dependencies: cssesc: ^2.0.0 indexes-of: ^1.0.1 uniq: ^1.0.1 3.1.2: $: sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA== - _: 'https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz' + _: 'https://npme.walmart.com/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz' dependencies: dot-prop: ^5.2.0 indexes-of: ^1.0.1 @@ -10501,7 +10548,7 @@ postcss-svgo: ^4.0.2: 4.0.2 4.0.2: $: sha512-C6wyjo3VwFm0QgBy+Fu7gCYOkCmgmClghO+pjcxvrcBKtiKt0uCF+hvbMO1fyv5BMImRK90SMb+dwUnfbGd+jw== - _: 'https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-4.0.2.tgz' + _: 'https://npme.walmart.com/postcss-svgo/-/postcss-svgo-4.0.2.tgz' dependencies: is-svg: ^3.0.0 postcss: ^7.0.0 @@ -10513,7 +10560,7 @@ postcss-unique-selectors: ^4.0.1: 4.0.1 4.0.1: $: sha512-+JanVaryLo9QwZjKrmJgkI4Fn8SBgRO6WXQBJi7KiAVPlmxikB5Jzc4EvXMT2H0/m0RjrVVm9rGNhZddm/8Spg== - _: 'https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-4.0.1.tgz' + _: 'https://npme.walmart.com/postcss-unique-selectors/-/postcss-unique-selectors-4.0.1.tgz' dependencies: alphanum-sort: ^1.0.0 postcss: ^7.0.0 @@ -10525,17 +10572,17 @@ postcss-value-parser: '^4.0.2,^4.1.0': 4.1.0 4.1.0: $: sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ== - _: 'https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz' + _: 'https://npme.walmart.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz' 3.3.1: $: sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ== - _: 'https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz' + _: 'https://npme.walmart.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz' postcss-values-parser: _latest: 4.0.0 _: '^2.0.0,^2.0.1': 2.0.1 2.0.1: $: sha512-2tLuBsA6P4rYTNKCXYG/71C7j1pU6pK503suYOmn4xYrQIzW+opD+7FAFNuGSdZC/3Qfy334QbeMu7MEb8gOxg== - _: 'https://registry.npmjs.org/postcss-values-parser/-/postcss-values-parser-2.0.1.tgz' + _: 'https://npme.walmart.com/postcss-values-parser/-/postcss-values-parser-2.0.1.tgz' dependencies: flatten: ^1.0.2 indexes-of: ^1.0.1 @@ -10546,35 +10593,35 @@ prelude-ls: ^1.2.1: 1.2.1 1.2.1: $: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== - _: 'https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz' + _: 'https://npme.walmart.com/prelude-ls/-/prelude-ls-1.2.1.tgz' prepend-http: _latest: 3.0.1 _: ^1.0.0: 1.0.4 1.0.4: $: sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw= - _: 'https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz' + _: 'https://npme.walmart.com/prepend-http/-/prepend-http-1.0.4.tgz' process: _latest: 0.11.10 _: ^0.11.10: 0.11.10 0.11.10: $: sha1-czIwDoQBYb2j5podHZGn1LwW8YI= - _: 'https://registry.npmjs.org/process/-/process-0.11.10.tgz' + _: 'https://npme.walmart.com/process/-/process-0.11.10.tgz' process-nextick-args: _latest: 2.0.1 _: ~2.0.0: 2.0.1 2.0.1: $: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== - _: 'https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz' + _: 'https://npme.walmart.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz' process-on-spawn: _latest: 1.0.0 _: ^1.0.0: 1.0.0 1.0.0: $: sha512-1WsPDsUSMmZH5LeMLegqkPDrsGgsWwk1Exipy2hvB0o/F0ASzbpIctSCcZIK1ykJvtTJULEH+20WOFjMvGnCTg== - _: 'https://registry.npmjs.org/process-on-spawn/-/process-on-spawn-1.0.0.tgz' + _: 'https://npme.walmart.com/process-on-spawn/-/process-on-spawn-1.0.0.tgz' dependencies: fromentries: ^1.2.0 progress: @@ -10583,21 +10630,21 @@ progress: ^2.0.0: 2.0.3 2.0.3: $: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== - _: 'https://registry.npmjs.org/progress/-/progress-2.0.3.tgz' + _: 'https://npme.walmart.com/progress/-/progress-2.0.3.tgz' promise-inflight: _latest: 1.0.1 _: ^1.0.1: 1.0.1 1.0.1: $: sha1-mEcocL8igTL8vdhoEputEsPAKeM= - _: 'https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz' + _: 'https://npme.walmart.com/promise-inflight/-/promise-inflight-1.0.1.tgz' prompts: _latest: 2.4.0 _: ^2.3.2: 2.4.0 2.4.0: $: sha512-awZAKrk3vN6CroQukBL+R9051a4R3zCZBlJm/HBfrSZ8iTpYix3VX1vU4mveiLpiwmOJT4wokTF9m6HUk4KqWQ== - _: 'https://registry.npmjs.org/prompts/-/prompts-2.4.0.tgz' + _: 'https://npme.walmart.com/prompts/-/prompts-2.4.0.tgz' dependencies: kleur: ^3.0.3 sisteransi: ^1.0.5 @@ -10607,7 +10654,7 @@ prop-types: '^15.5.8,^15.6.1,^15.6.2,^15.7.2': 15.7.2 15.7.2: $: sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ== - _: 'https://registry.npmjs.org/prop-types/-/prop-types-15.7.2.tgz' + _: 'https://npme.walmart.com/prop-types/-/prop-types-15.7.2.tgz' dependencies: loose-envify: ^1.4.0 object-assign: ^4.1.1 @@ -10618,7 +10665,7 @@ prop-types-exact: ^1.2.0: 1.2.0 1.2.0: $: sha512-K+Tk3Kd9V0odiXFP9fwDHUYRyvK3Nun3GVyPapSIs5OBkITAm15W0CPFD/YKTkMUAbc0b9CUwRQp2ybiBIq+eA== - _: 'https://registry.npmjs.org/prop-types-exact/-/prop-types-exact-1.2.0.tgz' + _: 'https://npme.walmart.com/prop-types-exact/-/prop-types-exact-1.2.0.tgz' dependencies: has: ^1.0.3 object.assign: ^4.1.0 @@ -10629,35 +10676,35 @@ prr: ~1.0.1: 1.0.1 1.0.1: $: sha1-0/wRS6BplaRexok/SEzrHXj19HY= - _: 'https://registry.npmjs.org/prr/-/prr-1.0.1.tgz' + _: 'https://npme.walmart.com/prr/-/prr-1.0.1.tgz' ps-get: _latest: 1.1.0 _: ^1.1.0: 1.1.0 1.1.0: $: sha512-muN3eNy+lkwlICHD4/9XUM3YqzJaEyWJBRUJ8y5EnGsBRhsZBggF4KvVVPIdVZ+bj0KoiRJs7OrOELoYQSh76Q== - _: 'https://registry.npmjs.org/ps-get/-/ps-get-1.1.0.tgz' + _: 'https://npme.walmart.com/ps-get/-/ps-get-1.1.0.tgz' pseudomap: _latest: 1.0.2 _: ^1.0.2: 1.0.2 1.0.2: $: sha1-8FKijacOYYkX7wqKw0wa5aaChrM= - _: 'https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz' + _: 'https://npme.walmart.com/pseudomap/-/pseudomap-1.0.2.tgz' psl: _latest: 1.8.0 _: ^1.1.28: 1.8.0 1.8.0: $: sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ== - _: 'https://registry.npmjs.org/psl/-/psl-1.8.0.tgz' + _: 'https://npme.walmart.com/psl/-/psl-1.8.0.tgz' public-encrypt: _latest: 4.0.3 _: ^4.0.0: 4.0.3 4.0.3: $: sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q== - _: 'https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz' + _: 'https://npme.walmart.com/public-encrypt/-/public-encrypt-4.0.3.tgz' dependencies: bn.js: ^4.1.0 browserify-rsa: ^4.0.0 @@ -10672,13 +10719,13 @@ pump: ^3.0.0: 3.0.0 3.0.0: $: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww== - _: 'https://registry.npmjs.org/pump/-/pump-3.0.0.tgz' + _: 'https://npme.walmart.com/pump/-/pump-3.0.0.tgz' dependencies: end-of-stream: ^1.1.0 once: ^1.3.1 2.0.1: $: sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA== - _: 'https://registry.npmjs.org/pump/-/pump-2.0.1.tgz' + _: 'https://npme.walmart.com/pump/-/pump-2.0.1.tgz' dependencies: end-of-stream: ^1.1.0 once: ^1.3.1 @@ -10688,7 +10735,7 @@ pumpify: '1.x.x,^1.3.3': 1.5.1 1.5.1: $: sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ== - _: 'https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz' + _: 'https://npme.walmart.com/pumpify/-/pumpify-1.5.1.tgz' dependencies: duplexify: ^3.6.0 inherits: ^2.0.3 @@ -10701,45 +10748,45 @@ punycode: '^2.1.0,^2.1.1': 2.1.1 2.1.1: $: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== - _: 'https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz' + _: 'https://npme.walmart.com/punycode/-/punycode-2.1.1.tgz' 1.4.1: $: sha1-wNWmOycYgArY4esPpSachN1BhF4= - _: 'https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz' + _: 'https://npme.walmart.com/punycode/-/punycode-1.4.1.tgz' 1.3.2: $: sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0= - _: 'https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz' + _: 'https://npme.walmart.com/punycode/-/punycode-1.3.2.tgz' q: _latest: 1.5.1 _: ^1.1.2: 1.5.1 1.5.1: $: sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc= - _: 'https://registry.npmjs.org/q/-/q-1.5.1.tgz' + _: 'https://npme.walmart.com/q/-/q-1.5.1.tgz' qjobs: _latest: 1.2.0 _: ^1.1.4: 1.2.0 1.2.0: $: sha512-8YOJEHtxpySA3fFDyCRxA+UUV+fA+rTWnuWvylOK/NCjhY+b4ocCtmu8TtsWb+mYeU+GCHf/S66KZF/AsteKHg== - _: 'https://registry.npmjs.org/qjobs/-/qjobs-1.2.0.tgz' + _: 'https://npme.walmart.com/qjobs/-/qjobs-1.2.0.tgz' qs: - _latest: 6.9.4 + _latest: 6.9.6 _: 6.7.0: 6.7.0 ~6.5.2: 6.5.2 6.7.0: $: sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ== - _: 'https://registry.npmjs.org/qs/-/qs-6.7.0.tgz' + _: 'https://npme.walmart.com/qs/-/qs-6.7.0.tgz' 6.5.2: $: sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA== - _: 'https://registry.npmjs.org/qs/-/qs-6.5.2.tgz' + _: 'https://npme.walmart.com/qs/-/qs-6.5.2.tgz' query-string: _latest: 6.13.8 _: ^4.1.0: 4.3.4 4.3.4: $: sha1-u7aTucqRXCMlFbIosaArYJBD2+s= - _: 'https://registry.npmjs.org/query-string/-/query-string-4.3.4.tgz' + _: 'https://npme.walmart.com/query-string/-/query-string-4.3.4.tgz' dependencies: object-assign: ^4.1.0 strict-uri-encode: ^1.0.0 @@ -10749,28 +10796,28 @@ querystring: '0.2.0,^0.2.0': 0.2.0 0.2.0: $: sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA= - _: 'https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz' + _: 'https://npme.walmart.com/querystring/-/querystring-0.2.0.tgz' querystring-es3: _latest: 0.2.1 _: ^0.2.0: 0.2.1 0.2.1: $: sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM= - _: 'https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz' + _: 'https://npme.walmart.com/querystring-es3/-/querystring-es3-0.2.1.tgz' quick-format-unescaped: _latest: 4.0.1 _: ^3.0.3: 3.0.3 3.0.3: $: sha512-dy1yjycmn9blucmJLXOfZDx1ikZJUi6E8bBZLnhPG5gBrVhHXx2xVyqqgKBubVNEXmx51dBACMHpoMQK/N/AXQ== - _: 'https://registry.npmjs.org/quick-format-unescaped/-/quick-format-unescaped-3.0.3.tgz' + _: 'https://npme.walmart.com/quick-format-unescaped/-/quick-format-unescaped-3.0.3.tgz' raf: _latest: 3.4.1 _: ^3.4.1: 3.4.1 3.4.1: $: sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA== - _: 'https://registry.npmjs.org/raf/-/raf-3.4.1.tgz' + _: 'https://npme.walmart.com/raf/-/raf-3.4.1.tgz' dependencies: performance-now: ^2.1.0 railroad-diagrams: @@ -10779,21 +10826,21 @@ railroad-diagrams: ^1.0.0: 1.0.0 1.0.0: $: sha1-635iZ1SN3t+4mcG5Dlc3RVnN234= - _: 'https://registry.npmjs.org/railroad-diagrams/-/railroad-diagrams-1.0.0.tgz' + _: 'https://npme.walmart.com/railroad-diagrams/-/railroad-diagrams-1.0.0.tgz' ramda: _latest: 0.27.1 _: ^0.27.1: 0.27.1 0.27.1: $: sha512-PgIdVpn5y5Yns8vqb8FzBUEYn98V3xcPgawAkkgj0YJ0qDsnHCiNmZYfOGMgOvoB0eWFLpYbhxUR3mxfDIMvpw== - _: 'https://registry.npmjs.org/ramda/-/ramda-0.27.1.tgz' + _: 'https://npme.walmart.com/ramda/-/ramda-0.27.1.tgz' randexp: _latest: 0.5.3 _: 0.4.6: 0.4.6 0.4.6: $: sha512-80WNmd9DA0tmZrw9qQa62GPPWfuXJknrmVmLcxvq4uZBdYqb1wYoKTmnlGUchvVWe0XiLupYkBoXVOxz3C8DYQ== - _: 'https://registry.npmjs.org/randexp/-/randexp-0.4.6.tgz' + _: 'https://npme.walmart.com/randexp/-/randexp-0.4.6.tgz' dependencies: discontinuous-range: 1.0.0 ret: ~0.1.10 @@ -10803,7 +10850,7 @@ randombytes: '^2.0.0,^2.0.1,^2.0.5,^2.1.0': 2.1.0 2.1.0: $: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ== - _: 'https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz' + _: 'https://npme.walmart.com/randombytes/-/randombytes-2.1.0.tgz' dependencies: safe-buffer: ^5.1.0 randomfill: @@ -10812,7 +10859,7 @@ randomfill: ^1.0.3: 1.0.4 1.0.4: $: sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw== - _: 'https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz' + _: 'https://npme.walmart.com/randomfill/-/randomfill-1.0.4.tgz' dependencies: randombytes: ^2.0.5 safe-buffer: ^5.1.0 @@ -10822,14 +10869,14 @@ range-parser: '^1.2.0,^1.2.1': 1.2.1 1.2.1: $: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg== - _: 'https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz' + _: 'https://npme.walmart.com/range-parser/-/range-parser-1.2.1.tgz' raw-body: _latest: 2.4.1 _: 2.4.0: 2.4.0 2.4.0: $: sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q== - _: 'https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz' + _: 'https://npme.walmart.com/raw-body/-/raw-body-2.4.0.tgz' dependencies: bytes: 3.1.0 http-errors: 1.7.2 @@ -10841,7 +10888,7 @@ react: '>= 16,^16.0.0': 16.14.0 16.14.0: $: sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g== - _: 'https://registry.npmjs.org/react/-/react-16.14.0.tgz' + _: 'https://npme.walmart.com/react/-/react-16.14.0.tgz' dependencies: loose-envify: ^1.1.0 object-assign: ^4.1.1 @@ -10852,7 +10899,7 @@ react-dom: '>= 16,^16.0.0': 16.14.0 16.14.0: $: sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw== - _: 'https://registry.npmjs.org/react-dom/-/react-dom-16.14.0.tgz' + _: 'https://npme.walmart.com/react-dom/-/react-dom-16.14.0.tgz' dependencies: loose-envify: ^1.1.0 object-assign: ^4.1.1 @@ -10866,14 +10913,14 @@ react-is: '^16.12.0,^16.13.1,^16.6.0,^16.7.0,^16.8.1,^16.8.6': 16.13.1 16.13.1: $: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== - _: 'https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz' + _: 'https://npme.walmart.com/react-is/-/react-is-16.13.1.tgz' react-lifecycles-compat: _latest: 3.0.4 _: ^3.0.0: 3.0.4 3.0.4: $: sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA== - _: 'https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz' + _: 'https://npme.walmart.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz' react-notify-toast: _latest: 0.5.1 _: @@ -10881,7 +10928,7 @@ react-notify-toast: 0.5.1: top: 1 $: sha512-VCTuvykAj3IBVX1ecVRxpo8csBJVGhKdJF4qk8c59nxbE4FPWmNpSAzyAMNNd0Mnxfwk8DA6Z0x8C/S0wCbbqg== - _: 'https://registry.npmjs.org/react-notify-toast/-/react-notify-toast-0.5.1.tgz' + _: 'https://npme.walmart.com/react-notify-toast/-/react-notify-toast-0.5.1.tgz' dependencies: object-assign: ^4.0.0 prop-types: ^15.5.8 @@ -10894,7 +10941,7 @@ react-redux: '^4.4.5 || ^5.x.x': 5.1.2 5.1.2: $: sha512-Ns1G0XXc8hDyH/OcBHOxNgQx9ayH3SPxBnFCOidGKSle8pKihysQw2rG/PmciUQRoclhVBO8HMhiRmGXnDja9Q== - _: 'https://registry.npmjs.org/react-redux/-/react-redux-5.1.2.tgz' + _: 'https://npme.walmart.com/react-redux/-/react-redux-5.1.2.tgz' dependencies: '@babel/runtime': ^7.1.2 hoist-non-react-statics: ^3.3.0 @@ -10912,7 +10959,7 @@ react-router: '5.2.0,^5.1.2': 5.2.0 5.2.0: $: sha512-smz1DUuFHRKdcJC0jobGo8cVbhO3x50tCL4icacOlcwDOEQPq4TMqwx3sY1TP+DvtTgz4nm3thuo7A+BK2U0Dw== - _: 'https://registry.npmjs.org/react-router/-/react-router-5.2.0.tgz' + _: 'https://npme.walmart.com/react-router/-/react-router-5.2.0.tgz' dependencies: '@babel/runtime': ^7.1.2 history: ^4.9.0 @@ -10933,7 +10980,7 @@ react-router-config: 5.1.1: top: 1 $: sha512-DuanZjaD8mQp1ppHjgnnUnyOlqYXZVjnov/JzFhjLEwd3Z4dYjMSnqrEzzGThH47vpCOqPPwJM2FtthLeJ8Pbg== - _: 'https://registry.npmjs.org/react-router-config/-/react-router-config-5.1.1.tgz' + _: 'https://npme.walmart.com/react-router-config/-/react-router-config-5.1.1.tgz' dependencies: '@babel/runtime': ^7.1.2 peerDependencies: @@ -10946,7 +10993,7 @@ react-router-dom: 5.2.0: top: 1 $: sha512-gxAmfylo2QUjcwxI63RhQ5G85Qqt4voZpUXSEqCwykV0baaOTQDR1f0PmY8AELqIyVc0NEZUj0Gov5lNGcXgsA== - _: 'https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.2.0.tgz' + _: 'https://npme.walmart.com/react-router-dom/-/react-router-dom-5.2.0.tgz' dependencies: '@babel/runtime': ^7.1.2 history: ^4.9.0 @@ -10963,7 +11010,7 @@ react-test-renderer: ^16.0.0-0: 16.14.0 16.14.0: $: sha512-L8yPjqPE5CZO6rKsKXRO/rVPiaCOy0tQQJbC+UjPNlobl5mad59lvPjwFsQHTvL03caVDIVr9x9/OSgDe6I5Eg== - _: 'https://registry.npmjs.org/react-test-renderer/-/react-test-renderer-16.14.0.tgz' + _: 'https://npme.walmart.com/react-test-renderer/-/react-test-renderer-16.14.0.tgz' dependencies: object-assign: ^4.1.1 prop-types: ^15.6.2 @@ -10977,7 +11024,7 @@ read-cache: ^1.0.0: 1.0.0 1.0.0: $: sha1-5mTvMRYRZsl1HNvo28+GtftY93Q= - _: 'https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz' + _: 'https://npme.walmart.com/read-cache/-/read-cache-1.0.0.tgz' dependencies: pify: ^2.3.0 read-pkg: @@ -10988,7 +11035,7 @@ read-pkg: ^5.2.0: 5.2.0 5.2.0: $: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg== - _: 'https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz' + _: 'https://npme.walmart.com/read-pkg/-/read-pkg-5.2.0.tgz' dependencies: '@types/normalize-package-data': ^2.4.0 normalize-package-data: ^2.5.0 @@ -10996,14 +11043,14 @@ read-pkg: type-fest: ^0.6.0 3.0.0: $: sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k= - _: 'https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz' + _: 'https://npme.walmart.com/read-pkg/-/read-pkg-3.0.0.tgz' dependencies: load-json-file: ^4.0.0 normalize-package-data: ^2.3.2 path-type: ^3.0.0 1.1.0: $: sha1-9f+qXs0pyzHAR0vKfXVra7KePyg= - _: 'https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz' + _: 'https://npme.walmart.com/read-pkg/-/read-pkg-1.1.0.tgz' dependencies: load-json-file: ^1.0.0 normalize-package-data: ^2.3.2 @@ -11016,20 +11063,20 @@ read-pkg-up: ^7.0.1: 7.0.1 7.0.1: $: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg== - _: 'https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz' + _: 'https://npme.walmart.com/read-pkg-up/-/read-pkg-up-7.0.1.tgz' dependencies: find-up: ^4.1.0 read-pkg: ^5.2.0 type-fest: ^0.8.1 4.0.0: $: sha512-6etQSH7nJGsK0RbG/2TeDzZFa8shjQ1um+SwQQ5cwKy0dhSXdOncEhb1CPpvQG4h7FyOV6EB6YlV0yJvZQNAkA== - _: 'https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-4.0.0.tgz' + _: 'https://npme.walmart.com/read-pkg-up/-/read-pkg-up-4.0.0.tgz' dependencies: find-up: ^3.0.0 read-pkg: ^3.0.0 1.0.1: $: sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI= - _: 'https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz' + _: 'https://npme.walmart.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz' dependencies: find-up: ^1.0.0 read-pkg: ^1.0.0 @@ -11037,17 +11084,17 @@ readable-stream: _latest: 3.6.0 _: '1 || 2,^2.0.0,^2.0.1,^2.0.2,^2.0.6,^2.1.5,^2.2.2,^2.3.0,^2.3.3,^2.3.6,~2.3.6': 2.3.7 - '^3.0.6,^3.6.0': 3.6.0 + '^3.0.0,^3.0.6,^3.6.0': 3.6.0 3.6.0: $: sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== - _: 'https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz' + _: 'https://npme.walmart.com/readable-stream/-/readable-stream-3.6.0.tgz' dependencies: inherits: ^2.0.3 string_decoder: ^1.1.1 util-deprecate: ^1.0.1 2.3.7: $: sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw== - _: 'https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz' + _: 'https://npme.walmart.com/readable-stream/-/readable-stream-2.3.7.tgz' dependencies: core-util-is: ~1.0.0 inherits: ~2.0.3 @@ -11063,12 +11110,12 @@ readdirp: ~3.5.0: 3.5.0 3.5.0: $: sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ== - _: 'https://registry.npmjs.org/readdirp/-/readdirp-3.5.0.tgz' + _: 'https://npme.walmart.com/readdirp/-/readdirp-3.5.0.tgz' dependencies: picomatch: ^2.2.1 2.2.1: $: sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ== - _: 'https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz' + _: 'https://npme.walmart.com/readdirp/-/readdirp-2.2.1.tgz' dependencies: graceful-fs: ^4.1.11 micromatch: ^3.1.10 @@ -11079,7 +11126,7 @@ redent: ^1.0.0: 1.0.0 1.0.0: $: sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94= - _: 'https://registry.npmjs.org/redent/-/redent-1.0.0.tgz' + _: 'https://npme.walmart.com/redent/-/redent-1.0.0.tgz' dependencies: indent-string: ^2.1.0 strip-indent: ^1.0.1 @@ -11089,7 +11136,7 @@ redux: '^4.0.0 || ^3.6.0': 4.0.5 4.0.5: $: sha512-VSz1uMAH24DM6MF72vcojpYPtrTUu3ByVWfPL1nPfVRb5mZVTve5GnNCUV53QM/BZ66xfWrm0CTWoM+Xlz8V1w== - _: 'https://registry.npmjs.org/redux/-/redux-4.0.5.tgz' + _: 'https://npme.walmart.com/redux/-/redux-4.0.5.tgz' dependencies: loose-envify: ^1.4.0 symbol-observable: ^1.2.0 @@ -11099,21 +11146,21 @@ reflect.ownkeys: ^0.2.0: 0.2.0 0.2.0: $: sha1-dJrO7H8/34tj+SegSAnpDFwLNGA= - _: 'https://registry.npmjs.org/reflect.ownkeys/-/reflect.ownkeys-0.2.0.tgz' + _: 'https://npme.walmart.com/reflect.ownkeys/-/reflect.ownkeys-0.2.0.tgz' regenerate: _latest: 1.4.2 _: ^1.4.0: 1.4.2 1.4.2: $: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A== - _: 'https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz' + _: 'https://npme.walmart.com/regenerate/-/regenerate-1.4.2.tgz' regenerate-unicode-properties: _latest: 8.2.0 _: ^8.2.0: 8.2.0 8.2.0: $: sha512-F9DjY1vKLo/tPePDycuH3dn9H1OTPIkVD9Kz4LODu+F2C75mgjAJ7x/gwy6ZcSNRAAkhNlJSOHRe8k3p+K9WhA== - _: 'https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-8.2.0.tgz' + _: 'https://npme.walmart.com/regenerate-unicode-properties/-/regenerate-unicode-properties-8.2.0.tgz' dependencies: regenerate: ^1.4.0 regenerator-runtime: @@ -11122,14 +11169,14 @@ regenerator-runtime: '^0.13.4,^0.13.7': 0.13.7 0.13.7: $: sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew== - _: 'https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz' + _: 'https://npme.walmart.com/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz' regenerator-transform: _latest: 0.14.5 _: ^0.14.2: 0.14.5 0.14.5: $: sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw== - _: 'https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.14.5.tgz' + _: 'https://npme.walmart.com/regenerator-transform/-/regenerator-transform-0.14.5.tgz' dependencies: '@babel/runtime': ^7.8.4 regex-not: @@ -11138,34 +11185,34 @@ regex-not: '^1.0.0,^1.0.2': 1.0.2 1.0.2: $: sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A== - _: 'https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz' + _: 'https://npme.walmart.com/regex-not/-/regex-not-1.0.2.tgz' dependencies: extend-shallow: ^3.0.2 safe-regex: ^1.1.0 regexp.prototype.flags: - _latest: 1.3.0 + _latest: 1.3.1 _: - ^1.3.0: 1.3.0 - 1.3.0: - $: sha512-2+Q0C5g951OlYlJz6yu5/M33IcsESLlLfsyIaLJaG4FA2r4yP8MvVMJUUP/fVBkSpbbbZlS5gynbEWLipiiXiQ== - _: 'https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.3.0.tgz' + ^1.3.0: 1.3.1 + 1.3.1: + $: sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA== + _: 'https://npme.walmart.com/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz' dependencies: + call-bind: ^1.0.2 define-properties: ^1.1.3 - es-abstract: ^1.17.0-next.1 regexpp: _latest: 3.1.0 _: ^3.1.0: 3.1.0 3.1.0: $: sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q== - _: 'https://registry.npmjs.org/regexpp/-/regexpp-3.1.0.tgz' + _: 'https://npme.walmart.com/regexpp/-/regexpp-3.1.0.tgz' regexpu-core: _latest: 4.7.1 _: ^4.7.1: 4.7.1 4.7.1: $: sha512-ywH2VUraA44DZQuRKzARmw6S66mr48pQVva4LBeRhcOltJ6hExvWly5ZjFLYo67xbIxb6W1q4bAGtgfEl20zfQ== - _: 'https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.7.1.tgz' + _: 'https://npme.walmart.com/regexpu-core/-/regexpu-core-4.7.1.tgz' dependencies: regenerate: ^1.4.0 regenerate-unicode-properties: ^8.2.0 @@ -11179,14 +11226,14 @@ regjsgen: ^0.5.1: 0.5.2 0.5.2: $: sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A== - _: 'https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.2.tgz' + _: 'https://npme.walmart.com/regjsgen/-/regjsgen-0.5.2.tgz' regjsparser: - _latest: 0.6.4 + _latest: 0.6.6 _: - ^0.6.4: 0.6.4 - 0.6.4: - $: sha512-64O87/dPDgfk8/RQqC4gkZoGyyWFIEUTTh80CU6CWuK5vkCGyekIx+oKcEIYtP/RAxSQltCZHCNu/mdd7fqlJw== - _: 'https://registry.npmjs.org/regjsparser/-/regjsparser-0.6.4.tgz' + ^0.6.4: 0.6.6 + 0.6.6: + $: sha512-jjyuCp+IEMIm3N1H1LLTJW1EISEJV9+5oHdEyrt43Pg9cDSb6rrLZei2cVWpl0xTjmmlpec/lEQGYgM7xfpGCQ== + _: 'https://npme.walmart.com/regjsparser/-/regjsparser-0.6.6.tgz' dependencies: jsesc: ~0.5.0 release-zalgo: @@ -11195,7 +11242,7 @@ release-zalgo: ^1.0.0: 1.0.0 1.0.0: $: sha1-CXALflB0Mpc5Mw5TXFqQ+2eFFzA= - _: 'https://registry.npmjs.org/release-zalgo/-/release-zalgo-1.0.0.tgz' + _: 'https://npme.walmart.com/release-zalgo/-/release-zalgo-1.0.0.tgz' dependencies: es6-error: ^4.0.1 remove-trailing-separator: @@ -11204,14 +11251,14 @@ remove-trailing-separator: ^1.0.1: 1.1.0 1.1.0: $: sha1-wkvOKig62tW8P1jg1IJJuSN52O8= - _: 'https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz' + _: 'https://npme.walmart.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz' repeat-element: _latest: 1.1.3 _: ^1.1.2: 1.1.3 1.1.3: $: sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g== - _: 'https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz' + _: 'https://npme.walmart.com/repeat-element/-/repeat-element-1.1.3.tgz' repeat-string: _latest: 1.6.1 _: @@ -11219,17 +11266,17 @@ repeat-string: ^1.6.1: 1.6.1 1.6.1: $: sha1-jcrkcOHIirwtYA//Sndihtp15jc= - _: 'https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz' + _: 'https://npme.walmart.com/repeat-string/-/repeat-string-1.6.1.tgz' 0.2.2: $: sha1-x6jTI2BoNiBZp+RlH8aITosftK4= - _: 'https://registry.npmjs.org/repeat-string/-/repeat-string-0.2.2.tgz' + _: 'https://npme.walmart.com/repeat-string/-/repeat-string-0.2.2.tgz' repeating: _latest: 3.0.0 _: ^2.0.0: 2.0.1 2.0.1: $: sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo= - _: 'https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz' + _: 'https://npme.walmart.com/repeating/-/repeating-2.0.1.tgz' dependencies: is-finite: ^1.0.0 request: @@ -11238,7 +11285,7 @@ request: '^2.87.0,^2.88.0,^2.88.2': 2.88.2 2.88.2: $: sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw== - _: 'https://registry.npmjs.org/request/-/request-2.88.2.tgz' + _: 'https://npme.walmart.com/request/-/request-2.88.2.tgz' dependencies: aws-sign2: ~0.7.0 aws4: ^1.8.0 @@ -11267,49 +11314,49 @@ require-at: '^1.0.4,^1.0.6': 1.0.6 1.0.6: $: sha512-7i1auJbMUrXEAZCOQ0VNJgmcT2VOKPRl2YGJwgpHpC9CE91Mv4/4UYIUm4chGJaI381ZDq1JUicFii64Hapd8g== - _: 'https://registry.npmjs.org/require-at/-/require-at-1.0.6.tgz' + _: 'https://npme.walmart.com/require-at/-/require-at-1.0.6.tgz' require-directory: _latest: 2.1.1 _: ^2.1.1: 2.1.1 2.1.1: $: sha1-jGStX9MNqxyXbiNE/+f3kqam30I= - _: 'https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz' + _: 'https://npme.walmart.com/require-directory/-/require-directory-2.1.1.tgz' require-from-string: _latest: 2.0.2 _: ^2.0.2: 2.0.2 2.0.2: $: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw== - _: 'https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz' + _: 'https://npme.walmart.com/require-from-string/-/require-from-string-2.0.2.tgz' require-main-filename: _latest: 2.0.0 _: ^2.0.0: 2.0.0 2.0.0: $: sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg== - _: 'https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz' + _: 'https://npme.walmart.com/require-main-filename/-/require-main-filename-2.0.0.tgz' require-package-name: _latest: 2.0.1 _: ^2.0.1: 2.0.1 2.0.1: $: sha1-wR6XJ2tluOKSP3Xav1+y7ww4Qbk= - _: 'https://registry.npmjs.org/require-package-name/-/require-package-name-2.0.1.tgz' + _: 'https://npme.walmart.com/require-package-name/-/require-package-name-2.0.1.tgz' requires-port: _latest: 1.0.0 _: ^1.0.0: 1.0.0 1.0.0: $: sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8= - _: 'https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz' + _: 'https://npme.walmart.com/requires-port/-/requires-port-1.0.0.tgz' resolve: _latest: 1.19.0 _: '^1.1.7,^1.10.0,^1.12.0,^1.18.1': 1.19.0 1.19.0: $: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg== - _: 'https://registry.npmjs.org/resolve/-/resolve-1.19.0.tgz' + _: 'https://npme.walmart.com/resolve/-/resolve-1.19.0.tgz' dependencies: is-core-module: ^2.1.0 path-parse: ^1.0.6 @@ -11319,7 +11366,7 @@ resolve-cwd: ^2.0.0: 2.0.0 2.0.0: $: sha1-AKn3OHVW4nA46uIyyqNypqWbZlo= - _: 'https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-2.0.0.tgz' + _: 'https://npme.walmart.com/resolve-cwd/-/resolve-cwd-2.0.0.tgz' dependencies: resolve-from: ^3.0.0 resolve-dir: @@ -11328,7 +11375,7 @@ resolve-dir: '^1.0.0,^1.0.1': 1.0.1 1.0.1: $: sha1-eaQGRMNivoLybv/nOcm7U4IEb0M= - _: 'https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz' + _: 'https://npme.walmart.com/resolve-dir/-/resolve-dir-1.0.1.tgz' dependencies: expand-tilde: ^2.0.0 global-modules: ^1.0.0 @@ -11340,27 +11387,27 @@ resolve-from: ^5.0.0: 5.0.0 5.0.0: $: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw== - _: 'https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz' + _: 'https://npme.walmart.com/resolve-from/-/resolve-from-5.0.0.tgz' 4.0.0: $: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== - _: 'https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz' + _: 'https://npme.walmart.com/resolve-from/-/resolve-from-4.0.0.tgz' 3.0.0: $: sha1-six699nWiBvItuZTM17rywoYh0g= - _: 'https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz' + _: 'https://npme.walmart.com/resolve-from/-/resolve-from-3.0.0.tgz' resolve-pathname: _latest: 3.0.0 _: ^3.0.0: 3.0.0 3.0.0: $: sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng== - _: 'https://registry.npmjs.org/resolve-pathname/-/resolve-pathname-3.0.0.tgz' + _: 'https://npme.walmart.com/resolve-pathname/-/resolve-pathname-3.0.0.tgz' resolve-url: _latest: 0.2.1 _: ^0.2.1: 0.2.1 0.2.1: $: sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= - _: 'https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz' + _: 'https://npme.walmart.com/resolve-url/-/resolve-url-0.2.1.tgz' deprecated: 'https://github.com/lydell/resolve-url#deprecated' restore-cursor: _latest: 3.1.0 @@ -11368,7 +11415,7 @@ restore-cursor: ^3.1.0: 3.1.0 3.1.0: $: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA== - _: 'https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz' + _: 'https://npme.walmart.com/restore-cursor/-/restore-cursor-3.1.0.tgz' dependencies: onetime: ^5.1.0 signal-exit: ^3.0.2 @@ -11378,28 +11425,28 @@ ret: ~0.1.10: 0.1.15 0.1.15: $: sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg== - _: 'https://registry.npmjs.org/ret/-/ret-0.1.15.tgz' + _: 'https://npme.walmart.com/ret/-/ret-0.1.15.tgz' rfdc: - _latest: 1.1.4 + _latest: 1.2.0 _: - ^1.1.2: 1.1.4 - 1.1.4: - $: sha512-5C9HXdzK8EAqN7JDif30jqsBzavB7wLpaubisuQIGHWf2gUXSpzy6ArX/+Da8RjFpagWsCn+pIgxTMAmKw9Zug== - _: 'https://registry.npmjs.org/rfdc/-/rfdc-1.1.4.tgz' + ^1.1.2: 1.2.0 + 1.2.0: + $: sha512-ijLyszTMmUrXvjSooucVQwimGUk84eRcmCuLV8Xghe3UO85mjUtRAHRyoMM6XtyqbECaXuBWx18La3523sXINA== + _: 'https://npme.walmart.com/rfdc/-/rfdc-1.2.0.tgz' rgb-regex: _latest: 1.0.1 _: ^1.0.1: 1.0.1 1.0.1: $: sha1-wODWiC3w4jviVKR16O3UGRX+rrE= - _: 'https://registry.npmjs.org/rgb-regex/-/rgb-regex-1.0.1.tgz' + _: 'https://npme.walmart.com/rgb-regex/-/rgb-regex-1.0.1.tgz' rgba-regex: _latest: 1.0.0 _: ^1.0.0: 1.0.0 1.0.0: $: sha1-QzdOLiyglosO8VI0YLfXMP8i7rM= - _: 'https://registry.npmjs.org/rgba-regex/-/rgba-regex-1.0.0.tgz' + _: 'https://npme.walmart.com/rgba-regex/-/rgba-regex-1.0.0.tgz' rimraf: _latest: 3.0.2 _: @@ -11407,12 +11454,12 @@ rimraf: '^3.0.0,^3.0.2': 3.0.2 3.0.2: $: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== - _: 'https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz' + _: 'https://npme.walmart.com/rimraf/-/rimraf-3.0.2.tgz' dependencies: glob: ^7.1.3 2.7.1: $: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w== - _: 'https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz' + _: 'https://npme.walmart.com/rimraf/-/rimraf-2.7.1.tgz' dependencies: glob: ^7.1.3 ripemd160: @@ -11421,7 +11468,7 @@ ripemd160: '^2.0.0,^2.0.1': 2.0.2 2.0.2: $: sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA== - _: 'https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz' + _: 'https://npme.walmart.com/ripemd160/-/ripemd160-2.0.2.tgz' dependencies: hash-base: ^3.0.0 inherits: ^2.0.1 @@ -11431,7 +11478,7 @@ rst-selector-parser: ^2.2.3: 2.2.3 2.2.3: $: sha1-gbIw6i/MYGbInjRy3nlChdmwPZE= - _: 'https://registry.npmjs.org/rst-selector-parser/-/rst-selector-parser-2.2.3.tgz' + _: 'https://npme.walmart.com/rst-selector-parser/-/rst-selector-parser-2.2.3.tgz' dependencies: lodash.flattendeep: ^4.4.0 nearley: ^2.7.10 @@ -11441,7 +11488,7 @@ run-queue: '^1.0.0,^1.0.3': 1.0.3 1.0.3: $: sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec= - _: 'https://registry.npmjs.org/run-queue/-/run-queue-1.0.3.tgz' + _: 'https://npme.walmart.com/run-queue/-/run-queue-1.0.3.tgz' dependencies: aproba: ^1.1.1 safe-buffer: @@ -11451,17 +11498,17 @@ safe-buffer: '~5.1.0,~5.1.1': 5.1.2 5.2.1: $: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== - _: 'https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz' + _: 'https://npme.walmart.com/safe-buffer/-/safe-buffer-5.2.1.tgz' 5.1.2: $: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== - _: 'https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz' + _: 'https://npme.walmart.com/safe-buffer/-/safe-buffer-5.1.2.tgz' safe-regex: _latest: 2.1.1 _: ^1.1.0: 1.1.0 1.1.0: $: sha1-QKNmnzsHfR6UPURinhV91IAjvy4= - _: 'https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz' + _: 'https://npme.walmart.com/safe-regex/-/safe-regex-1.1.0.tgz' dependencies: ret: ~0.1.10 safer-buffer: @@ -11470,14 +11517,14 @@ safer-buffer: '>= 2.1.2 < 3,^2.0.2,^2.1.0,^2.1.2,~2.1.0': 2.1.2 2.1.2: $: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== - _: 'https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz' + _: 'https://npme.walmart.com/safer-buffer/-/safer-buffer-2.1.2.tgz' safetimeout: _latest: 0.1.2 _: ^0.1.2: 0.1.2 0.1.2: $: sha512-aSHXtzSwpO82gYr7zbDqBv8MFxT+X7d3FJEGXrZJwgZeyu8u7EHrTJcGmPeCEvvCPZDTdPwpvPtaq6qG0DzCoA== - _: 'https://registry.npmjs.org/safetimeout/-/safetimeout-0.1.2.tgz' + _: 'https://npme.walmart.com/safetimeout/-/safetimeout-0.1.2.tgz' deprecated: 'Please use the ''safe-timers'' module instead' samsam: _latest: 1.3.0 @@ -11485,7 +11532,7 @@ samsam: 1.3.0: 1.3.0 1.3.0: $: sha512-1HwIYD/8UlOtFS3QO3w7ey+SdSDFE4HRNLZoZRYVQefrOY3l17epswImeB1ijgJFQJodIaHcwkp3r/myBjFVbg== - _: 'https://registry.npmjs.org/samsam/-/samsam-1.3.0.tgz' + _: 'https://npme.walmart.com/samsam/-/samsam-1.3.0.tgz' deprecated: 'This package has been deprecated in favour of @sinonjs/samsam' sass-graph: _latest: 3.0.5 @@ -11493,19 +11540,19 @@ sass-graph: 2.2.5: 2.2.5 2.2.5: $: sha512-VFWDAHOe6mRuT4mZRd4eKE+d8Uedrk6Xnh7Sh9b4NGufQLQjOrvf/MQoOdx+0s92L89FeyUUNfU597j/3uNpag== - _: 'https://registry.npmjs.org/sass-graph/-/sass-graph-2.2.5.tgz' + _: 'https://npme.walmart.com/sass-graph/-/sass-graph-2.2.5.tgz' dependencies: glob: ^7.0.0 lodash: ^4.0.0 scss-tokenizer: ^0.2.3 yargs: ^13.3.2 sass-loader: - _latest: 10.1.0 + _latest: 10.1.1 _: ^6.0.6: 6.0.7 6.0.7: $: sha512-JoiyD00Yo1o61OJsoP2s2kb19L1/Y2p3QFcCdWdF6oomBGKVYuZyqHWemRBfQ2uGYsk+CH3eCguXNfpjzlcpaA== - _: 'https://registry.npmjs.org/sass-loader/-/sass-loader-6.0.7.tgz' + _: 'https://npme.walmart.com/sass-loader/-/sass-loader-6.0.7.tgz' dependencies: clone-deep: ^2.0.1 loader-utils: ^1.0.1 @@ -11521,14 +11568,14 @@ sax: ~1.2.4: 1.2.4 1.2.4: $: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw== - _: 'https://registry.npmjs.org/sax/-/sax-1.2.4.tgz' + _: 'https://npme.walmart.com/sax/-/sax-1.2.4.tgz' scheduler: _latest: 0.20.1 _: ^0.19.1: 0.19.1 0.19.1: $: sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA== - _: 'https://registry.npmjs.org/scheduler/-/scheduler-0.19.1.tgz' + _: 'https://npme.walmart.com/scheduler/-/scheduler-0.19.1.tgz' dependencies: loose-envify: ^1.1.0 object-assign: ^4.1.1 @@ -11540,21 +11587,21 @@ schema-utils: ^3.0.0: 3.0.0 3.0.0: $: sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA== - _: 'https://registry.npmjs.org/schema-utils/-/schema-utils-3.0.0.tgz' + _: 'https://npme.walmart.com/schema-utils/-/schema-utils-3.0.0.tgz' dependencies: ajv: ^6.12.5 ajv-keywords: ^3.5.2 '@types/json-schema': ^7.0.6 2.7.1: $: sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg== - _: 'https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz' + _: 'https://npme.walmart.com/schema-utils/-/schema-utils-2.7.1.tgz' dependencies: ajv: ^6.12.4 ajv-keywords: ^3.5.2 '@types/json-schema': ^7.0.5 1.0.0: $: sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g== - _: 'https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz' + _: 'https://npme.walmart.com/schema-utils/-/schema-utils-1.0.0.tgz' dependencies: ajv: ^6.1.0 ajv-errors: ^1.0.0 @@ -11565,7 +11612,7 @@ scss-tokenizer: ^0.2.3: 0.2.3 0.2.3: $: sha1-jrBtualyMzOCTT9VMGQRSYR85dE= - _: 'https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz' + _: 'https://npme.walmart.com/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz' dependencies: js-base64: ^2.1.8 source-map: ^0.4.2 @@ -11575,14 +11622,14 @@ seekout: ^1.0.1: 1.0.2 1.0.2: $: sha1-CbqfG9W0b7sTRxjrGaaDgsuxuck= - _: 'https://registry.npmjs.org/seekout/-/seekout-1.0.2.tgz' + _: 'https://npme.walmart.com/seekout/-/seekout-1.0.2.tgz' select-hose: _latest: 2.0.0 _: ^2.0.0: 2.0.0 2.0.0: $: sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo= - _: 'https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz' + _: 'https://npme.walmart.com/select-hose/-/select-hose-2.0.0.tgz' semver: _latest: 7.3.4 _: @@ -11593,28 +11640,28 @@ semver: ~5.3.0: 5.3.0 7.3.4: $: sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw== - _: 'https://registry.npmjs.org/semver/-/semver-7.3.4.tgz' + _: 'https://npme.walmart.com/semver/-/semver-7.3.4.tgz' dependencies: lru-cache: ^6.0.0 7.0.0: $: sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A== - _: 'https://registry.npmjs.org/semver/-/semver-7.0.0.tgz' + _: 'https://npme.walmart.com/semver/-/semver-7.0.0.tgz' 6.3.0: $: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== - _: 'https://registry.npmjs.org/semver/-/semver-6.3.0.tgz' + _: 'https://npme.walmart.com/semver/-/semver-6.3.0.tgz' 5.7.1: $: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== - _: 'https://registry.npmjs.org/semver/-/semver-5.7.1.tgz' + _: 'https://npme.walmart.com/semver/-/semver-5.7.1.tgz' 5.3.0: $: sha1-myzl094C0XxgEq0yaqa00M9U+U8= - _: 'https://registry.npmjs.org/semver/-/semver-5.3.0.tgz' + _: 'https://npme.walmart.com/semver/-/semver-5.3.0.tgz' serialize-javascript: _latest: 5.0.1 _: ^4.0.0: 4.0.0 4.0.0: $: sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw== - _: 'https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz' + _: 'https://npme.walmart.com/serialize-javascript/-/serialize-javascript-4.0.0.tgz' dependencies: randombytes: ^2.1.0 serve-index-fs: @@ -11623,7 +11670,7 @@ serve-index-fs: ^1.10.1: 1.10.1 1.10.1: $: sha512-JRb5gmypjeGvGIoTkdiw2OW5T1bG1fatzR9+X569cGK38yiF4HedEjeCteFFmwTw0wmkLVEcD6ekz1dGsS674Q== - _: 'https://registry.npmjs.org/serve-index-fs/-/serve-index-fs-1.10.1.tgz' + _: 'https://npme.walmart.com/serve-index-fs/-/serve-index-fs-1.10.1.tgz' dependencies: accepts: ~1.3.5 batch: 0.6.1 @@ -11638,14 +11685,14 @@ set-blocking: '^2.0.0,~2.0.0': 2.0.0 2.0.0: $: sha1-BF+XgtARrppoA93TgrJDkrPYkPc= - _: 'https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz' + _: 'https://npme.walmart.com/set-blocking/-/set-blocking-2.0.0.tgz' set-value: _latest: 3.0.2 _: '^2.0.0,^2.0.1': 2.0.1 2.0.1: $: sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw== - _: 'https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz' + _: 'https://npme.walmart.com/set-value/-/set-value-2.0.1.tgz' dependencies: extend-shallow: ^2.0.1 is-extendable: ^0.1.1 @@ -11657,7 +11704,7 @@ setimmediate: ^1.0.4: 1.0.5 1.0.5: $: sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU= - _: 'https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz' + _: 'https://npme.walmart.com/setimmediate/-/setimmediate-1.0.5.tgz' setprototypeof: _latest: 1.2.0 _: @@ -11665,17 +11712,17 @@ setprototypeof: 1.1.1: 1.1.1 1.1.1: $: sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw== - _: 'https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz' + _: 'https://npme.walmart.com/setprototypeof/-/setprototypeof-1.1.1.tgz' 1.1.0: $: sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ== - _: 'https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz' + _: 'https://npme.walmart.com/setprototypeof/-/setprototypeof-1.1.0.tgz' sha.js: _latest: 2.4.11 _: '^2.4.0,^2.4.8': 2.4.11 2.4.11: $: sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ== - _: 'https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz' + _: 'https://npme.walmart.com/sha.js/-/sha.js-2.4.11.tgz' dependencies: inherits: ^2.0.1 safe-buffer: ^5.0.1 @@ -11686,12 +11733,12 @@ shallow-clone: ^3.0.0: 3.0.1 3.0.1: $: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA== - _: 'https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz' + _: 'https://npme.walmart.com/shallow-clone/-/shallow-clone-3.0.1.tgz' dependencies: kind-of: ^6.0.2 1.0.0: $: sha512-oeXreoKR/SyNJtRJMAKPDSvd28OqEwG4eR/xc856cRGBII7gX9lvAqDxusPm0846z/w/hWYjI1NpKwJ00NHzRA== - _: 'https://registry.npmjs.org/shallow-clone/-/shallow-clone-1.0.0.tgz' + _: 'https://npme.walmart.com/shallow-clone/-/shallow-clone-1.0.0.tgz' dependencies: is-extendable: ^0.1.1 kind-of: ^5.0.0 @@ -11702,7 +11749,7 @@ shcmd: ^0.8.4: 0.8.4 0.8.4: $: sha512-/U9OtqK4YOIBNp96MlQmdhWj8EeDgBJGDtF5I42u/dSm1J4qjyGs3a0PlrgwRT3FdeGuaNYpghHbUtQxzP+Hyw== - _: 'https://registry.npmjs.org/shcmd/-/shcmd-0.8.4.tgz' + _: 'https://npme.walmart.com/shcmd/-/shcmd-0.8.4.tgz' dependencies: glob: ^7.0.0 shebang-command: @@ -11712,12 +11759,12 @@ shebang-command: ^2.0.0: 2.0.0 2.0.0: $: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== - _: 'https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz' + _: 'https://npme.walmart.com/shebang-command/-/shebang-command-2.0.0.tgz' dependencies: shebang-regex: ^3.0.0 1.2.0: $: sha1-RKrGW2lbAzmJaMOfNj/uXer98eo= - _: 'https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz' + _: 'https://npme.walmart.com/shebang-command/-/shebang-command-1.2.0.tgz' dependencies: shebang-regex: ^1.0.0 shebang-regex: @@ -11727,17 +11774,17 @@ shebang-regex: ^3.0.0: 3.0.0 3.0.0: $: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== - _: 'https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz' + _: 'https://npme.walmart.com/shebang-regex/-/shebang-regex-3.0.0.tgz' 1.0.0: $: sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= - _: 'https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz' + _: 'https://npme.walmart.com/shebang-regex/-/shebang-regex-1.0.0.tgz' side-channel: _latest: 1.0.4 _: '^1.0.2,^1.0.3': 1.0.4 1.0.4: $: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw== - _: 'https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz' + _: 'https://npme.walmart.com/side-channel/-/side-channel-1.0.4.tgz' dependencies: call-bind: ^1.0.0 get-intrinsic: ^1.0.2 @@ -11748,24 +11795,24 @@ signal-exit: '^3.0.0,^3.0.2': 3.0.3 3.0.3: $: sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA== - _: 'https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz' + _: 'https://npme.walmart.com/signal-exit/-/signal-exit-3.0.3.tgz' simple-swizzle: _latest: 0.2.2 _: ^0.2.2: 0.2.2 0.2.2: $: sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo= - _: 'https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz' + _: 'https://npme.walmart.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz' dependencies: is-arrayish: ^0.3.1 sinon: - _latest: 9.2.2 + _latest: 9.2.3 _: ^4.0.0: 4.5.0 4.5.0: hasI: 1 $: sha512-trdx+mB0VBBgoYucy6a9L7/jfQOmvGeaKZT4OOJ+lPAtI8623xyGr8wLiE4eojzBS8G9yXbhx42GHUOVLr4X2w== - _: 'https://registry.npmjs.org/sinon/-/sinon-4.5.0.tgz' + _: 'https://npme.walmart.com/sinon/-/sinon-4.5.0.tgz' dependencies: '@sinonjs/formatio': ^2.0.0 diff: ^3.1.0 @@ -11780,7 +11827,7 @@ sinon-chai: ^2.14.0: 2.14.0 2.14.0: $: sha512-9stIF1utB0ywNHNT7RgiXbdmen8QDCRsrTjw+G9TgKt1Yexjiv8TOWZ6WHsTPz57Yky3DIswZvEqX8fpuHNDtQ== - _: 'https://registry.npmjs.org/sinon-chai/-/sinon-chai-2.14.0.tgz' + _: 'https://npme.walmart.com/sinon-chai/-/sinon-chai-2.14.0.tgz' peerDependencies: chai: '>=1.9.2 <5' sinon: '^1.4.0 || ^2.1.0 || ^3.0.0 || ^4.0.0' @@ -11790,21 +11837,21 @@ sisteransi: ^1.0.5: 1.0.5 1.0.5: $: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg== - _: 'https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz' + _: 'https://npme.walmart.com/sisteransi/-/sisteransi-1.0.5.tgz' slash: _latest: 3.0.0 _: ^2.0.0: 2.0.0 2.0.0: $: sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A== - _: 'https://registry.npmjs.org/slash/-/slash-2.0.0.tgz' + _: 'https://npme.walmart.com/slash/-/slash-2.0.0.tgz' slice-ansi: _latest: 4.0.0 _: ^4.0.0: 4.0.0 4.0.0: $: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ== - _: 'https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz' + _: 'https://npme.walmart.com/slice-ansi/-/slice-ansi-4.0.0.tgz' dependencies: ansi-styles: ^4.0.0 astral-regex: ^2.0.0 @@ -11815,7 +11862,7 @@ snapdragon: ^0.8.1: 0.8.2 0.8.2: $: sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg== - _: 'https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz' + _: 'https://npme.walmart.com/snapdragon/-/snapdragon-0.8.2.tgz' dependencies: base: ^0.11.1 debug: ^2.2.0 @@ -11831,7 +11878,7 @@ snapdragon-node: ^2.0.1: 2.1.1 2.1.1: $: sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw== - _: 'https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz' + _: 'https://npme.walmart.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz' dependencies: define-property: ^1.0.0 isobject: ^3.0.0 @@ -11842,16 +11889,16 @@ snapdragon-util: ^3.0.1: 3.0.1 3.0.1: $: sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ== - _: 'https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz' + _: 'https://npme.walmart.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz' dependencies: kind-of: ^3.2.0 socket.io: - _latest: 3.0.5 + _latest: 3.1.0 _: 2.1.1: 2.1.1 2.1.1: $: sha512-rORqq9c+7W0DAK3cleWNSyfv/qKXV99hV4tZe+gGLfBECw3XEhBy7x85F3wypA9688LKjtwO9pX9L33/xQI8yA== - _: 'https://registry.npmjs.org/socket.io/-/socket.io-2.1.1.tgz' + _: 'https://npme.walmart.com/socket.io/-/socket.io-2.1.1.tgz' dependencies: debug: ~3.1.0 engine.io: ~3.2.0 @@ -11860,19 +11907,19 @@ socket.io: socket.io-client: 2.1.1 socket.io-parser: ~3.2.0 socket.io-adapter: - _latest: 2.0.3 + _latest: 2.1.0 _: ~1.1.0: 1.1.2 1.1.2: $: sha512-WzZRUj1kUjrTIrUKpZLEzFZ1OLj5FwLlAFQs9kuZJzJi5DKdU7FsWc36SNmA8iDOtwBQyT8FkrriRM8vXLYz8g== - _: 'https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-1.1.2.tgz' + _: 'https://npme.walmart.com/socket.io-adapter/-/socket.io-adapter-1.1.2.tgz' socket.io-client: - _latest: 3.0.5 + _latest: 3.1.0 _: 2.1.1: 2.1.1 2.1.1: $: sha512-jxnFyhAuFxYfjqIgduQlhzqTcOEQSn+OHKVfAxWaNWa7ecP7xSNk2Dx/3UEsDcY7NcFafxvNvKPmmO7HTwTxGQ== - _: 'https://registry.npmjs.org/socket.io-client/-/socket.io-client-2.1.1.tgz' + _: 'https://npme.walmart.com/socket.io-client/-/socket.io-client-2.1.1.tgz' dependencies: backo2: 1.0.2 base64-arraybuffer: 0.1.5 @@ -11889,12 +11936,12 @@ socket.io-client: socket.io-parser: ~3.2.0 to-array: 0.1.4 socket.io-parser: - _latest: 4.0.3 + _latest: 4.0.4 _: ~3.2.0: 3.2.0 3.2.0: $: sha512-FYiBx7rc/KORMJlgsXysflWx/RIvtqZbyGLlHZvjfmPTPeuD/I8MaW7cfFrj5tRltICJdgwflhfZ3NVVbVLFQA== - _: 'https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.2.0.tgz' + _: 'https://npme.walmart.com/socket.io-parser/-/socket.io-parser-3.2.0.tgz' dependencies: debug: ~3.1.0 component-emitter: 1.2.1 @@ -11905,7 +11952,7 @@ sonic-boom: ^0.7.5: 0.7.7 0.7.7: $: sha512-Ei5YOo5J64GKClHIL/5evJPgASXFVpfVYbJV9PILZQytTK6/LCwHvsZJW2Ig4p9FMC2OrBrMnXKgRN/OEoAWfg== - _: 'https://registry.npmjs.org/sonic-boom/-/sonic-boom-0.7.7.tgz' + _: 'https://npme.walmart.com/sonic-boom/-/sonic-boom-0.7.7.tgz' dependencies: atomic-sleep: ^1.0.0 flatstr: ^1.0.12 @@ -11915,7 +11962,7 @@ sort-keys: ^1.0.0: 1.1.2 1.1.2: $: sha1-RBttTTRnmPG05J6JIK37oOVD+a0= - _: 'https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz' + _: 'https://npme.walmart.com/sort-keys/-/sort-keys-1.1.2.tgz' dependencies: is-plain-obj: ^1.0.0 source-list-map: @@ -11924,7 +11971,7 @@ source-list-map: ^2.0.0: 2.0.1 2.0.1: $: sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw== - _: 'https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz' + _: 'https://npme.walmart.com/source-list-map/-/source-list-map-2.0.1.tgz' source-map: _latest: 0.7.3 _: @@ -11934,16 +11981,16 @@ source-map: ^0.7.3: 0.7.3 0.7.3: $: sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ== - _: 'https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz' + _: 'https://npme.walmart.com/source-map/-/source-map-0.7.3.tgz' 0.6.1: $: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== - _: 'https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz' + _: 'https://npme.walmart.com/source-map/-/source-map-0.6.1.tgz' 0.5.7: $: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= - _: 'https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz' + _: 'https://npme.walmart.com/source-map/-/source-map-0.5.7.tgz' 0.4.4: $: sha1-66T12pwNyZneaAMti092FzZSA2s= - _: 'https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz' + _: 'https://npme.walmart.com/source-map/-/source-map-0.4.4.tgz' dependencies: amdefine: '>=0.0.4' source-map-resolve: @@ -11952,7 +11999,7 @@ source-map-resolve: '^0.5.0,^0.5.2': 0.5.3 0.5.3: $: sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw== - _: 'https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz' + _: 'https://npme.walmart.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz' dependencies: atob: ^2.1.2 decode-uri-component: ^0.2.0 @@ -11965,7 +12012,7 @@ source-map-support: '^0.5.16,~0.5.12': 0.5.19 0.5.19: $: sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw== - _: 'https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz' + _: 'https://npme.walmart.com/source-map-support/-/source-map-support-0.5.19.tgz' dependencies: buffer-from: ^1.0.0 source-map: ^0.6.0 @@ -11975,14 +12022,14 @@ source-map-url: ^0.4.0: 0.4.0 0.4.0: $: sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM= - _: 'https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz' + _: 'https://npme.walmart.com/source-map-url/-/source-map-url-0.4.0.tgz' spawn-wrap: _latest: 2.0.0 _: ^2.0.0: 2.0.0 2.0.0: $: sha512-EeajNjfN9zMnULLwhZZQU3GWBoFNkbngTUPfaawT4RkMiviTxcX0qfhVbGey39mfctfDHkWtuecgQ8NJcyQWHg== - _: 'https://registry.npmjs.org/spawn-wrap/-/spawn-wrap-2.0.0.tgz' + _: 'https://npme.walmart.com/spawn-wrap/-/spawn-wrap-2.0.0.tgz' dependencies: foreground-child: ^2.0.0 is-windows: ^1.0.2 @@ -11996,7 +12043,7 @@ spdx-correct: ^3.0.0: 3.1.1 3.1.1: $: sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w== - _: 'https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz' + _: 'https://npme.walmart.com/spdx-correct/-/spdx-correct-3.1.1.tgz' dependencies: spdx-expression-parse: ^3.0.0 spdx-license-ids: ^3.0.0 @@ -12006,14 +12053,14 @@ spdx-exceptions: ^2.1.0: 2.3.0 2.3.0: $: sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A== - _: 'https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz' + _: 'https://npme.walmart.com/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz' spdx-expression-parse: _latest: 3.0.1 _: ^3.0.0: 3.0.1 3.0.1: $: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q== - _: 'https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz' + _: 'https://npme.walmart.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz' dependencies: spdx-exceptions: ^2.1.0 spdx-license-ids: ^3.0.0 @@ -12023,14 +12070,14 @@ spdx-license-ids: ^3.0.0: 3.0.7 3.0.7: $: sha512-U+MTEOO0AiDzxwFvoa4JVnMV6mZlJKk2sBLt90s7G0Gd0Mlknc7kxEn3nuDPNZRta7O2uy8oLcZLVT+4sqNZHQ== - _: 'https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.7.tgz' + _: 'https://npme.walmart.com/spdx-license-ids/-/spdx-license-ids-3.0.7.tgz' spdy: _latest: 4.0.2 _: ^4.0.0: 4.0.2 4.0.2: $: sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA== - _: 'https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz' + _: 'https://npme.walmart.com/spdy/-/spdy-4.0.2.tgz' dependencies: debug: ^4.1.0 handle-thing: ^2.0.0 @@ -12043,7 +12090,7 @@ spdy-transport: ^3.0.0: 3.0.0 3.0.0: $: sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw== - _: 'https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz' + _: 'https://npme.walmart.com/spdy-transport/-/spdy-transport-3.0.0.tgz' dependencies: debug: ^4.1.0 detect-node: ^2.0.4 @@ -12057,23 +12104,32 @@ split-string: '^3.0.1,^3.0.2': 3.1.0 3.1.0: $: sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw== - _: 'https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz' + _: 'https://npme.walmart.com/split-string/-/split-string-3.1.0.tgz' dependencies: extend-shallow: ^3.0.0 +split2: + _latest: 3.2.2 + _: + ^3.1.1: 3.2.2 + 3.2.2: + $: sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg== + _: 'https://npme.walmart.com/split2/-/split2-3.2.2.tgz' + dependencies: + readable-stream: ^3.0.0 sprintf-js: _latest: 1.1.2 _: ~1.0.2: 1.0.3 1.0.3: $: sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= - _: 'https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz' + _: 'https://npme.walmart.com/sprintf-js/-/sprintf-js-1.0.3.tgz' sshpk: _latest: 1.16.1 _: ^1.7.0: 1.16.1 1.16.1: $: sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg== - _: 'https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz' + _: 'https://npme.walmart.com/sshpk/-/sshpk-1.16.1.tgz' dependencies: asn1: ~0.2.3 assert-plus: ^1.0.0 @@ -12090,7 +12146,7 @@ ssri: ^6.0.1: 6.0.1 6.0.1: $: sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA== - _: 'https://registry.npmjs.org/ssri/-/ssri-6.0.1.tgz' + _: 'https://npme.walmart.com/ssri/-/ssri-6.0.1.tgz' dependencies: figgy-pudding: ^3.5.1 stable: @@ -12099,21 +12155,21 @@ stable: ^0.1.8: 0.1.8 0.1.8: $: sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w== - _: 'https://registry.npmjs.org/stable/-/stable-0.1.8.tgz' + _: 'https://npme.walmart.com/stable/-/stable-0.1.8.tgz' stack-trace: _latest: 0.0.10 _: 0.0.x: 0.0.10 0.0.10: $: sha1-VHxws0fo0ytOEI6hoqFZ5f3eGcA= - _: 'https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.10.tgz' + _: 'https://npme.walmart.com/stack-trace/-/stack-trace-0.0.10.tgz' static-extend: _latest: 0.1.2 _: ^0.1.1: 0.1.2 0.1.2: $: sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY= - _: 'https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz' + _: 'https://npme.walmart.com/static-extend/-/static-extend-0.1.2.tgz' dependencies: define-property: ^0.2.5 object-copy: ^0.1.0 @@ -12123,14 +12179,14 @@ statuses: '>= 1.4.0 < 2,>= 1.5.0 < 2,~1.5.0': 1.5.0 1.5.0: $: sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= - _: 'https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz' + _: 'https://npme.walmart.com/statuses/-/statuses-1.5.0.tgz' stdout-stream: _latest: 1.4.1 _: ^1.4.0: 1.4.1 1.4.1: $: sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA== - _: 'https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.1.tgz' + _: 'https://npme.walmart.com/stdout-stream/-/stdout-stream-1.4.1.tgz' dependencies: readable-stream: ^2.0.1 stream-browserify: @@ -12139,7 +12195,7 @@ stream-browserify: ^2.0.1: 2.0.2 2.0.2: $: sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg== - _: 'https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz' + _: 'https://npme.walmart.com/stream-browserify/-/stream-browserify-2.0.2.tgz' dependencies: inherits: ~2.0.1 readable-stream: ^2.0.2 @@ -12149,7 +12205,7 @@ stream-each: ^1.1.0: 1.2.3 1.2.3: $: sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw== - _: 'https://registry.npmjs.org/stream-each/-/stream-each-1.2.3.tgz' + _: 'https://npme.walmart.com/stream-each/-/stream-each-1.2.3.tgz' dependencies: end-of-stream: ^1.1.0 stream-shift: ^1.0.0 @@ -12159,7 +12215,7 @@ stream-http: ^2.7.2: 2.8.3 2.8.3: $: sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw== - _: 'https://registry.npmjs.org/stream-http/-/stream-http-2.8.3.tgz' + _: 'https://npme.walmart.com/stream-http/-/stream-http-2.8.3.tgz' dependencies: builtin-status-codes: ^3.0.0 inherits: ^2.0.1 @@ -12172,14 +12228,14 @@ stream-shift: ^1.0.0: 1.0.1 1.0.1: $: sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ== - _: 'https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz' + _: 'https://npme.walmart.com/stream-shift/-/stream-shift-1.0.1.tgz' streamroller: _latest: 2.2.4 _: 0.7.0: 0.7.0 0.7.0: $: sha512-WREzfy0r0zUqp3lGO096wRuUp7ho1X6uo/7DJfTlEi0Iv/4gT7YHqXDjKC2ioVGBZtE8QzsQD9nx1nIuoZ57jQ== - _: 'https://registry.npmjs.org/streamroller/-/streamroller-0.7.0.tgz' + _: 'https://npme.walmart.com/streamroller/-/streamroller-0.7.0.tgz' dependencies: date-format: ^1.2.0 debug: ^3.1.0 @@ -12191,28 +12247,28 @@ strict-uri-encode: ^1.0.0: 1.1.0 1.1.0: $: sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM= - _: 'https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz' + _: 'https://npme.walmart.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz' string-array: _latest: 1.0.1 _: '^1.0.0,^1.0.1': 1.0.1 1.0.1: $: sha512-IHgqBWTsXuE27ZL7N9/XBIzWWrSwr9tKJw6qdIOMGIM2sxxJRvJe9vQMPW37MHrxidXlyJD8w61mQ6qLvnjqvg== - _: 'https://registry.npmjs.org/string-array/-/string-array-1.0.1.tgz' + _: 'https://npme.walmart.com/string-array/-/string-array-1.0.1.tgz' string-hash: _latest: 1.1.3 _: ^1.1.1: 1.1.3 1.1.3: $: sha1-6Kr8CsGFW0Zmkp7X3RJ1311sgRs= - _: 'https://registry.npmjs.org/string-hash/-/string-hash-1.1.3.tgz' + _: 'https://npme.walmart.com/string-hash/-/string-hash-1.1.3.tgz' string-natural-compare: _latest: 3.0.1 _: ^3.0.1: 3.0.1 3.0.1: $: sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw== - _: 'https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz' + _: 'https://npme.walmart.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz' string-width: _latest: 4.2.0 _: @@ -12221,21 +12277,21 @@ string-width: '^4.0.0,^4.1.0,^4.2.0': 4.2.0 4.2.0: $: sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg== - _: 'https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz' + _: 'https://npme.walmart.com/string-width/-/string-width-4.2.0.tgz' dependencies: emoji-regex: ^8.0.0 is-fullwidth-code-point: ^3.0.0 strip-ansi: ^6.0.0 3.1.0: $: sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w== - _: 'https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz' + _: 'https://npme.walmart.com/string-width/-/string-width-3.1.0.tgz' dependencies: emoji-regex: ^7.0.1 is-fullwidth-code-point: ^2.0.0 strip-ansi: ^5.1.0 1.0.2: $: sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M= - _: 'https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz' + _: 'https://npme.walmart.com/string-width/-/string-width-1.0.2.tgz' dependencies: code-point-at: ^1.0.0 is-fullwidth-code-point: ^1.0.0 @@ -12246,7 +12302,7 @@ string.prototype.matchall: ^4.0.2: 4.0.3 4.0.3: $: sha512-OBxYDA2ifZQ2e13cP82dWFMaCV9CGF8GzmN4fljBVw5O5wep0lu4gacm1OL6MjROoUnB8VbkWRThqkV2YFLNxw== - _: 'https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.3.tgz' + _: 'https://npme.walmart.com/string.prototype.matchall/-/string.prototype.matchall-4.0.3.tgz' dependencies: call-bind: ^1.0.0 define-properties: ^1.1.3 @@ -12261,7 +12317,7 @@ string.prototype.trim: ^1.2.1: 1.2.3 1.2.3: $: sha512-16IL9pIBA5asNOSukPfxX2W68BaBvxyiRK16H3RA/lWW9BDosh+w7f+LhomPHpXJ82QEe7w7/rY/S1CV97raLg== - _: 'https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.3.tgz' + _: 'https://npme.walmart.com/string.prototype.trim/-/string.prototype.trim-1.2.3.tgz' dependencies: call-bind: ^1.0.0 define-properties: ^1.1.3 @@ -12269,20 +12325,20 @@ string.prototype.trim: string.prototype.trimend: _latest: 1.0.3 _: - ^1.0.1: 1.0.3 + '^1.0.1,^1.0.3': 1.0.3 1.0.3: $: sha512-ayH0pB+uf0U28CtjlLvL7NaohvR1amUvVZk+y3DYb0Ey2PUV5zPkkKy9+U1ndVEIXO8hNg18eIv9Jntbii+dKw== - _: 'https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.3.tgz' + _: 'https://npme.walmart.com/string.prototype.trimend/-/string.prototype.trimend-1.0.3.tgz' dependencies: call-bind: ^1.0.0 define-properties: ^1.1.3 string.prototype.trimstart: _latest: 1.0.3 _: - ^1.0.1: 1.0.3 + '^1.0.1,^1.0.3': 1.0.3 1.0.3: $: sha512-oBIBUy5lea5tt0ovtOFiEQaBkoBBkyJhZXzJYrSmDo5IUUqbOPvVezuRs/agBIdZ2p2Eo1FD6bD9USyBLfl3xg== - _: 'https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.3.tgz' + _: 'https://npme.walmart.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.3.tgz' dependencies: call-bind: ^1.0.0 define-properties: ^1.1.3 @@ -12292,7 +12348,7 @@ string_decoder: '^1.0.0,^1.1.1,~1.1.1': 1.1.1 1.1.1: $: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== - _: 'https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz' + _: 'https://npme.walmart.com/string_decoder/-/string_decoder-1.1.1.tgz' dependencies: safe-buffer: ~5.1.0 strip-ansi: @@ -12304,22 +12360,22 @@ strip-ansi: ^6.0.0: 6.0.0 6.0.0: $: sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w== - _: 'https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz' + _: 'https://npme.walmart.com/strip-ansi/-/strip-ansi-6.0.0.tgz' dependencies: ansi-regex: ^5.0.0 5.2.0: $: sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA== - _: 'https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz' + _: 'https://npme.walmart.com/strip-ansi/-/strip-ansi-5.2.0.tgz' dependencies: ansi-regex: ^4.1.0 4.0.0: $: sha1-qEeQIusaw2iocTibY1JixQXuNo8= - _: 'https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz' + _: 'https://npme.walmart.com/strip-ansi/-/strip-ansi-4.0.0.tgz' dependencies: ansi-regex: ^3.0.0 3.0.1: $: sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8= - _: 'https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz' + _: 'https://npme.walmart.com/strip-ansi/-/strip-ansi-3.0.1.tgz' dependencies: ansi-regex: ^2.0.0 strip-bom: @@ -12330,13 +12386,13 @@ strip-bom: ^4.0.0: 4.0.0 4.0.0: $: sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w== - _: 'https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz' + _: 'https://npme.walmart.com/strip-bom/-/strip-bom-4.0.0.tgz' 3.0.0: $: sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM= - _: 'https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz' + _: 'https://npme.walmart.com/strip-bom/-/strip-bom-3.0.0.tgz' 2.0.0: $: sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4= - _: 'https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz' + _: 'https://npme.walmart.com/strip-bom/-/strip-bom-2.0.0.tgz' dependencies: is-utf8: ^0.2.0 strip-indent: @@ -12345,7 +12401,7 @@ strip-indent: ^1.0.1: 1.0.1 1.0.1: $: sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI= - _: 'https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz' + _: 'https://npme.walmart.com/strip-indent/-/strip-indent-1.0.1.tgz' dependencies: get-stdin: ^4.0.1 strip-json-comments: @@ -12354,14 +12410,14 @@ strip-json-comments: '^3.1.0,^3.1.1': 3.1.1 3.1.1: $: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== - _: 'https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz' + _: 'https://npme.walmart.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz' stylehacks: _latest: 4.0.3 _: ^4.0.0: 4.0.3 4.0.3: $: sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g== - _: 'https://registry.npmjs.org/stylehacks/-/stylehacks-4.0.3.tgz' + _: 'https://npme.walmart.com/stylehacks/-/stylehacks-4.0.3.tgz' dependencies: browserslist: ^4.0.0 postcss: ^7.0.0 @@ -12372,7 +12428,7 @@ stylus: ^0.54.7: 0.54.8 0.54.8: $: sha512-vr54Or4BZ7pJafo2mpf0ZcwA74rpuYCZbxrHBsH8kbcXOwSfvBFwsRfpGO5OD5fhG5HDCFW737PKaawI7OqEAg== - _: 'https://registry.npmjs.org/stylus/-/stylus-0.54.8.tgz' + _: 'https://npme.walmart.com/stylus/-/stylus-0.54.8.tgz' dependencies: css-parse: ~2.0.0 debug: ~3.1.0 @@ -12388,7 +12444,7 @@ stylus-relative-loader: ^3.4.0: 3.4.0 3.4.0: $: sha1-D1p09UMHPOdcF+AemRoQeGTLReI= - _: 'https://registry.npmjs.org/stylus-relative-loader/-/stylus-relative-loader-3.4.0.tgz' + _: 'https://npme.walmart.com/stylus-relative-loader/-/stylus-relative-loader-3.4.0.tgz' dependencies: debug: ^2.2.0 es6-promise: ^3.2.1 @@ -12411,14 +12467,14 @@ sudo-prompt: ^8.2.5: 8.2.5 8.2.5: $: sha512-rlBo3HU/1zAJUrkY6jNxDOC9eVYliG6nS4JA8u8KAshITd07tafMc/Br7xQwCSseXwJ2iCcHCE8SNWX3q8Z+kw== - _: 'https://registry.npmjs.org/sudo-prompt/-/sudo-prompt-8.2.5.tgz' + _: 'https://npme.walmart.com/sudo-prompt/-/sudo-prompt-8.2.5.tgz' sugarss: _latest: 3.0.3 _: ^2.0.0: 2.0.0 2.0.0: $: sha512-WfxjozUk0UVA4jm+U1d736AUpzSrNsQcIbyOkoE364GrtWmIrFdk5lksEupgWMD4VaT/0kVx1dobpiDumSgmJQ== - _: 'https://registry.npmjs.org/sugarss/-/sugarss-2.0.0.tgz' + _: 'https://npme.walmart.com/sugarss/-/sugarss-2.0.0.tgz' dependencies: postcss: ^7.0.2 supports-color: @@ -12432,39 +12488,39 @@ supports-color: ^7.1.0: 7.2.0 7.2.0: $: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== - _: 'https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz' + _: 'https://npme.walmart.com/supports-color/-/supports-color-7.2.0.tgz' dependencies: has-flag: ^4.0.0 6.1.0: $: sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ== - _: 'https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz' + _: 'https://npme.walmart.com/supports-color/-/supports-color-6.1.0.tgz' dependencies: has-flag: ^3.0.0 5.5.0: $: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== - _: 'https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz' + _: 'https://npme.walmart.com/supports-color/-/supports-color-5.5.0.tgz' dependencies: has-flag: ^3.0.0 4.4.0: $: sha512-rKC3+DyXWgK0ZLKwmRsrkyHVZAjNkfzeehuFWdGGcqGDTZFH73+RH6S/RDAAxl9GusSjZSUWYLmT9N5pzXFOXQ== - _: 'https://registry.npmjs.org/supports-color/-/supports-color-4.4.0.tgz' + _: 'https://npme.walmart.com/supports-color/-/supports-color-4.4.0.tgz' dependencies: has-flag: ^2.0.0 3.2.3: $: sha1-ZawFBLOVQXHYpklGsq48u4pfVPY= - _: 'https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz' + _: 'https://npme.walmart.com/supports-color/-/supports-color-3.2.3.tgz' dependencies: has-flag: ^1.0.0 2.0.0: $: sha1-U10EXOa2Nj+kARcIRimZXp3zJMc= - _: 'https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz' + _: 'https://npme.walmart.com/supports-color/-/supports-color-2.0.0.tgz' svgo: _latest: 1.3.2 _: ^1.0.0: 1.3.2 1.3.2: $: sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw== - _: 'https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz' + _: 'https://npme.walmart.com/svgo/-/svgo-1.3.2.tgz' dependencies: chalk: ^2.4.1 coa: ^2.0.2 @@ -12485,14 +12541,14 @@ symbol-observable: ^1.2.0: 1.2.0 1.2.0: $: sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ== - _: 'https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.2.0.tgz' + _: 'https://npme.walmart.com/symbol-observable/-/symbol-observable-1.2.0.tgz' table: _latest: 6.0.7 _: ^6.0.4: 6.0.7 6.0.7: $: sha512-rxZevLGTUzWna/qBLObOe16kB2RTnnbhciwgPbMMlazz1yZGVEgnZK762xyVdVznhqxrfCeBMmMkgOOaPwjH7g== - _: 'https://registry.npmjs.org/table/-/table-6.0.7.tgz' + _: 'https://npme.walmart.com/table/-/table-6.0.7.tgz' dependencies: ajv: ^7.0.2 lodash: ^4.17.20 @@ -12504,14 +12560,14 @@ tapable: '^1.0.0,^1.1.3': 1.1.3 1.1.3: $: sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA== - _: 'https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz' + _: 'https://npme.walmart.com/tapable/-/tapable-1.1.3.tgz' tar: - _latest: 6.0.5 + _latest: 6.1.0 _: ^2.0.0: 2.2.2 2.2.2: $: sha512-FCEhQ/4rE1zYv9rYXJw/msRqsnmlje5jHP6huWeBZ704jUTy02c5AZyWujpMR1ax6mVw9NyJMfuK2CMDWVIfgA== - _: 'https://registry.npmjs.org/tar/-/tar-2.2.2.tgz' + _: 'https://npme.walmart.com/tar/-/tar-2.2.2.tgz' dependencies: block-stream: '*' fstream: ^1.0.12 @@ -12522,25 +12578,25 @@ term-size: ^2.1.0: 2.2.1 2.2.1: $: sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg== - _: 'https://registry.npmjs.org/term-size/-/term-size-2.2.1.tgz' + _: 'https://npme.walmart.com/term-size/-/term-size-2.2.1.tgz' terser: _latest: 5.5.1 _: ^4.1.2: 4.8.0 4.8.0: $: sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw== - _: 'https://registry.npmjs.org/terser/-/terser-4.8.0.tgz' + _: 'https://npme.walmart.com/terser/-/terser-4.8.0.tgz' dependencies: commander: ^2.20.0 source-map: ~0.6.1 source-map-support: ~0.5.12 terser-webpack-plugin: - _latest: 5.0.3 + _latest: 5.1.1 _: ^1.4.3: 1.4.5 1.4.5: $: sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw== - _: 'https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.5.tgz' + _: 'https://npme.walmart.com/terser-webpack-plugin/-/terser-webpack-plugin-1.4.5.tgz' dependencies: cacache: ^12.0.2 find-cache-dir: ^2.1.0 @@ -12560,14 +12616,14 @@ test-exclude: ^6.0.0: 6.0.0 6.0.0: $: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w== - _: 'https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz' + _: 'https://npme.walmart.com/test-exclude/-/test-exclude-6.0.0.tgz' dependencies: '@istanbuljs/schema': ^0.1.2 glob: ^7.1.4 minimatch: ^3.0.4 5.2.3: $: sha512-M+oxtseCFO3EDtAaGH7iiej3CBkzXqFMbzqYAACdzKui4eZA+pq3tZEwChvOdNfa7xxy8BfbmgJSIr43cC/+2g== - _: 'https://registry.npmjs.org/test-exclude/-/test-exclude-5.2.3.tgz' + _: 'https://npme.walmart.com/test-exclude/-/test-exclude-5.2.3.tgz' dependencies: glob: ^7.1.3 minimatch: ^3.0.4 @@ -12579,14 +12635,14 @@ text-table: ^0.2.0: 0.2.0 0.2.0: $: sha1-f17oI66AUgfACvLfSoTsP8+lcLQ= - _: 'https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz' + _: 'https://npme.walmart.com/text-table/-/text-table-0.2.0.tgz' through2: _latest: 4.0.2 _: ^2.0.0: 2.0.5 2.0.5: $: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ== - _: 'https://registry.npmjs.org/through2/-/through2-2.0.5.tgz' + _: 'https://npme.walmart.com/through2/-/through2-2.0.5.tgz' dependencies: readable-stream: ~2.3.6 xtend: ~4.0.1 @@ -12596,7 +12652,7 @@ timers-browserify: ^2.0.4: 2.0.12 2.0.12: $: sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ== - _: 'https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.12.tgz' + _: 'https://npme.walmart.com/timers-browserify/-/timers-browserify-2.0.12.tgz' dependencies: setimmediate: ^1.0.4 timsort: @@ -12605,28 +12661,28 @@ timsort: ^0.3.0: 0.3.0 0.3.0: $: sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q= - _: 'https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz' + _: 'https://npme.walmart.com/timsort/-/timsort-0.3.0.tgz' tiny-invariant: _latest: 1.1.0 _: ^1.0.2: 1.1.0 1.1.0: $: sha512-ytxQvrb1cPc9WBEI/HSeYYoGD0kWnGEOR8RY6KomWLBVhqz0RgTwVO9dLrGz7dC+nN9llyI7OKAgRq8Vq4ZBSw== - _: 'https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.1.0.tgz' + _: 'https://npme.walmart.com/tiny-invariant/-/tiny-invariant-1.1.0.tgz' tiny-warning: _latest: 1.0.3 _: '^1.0.0,^1.0.3': 1.0.3 1.0.3: $: sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA== - _: 'https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz' + _: 'https://npme.walmart.com/tiny-warning/-/tiny-warning-1.0.3.tgz' tmp: _latest: 0.2.1 _: '0.0.33,0.0.x': 0.0.33 0.0.33: $: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw== - _: 'https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz' + _: 'https://npme.walmart.com/tmp/-/tmp-0.0.33.tgz' dependencies: os-tmpdir: ~1.0.2 to-array: @@ -12635,28 +12691,28 @@ to-array: 0.1.4: 0.1.4 0.1.4: $: sha1-F+bBH3PdTz10zaek/zI46a2b+JA= - _: 'https://registry.npmjs.org/to-array/-/to-array-0.1.4.tgz' + _: 'https://npme.walmart.com/to-array/-/to-array-0.1.4.tgz' to-arraybuffer: _latest: 1.0.1 _: ^1.0.0: 1.0.1 1.0.1: $: sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M= - _: 'https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz' + _: 'https://npme.walmart.com/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz' to-fast-properties: _latest: 3.0.1 _: ^2.0.0: 2.0.0 2.0.0: $: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= - _: 'https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz' + _: 'https://npme.walmart.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz' to-object-path: _latest: 0.3.0 _: ^0.3.0: 0.3.0 0.3.0: $: sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68= - _: 'https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz' + _: 'https://npme.walmart.com/to-object-path/-/to-object-path-0.3.0.tgz' dependencies: kind-of: ^3.0.2 to-regex: @@ -12665,7 +12721,7 @@ to-regex: '^3.0.1,^3.0.2': 3.0.2 3.0.2: $: sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw== - _: 'https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz' + _: 'https://npme.walmart.com/to-regex/-/to-regex-3.0.2.tgz' dependencies: define-property: ^2.0.2 extend-shallow: ^3.0.2 @@ -12678,12 +12734,12 @@ to-regex-range: ^5.0.1: 5.0.1 5.0.1: $: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== - _: 'https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz' + _: 'https://npme.walmart.com/to-regex-range/-/to-regex-range-5.0.1.tgz' dependencies: is-number: ^7.0.0 2.1.1: $: sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg= - _: 'https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz' + _: 'https://npme.walmart.com/to-regex-range/-/to-regex-range-2.1.1.tgz' dependencies: is-number: ^3.0.0 repeat-string: ^1.6.1 @@ -12693,14 +12749,14 @@ toidentifier: 1.0.0: 1.0.0 1.0.0: $: sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw== - _: 'https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz' + _: 'https://npme.walmart.com/toidentifier/-/toidentifier-1.0.0.tgz' tough-cookie: _latest: 4.0.0 _: ~2.5.0: 2.5.0 2.5.0: $: sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g== - _: 'https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz' + _: 'https://npme.walmart.com/tough-cookie/-/tough-cookie-2.5.0.tgz' dependencies: psl: ^1.1.28 punycode: ^2.1.1 @@ -12710,37 +12766,41 @@ trim-newlines: ^1.0.0: 1.0.0 1.0.0: $: sha1-WIeWa7WCpFA6QetST301ARgVphM= - _: 'https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz' + _: 'https://npme.walmart.com/trim-newlines/-/trim-newlines-1.0.0.tgz' true-case-path: _latest: 2.2.1 _: ^1.0.2: 1.0.3 1.0.3: $: sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew== - _: 'https://registry.npmjs.org/true-case-path/-/true-case-path-1.0.3.tgz' + _: 'https://npme.walmart.com/true-case-path/-/true-case-path-1.0.3.tgz' dependencies: glob: ^7.1.2 tslib: - _latest: 2.0.3 + _latest: 2.1.0 _: '^1.10.0,^1.9.0': 1.14.1 + ^2.1.0: 2.1.0 + 2.1.0: + $: sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A== + _: 'https://npme.walmart.com/tslib/-/tslib-2.1.0.tgz' 1.14.1: $: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== - _: 'https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz' + _: 'https://npme.walmart.com/tslib/-/tslib-1.14.1.tgz' tty-browserify: _latest: 0.0.1 _: 0.0.0: 0.0.0 0.0.0: $: sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY= - _: 'https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz' + _: 'https://npme.walmart.com/tty-browserify/-/tty-browserify-0.0.0.tgz' tunnel-agent: _latest: 0.6.0 _: ^0.6.0: 0.6.0 0.6.0: $: sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0= - _: 'https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz' + _: 'https://npme.walmart.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz' dependencies: safe-buffer: ^5.0.1 tweetnacl: @@ -12749,14 +12809,14 @@ tweetnacl: '^0.14.3,~0.14.0': 0.14.5 0.14.5: $: sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q= - _: 'https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz' + _: 'https://npme.walmart.com/tweetnacl/-/tweetnacl-0.14.5.tgz' type-check: _latest: 0.4.0 _: '^0.4.0,~0.4.0': 0.4.0 0.4.0: $: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew== - _: 'https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz' + _: 'https://npme.walmart.com/type-check/-/type-check-0.4.0.tgz' dependencies: prelude-ls: ^1.2.1 type-detect: @@ -12765,7 +12825,7 @@ type-detect: '4.0.8,^4.0.0,^4.0.5': 4.0.8 4.0.8: $: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g== - _: 'https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz' + _: 'https://npme.walmart.com/type-detect/-/type-detect-4.0.8.tgz' type-fest: _latest: 0.20.2 _: @@ -12774,20 +12834,20 @@ type-fest: '^0.8.0,^0.8.1': 0.8.1 0.11.0: $: sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ== - _: 'https://registry.npmjs.org/type-fest/-/type-fest-0.11.0.tgz' + _: 'https://npme.walmart.com/type-fest/-/type-fest-0.11.0.tgz' 0.8.1: $: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== - _: 'https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz' + _: 'https://npme.walmart.com/type-fest/-/type-fest-0.8.1.tgz' 0.6.0: $: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg== - _: 'https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz' + _: 'https://npme.walmart.com/type-fest/-/type-fest-0.6.0.tgz' type-is: _latest: 1.6.18 _: ~1.6.17: 1.6.18 1.6.18: $: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g== - _: 'https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz' + _: 'https://npme.walmart.com/type-is/-/type-is-1.6.18.tgz' dependencies: media-typer: 0.3.0 mime-types: ~2.1.24 @@ -12797,14 +12857,14 @@ typedarray: ^0.0.6: 0.0.6 0.0.6: $: sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= - _: 'https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz' + _: 'https://npme.walmart.com/typedarray/-/typedarray-0.0.6.tgz' typedarray-to-buffer: _latest: 4.0.0 _: ^3.1.5: 3.1.5 3.1.5: $: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q== - _: 'https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz' + _: 'https://npme.walmart.com/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz' dependencies: is-typedarray: ^1.0.0 ultron: @@ -12813,21 +12873,21 @@ ultron: ~1.1.0: 1.1.1 1.1.1: $: sha512-UIEXBNeYmKptWH6z8ZnqTeS8fV74zG0/eRU9VGkpzz+LIJNs8W/zM/L+7ctCkRrgbNnnR0xxw4bKOr0cW0N0Og== - _: 'https://registry.npmjs.org/ultron/-/ultron-1.1.1.tgz' + _: 'https://npme.walmart.com/ultron/-/ultron-1.1.1.tgz' unicode-canonical-property-names-ecmascript: _latest: 1.0.4 _: ^1.0.4: 1.0.4 1.0.4: $: sha512-jDrNnXWHd4oHiTZnx/ZG7gtUTVp+gCcTTKr8L0HjlwphROEW3+Him+IpvC+xcJEFegapiMZyZe02CyuOnRmbnQ== - _: 'https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz' + _: 'https://npme.walmart.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz' unicode-match-property-ecmascript: _latest: 1.0.4 _: ^1.0.4: 1.0.4 1.0.4: $: sha512-L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg== - _: 'https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz' + _: 'https://npme.walmart.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz' dependencies: unicode-canonical-property-names-ecmascript: ^1.0.4 unicode-property-aliases-ecmascript: ^1.0.4 @@ -12837,21 +12897,21 @@ unicode-match-property-value-ecmascript: ^1.2.0: 1.2.0 1.2.0: $: sha512-wjuQHGQVofmSJv1uVISKLE5zO2rNGzM/KCYZch/QQvez7C1hUhBIuZ701fYXExuufJFMPhv2SyL8CyoIfMLbIQ== - _: 'https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.2.0.tgz' + _: 'https://npme.walmart.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.2.0.tgz' unicode-property-aliases-ecmascript: _latest: 1.1.0 _: ^1.0.4: 1.1.0 1.1.0: $: sha512-PqSoPh/pWetQ2phoj5RLiaqIk4kCNwoV3CI+LfGmWLKI3rE3kl1h59XpX2BjgDrmbxD9ARtQobPGU1SguCYuQg== - _: 'https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.1.0.tgz' + _: 'https://npme.walmart.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.1.0.tgz' union-value: _latest: 2.0.1 _: ^1.0.0: 1.0.1 1.0.1: $: sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg== - _: 'https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz' + _: 'https://npme.walmart.com/union-value/-/union-value-1.0.1.tgz' dependencies: arr-union: ^3.1.0 get-value: ^2.0.6 @@ -12863,21 +12923,21 @@ uniq: ^1.0.1: 1.0.1 1.0.1: $: sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8= - _: 'https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz' + _: 'https://npme.walmart.com/uniq/-/uniq-1.0.1.tgz' uniqs: _latest: 2.0.0 _: ^2.0.0: 2.0.0 2.0.0: $: sha1-/+3ks2slKQaW5uFl1KWe25mOawI= - _: 'https://registry.npmjs.org/uniqs/-/uniqs-2.0.0.tgz' + _: 'https://npme.walmart.com/uniqs/-/uniqs-2.0.0.tgz' unique-filename: _latest: 1.1.1 _: ^1.1.1: 1.1.1 1.1.1: $: sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ== - _: 'https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz' + _: 'https://npme.walmart.com/unique-filename/-/unique-filename-1.1.1.tgz' dependencies: unique-slug: ^2.0.0 unique-slug: @@ -12886,41 +12946,37 @@ unique-slug: ^2.0.0: 2.0.2 2.0.2: $: sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w== - _: 'https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz' + _: 'https://npme.walmart.com/unique-slug/-/unique-slug-2.0.2.tgz' dependencies: imurmurhash: ^0.1.4 universalify: _latest: 2.0.0 _: - ^1.0.0: 1.0.0 ^2.0.0: 2.0.0 2.0.0: $: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ== - _: 'https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz' - 1.0.0: - $: sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug== - _: 'https://registry.npmjs.org/universalify/-/universalify-1.0.0.tgz' + _: 'https://npme.walmart.com/universalify/-/universalify-2.0.0.tgz' unpipe: _latest: 1.0.0 _: '1.0.0,~1.0.0': 1.0.0 1.0.0: $: sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw= - _: 'https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz' + _: 'https://npme.walmart.com/unpipe/-/unpipe-1.0.0.tgz' unquote: _latest: 1.1.1 _: ~1.1.1: 1.1.1 1.1.1: $: sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ= - _: 'https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz' + _: 'https://npme.walmart.com/unquote/-/unquote-1.1.1.tgz' unset-value: _latest: 1.0.0 _: ^1.0.0: 1.0.0 1.0.0: $: sha1-g3aHP30jNRef+x5vw6jtDfyKtVk= - _: 'https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz' + _: 'https://npme.walmart.com/unset-value/-/unset-value-1.0.0.tgz' dependencies: has-value: ^0.3.1 isobject: ^3.0.0 @@ -12930,7 +12986,7 @@ unwrap-npm-cmd: ^1.1.1: 1.1.1 1.1.1: $: sha512-Y0PFhW+X6oahjV/e4yBxThgq0k9Ymh3RwUh6P/rMiGp55X5qa2mQghZAHKyJ9tDPinZntD0Z+5DHFzlx9/UNbg== - _: 'https://registry.npmjs.org/unwrap-npm-cmd/-/unwrap-npm-cmd-1.1.1.tgz' + _: 'https://npme.walmart.com/unwrap-npm-cmd/-/unwrap-npm-cmd-1.1.1.tgz' dependencies: which: ^1.3.1 upath: @@ -12939,14 +12995,14 @@ upath: ^1.1.1: 1.2.0 1.2.0: $: sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg== - _: 'https://registry.npmjs.org/upath/-/upath-1.2.0.tgz' + _: 'https://npme.walmart.com/upath/-/upath-1.2.0.tgz' uri-js: - _latest: 4.4.0 + _latest: 4.4.1 _: - ^4.2.2: 4.4.0 - 4.4.0: - $: sha512-B0yRTzYdUCCn9n+F4+Gh4yIDtMQcaJsmYBDsTSG8g/OejKBodLQ2IHfN3bM7jUsRXndopT7OIXWdYqc1fjmV6g== - _: 'https://registry.npmjs.org/uri-js/-/uri-js-4.4.0.tgz' + ^4.2.2: 4.4.1 + 4.4.1: + $: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg== + _: 'https://npme.walmart.com/uri-js/-/uri-js-4.4.1.tgz' dependencies: punycode: ^2.1.0 urix: @@ -12955,7 +13011,7 @@ urix: ^0.1.0: 0.1.0 0.1.0: $: sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI= - _: 'https://registry.npmjs.org/urix/-/urix-0.1.0.tgz' + _: 'https://npme.walmart.com/urix/-/urix-0.1.0.tgz' deprecated: 'Please see https://github.com/lydell/urix#deprecated' url: _latest: 0.11.0 @@ -12963,7 +13019,7 @@ url: ^0.11.0: 0.11.0 0.11.0: $: sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE= - _: 'https://registry.npmjs.org/url/-/url-0.11.0.tgz' + _: 'https://npme.walmart.com/url/-/url-0.11.0.tgz' dependencies: punycode: 1.3.2 querystring: 0.2.0 @@ -12973,7 +13029,7 @@ url-loader: ^4.1.0: 4.1.1 4.1.1: $: sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA== - _: 'https://registry.npmjs.org/url-loader/-/url-loader-4.1.1.tgz' + _: 'https://npme.walmart.com/url-loader/-/url-loader-4.1.1.tgz' dependencies: loader-utils: ^2.0.0 mime-types: ^2.1.27 @@ -12987,14 +13043,14 @@ use: ^3.1.0: 3.1.1 3.1.1: $: sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ== - _: 'https://registry.npmjs.org/use/-/use-3.1.1.tgz' + _: 'https://npme.walmart.com/use/-/use-3.1.1.tgz' useragent: _latest: 2.3.0 _: 2.3.0: 2.3.0 2.3.0: $: sha512-4AoH4pxuSvHCjqLO04sU6U/uE65BYza8l/KKBS0b0hnUPWi+cQ2BpeTEwejCSx9SPV5/U03nniDTrWx5NrmKdw== - _: 'https://registry.npmjs.org/useragent/-/useragent-2.3.0.tgz' + _: 'https://npme.walmart.com/useragent/-/useragent-2.3.0.tgz' dependencies: lru-cache: 4.1.x tmp: 0.0.x @@ -13005,12 +13061,12 @@ util: ^0.11.0: 0.11.1 0.11.1: $: sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ== - _: 'https://registry.npmjs.org/util/-/util-0.11.1.tgz' + _: 'https://npme.walmart.com/util/-/util-0.11.1.tgz' dependencies: inherits: 2.0.3 0.10.3: $: sha1-evsa/lCAUkZInj23/g7TeTNqwPk= - _: 'https://registry.npmjs.org/util/-/util-0.10.3.tgz' + _: 'https://npme.walmart.com/util/-/util-0.10.3.tgz' dependencies: inherits: 2.0.1 util-deprecate: @@ -13019,14 +13075,14 @@ util-deprecate: '^1.0.1,^1.0.2,~1.0.1': 1.0.2 1.0.2: $: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= - _: 'https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz' + _: 'https://npme.walmart.com/util-deprecate/-/util-deprecate-1.0.2.tgz' util.promisify: - _latest: 1.0.1 + _latest: 1.1.1 _: ~1.0.0: 1.0.1 1.0.1: $: sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA== - _: 'https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz' + _: 'https://npme.walmart.com/util.promisify/-/util.promisify-1.0.1.tgz' dependencies: define-properties: ^1.1.3 es-abstract: ^1.17.2 @@ -13038,35 +13094,35 @@ utils-merge: 1.0.1: 1.0.1 1.0.1: $: sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= - _: 'https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz' + _: 'https://npme.walmart.com/utils-merge/-/utils-merge-1.0.1.tgz' uuid: _latest: 8.3.2 _: '^3.3.2,^3.3.3': 3.4.0 3.4.0: $: sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== - _: 'https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz' + _: 'https://npme.walmart.com/uuid/-/uuid-3.4.0.tgz' v8-compile-cache: _latest: 2.2.0 _: '^2.0.3,^2.1.1': 2.2.0 2.2.0: $: sha512-gTpR5XQNKFwOd4clxfnhaqvfqMpqEwr4tOtCyz4MtYZX2JYhfr1JvBFKdS+7K/9rfpZR3VLX+YWBbKoxCgS43Q== - _: 'https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz' + _: 'https://npme.walmart.com/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz' valid-url: _latest: 1.0.9 _: ^1.0.9: 1.0.9 1.0.9: $: sha1-HBRHm0DxOXp1eC8RXkCGRHQzogA= - _: 'https://registry.npmjs.org/valid-url/-/valid-url-1.0.9.tgz' + _: 'https://npme.walmart.com/valid-url/-/valid-url-1.0.9.tgz' validate-npm-package-license: _latest: 3.0.4 _: ^3.0.1: 3.0.4 3.0.4: $: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== - _: 'https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz' + _: 'https://npme.walmart.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz' dependencies: spdx-correct: ^3.0.0 spdx-expression-parse: ^3.0.0 @@ -13076,21 +13132,21 @@ value-equal: ^1.0.1: 1.0.1 1.0.1: $: sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw== - _: 'https://registry.npmjs.org/value-equal/-/value-equal-1.0.1.tgz' + _: 'https://npme.walmart.com/value-equal/-/value-equal-1.0.1.tgz' vendors: _latest: 1.0.4 _: ^1.0.0: 1.0.4 1.0.4: $: sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w== - _: 'https://registry.npmjs.org/vendors/-/vendors-1.0.4.tgz' + _: 'https://npme.walmart.com/vendors/-/vendors-1.0.4.tgz' verror: _latest: 1.10.0 _: 1.10.0: 1.10.0 1.10.0: $: sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA= - _: 'https://registry.npmjs.org/verror/-/verror-1.10.0.tgz' + _: 'https://npme.walmart.com/verror/-/verror-1.10.0.tgz' dependencies: assert-plus: ^1.0.0 core-util-is: 1.0.2 @@ -13101,7 +13157,7 @@ visual-logger: ^1.1.3: 1.1.3 1.1.3: $: sha512-8XPxTR+RoZZtSkx1TY+aLAvG1EivsO0352WuWyXr0nU7n7T2XOh3ty/QwGS2dx7ZUDJQ5PTVp/p5StXaR11H7w== - _: 'https://registry.npmjs.org/visual-logger/-/visual-logger-1.1.3.tgz' + _: 'https://npme.walmart.com/visual-logger/-/visual-logger-1.1.3.tgz' dependencies: chalk: ^4.0.0 log-update: ^4.0.0 @@ -13111,21 +13167,21 @@ vm-browserify: ^1.0.1: 1.1.2 1.1.2: $: sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ== - _: 'https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz' + _: 'https://npme.walmart.com/vm-browserify/-/vm-browserify-1.1.2.tgz' void-elements: _latest: 3.1.0 _: ^2.0.0: 2.0.1 2.0.1: $: sha1-wGavtYK7HLQSjWDqkjkulNXp2+w= - _: 'https://registry.npmjs.org/void-elements/-/void-elements-2.0.1.tgz' + _: 'https://npme.walmart.com/void-elements/-/void-elements-2.0.1.tgz' watchpack: _latest: 2.1.0 _: ^1.7.4: 1.7.5 1.7.5: $: sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ== - _: 'https://registry.npmjs.org/watchpack/-/watchpack-1.7.5.tgz' + _: 'https://npme.walmart.com/watchpack/-/watchpack-1.7.5.tgz' dependencies: graceful-fs: ^4.1.2 neo-async: ^2.5.0 @@ -13140,7 +13196,7 @@ watchpack-chokidar2: ^2.0.1: 2.0.1 2.0.1: $: sha512-nCFfBIPKr5Sh61s4LPpy1Wtfi0HE8isJ3d2Yb5/Ppw2P2B/3eVSEBjKfN0fmHJSK14+31KwMKmcrzs2GM4P0Ww== - _: 'https://registry.npmjs.org/watchpack-chokidar2/-/watchpack-chokidar2-2.0.1.tgz' + _: 'https://npme.walmart.com/watchpack-chokidar2/-/watchpack-chokidar2-2.0.1.tgz' dependencies: chokidar: ^2.1.8 wbuf: @@ -13149,16 +13205,16 @@ wbuf: '^1.1.0,^1.7.3': 1.7.3 1.7.3: $: sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA== - _: 'https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz' + _: 'https://npme.walmart.com/wbuf/-/wbuf-1.7.3.tgz' dependencies: minimalistic-assert: ^1.0.0 webpack: - _latest: 5.11.1 + _latest: 5.17.0 _: - ^4.44.2: 4.44.2 - 4.44.2: - $: sha512-6KJVGlCxYdISyurpQ0IPTklv+DULv05rs2hseIXer6D7KrUicRDLFb4IUM1S6LUAKypPM/nSiVSuv8jHu1m3/Q== - _: 'https://registry.npmjs.org/webpack/-/webpack-4.44.2.tgz' + ^4.44.2: 4.46.0 + 4.46.0: + $: sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q== + _: 'https://npme.walmart.com/webpack/-/webpack-4.46.0.tgz' dependencies: '@webassemblyjs/ast': 1.9.0 '@webassemblyjs/helper-module-context': 1.9.0 @@ -13168,7 +13224,7 @@ webpack: ajv: ^6.10.2 ajv-keywords: ^3.4.1 chrome-trace-event: ^1.0.2 - enhanced-resolve: ^4.3.0 + enhanced-resolve: ^4.5.0 eslint-scope: ^4.0.3 json-parse-better-errors: ^1.0.2 loader-runner: ^2.4.0 @@ -13184,12 +13240,12 @@ webpack: watchpack: ^1.7.4 webpack-sources: ^1.4.1 webpack-cli: - _latest: 4.3.1 + _latest: 4.4.0 _: ^3.3.9: 3.3.12 3.3.12: $: sha512-NVWBaz9k839ZH/sinurM+HcDvJOTXwSjYp1ku+5XKeOC03z8v5QitnK/x+lAxGXFyhdayoIf/GOpv85z3/xPag== - _: 'https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.12.tgz' + _: 'https://npme.walmart.com/webpack-cli/-/webpack-cli-3.3.12.tgz' dependencies: chalk: ^2.4.2 cross-spawn: ^6.0.5 @@ -13214,12 +13270,12 @@ webpack-config-composer: dependencies: lodash: ^4.13.1 webpack-dev-middleware: - _latest: 4.0.2 + _latest: 4.1.0 _: '^3.7.0,^3.7.2': 3.7.3 3.7.3: $: sha512-djelc/zGiz9nZj/U7PTBi2ViorGJXEWo/3ltkPbDyxCXhhEXkW0ce99falaok4TPj+AsxLiXJR0EBOb0zh9fKQ== - _: 'https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-3.7.3.tgz' + _: 'https://npme.walmart.com/webpack-dev-middleware/-/webpack-dev-middleware-3.7.3.tgz' dependencies: memory-fs: ^0.4.1 mime: ^2.4.4 @@ -13235,14 +13291,14 @@ webpack-hook-plugin: 1.0.7: top: 1 $: sha512-8GJ+LiR+0rrShCSeeFMaKONX7xMMW3H9Hszmy5IsCereZUJ5AoLhJgn5BhySQChA4Q5lZ7/9KtidDypYHQDDmA== - _: 'https://registry.npmjs.org/webpack-hook-plugin/-/webpack-hook-plugin-1.0.7.tgz' + _: 'https://npme.walmart.com/webpack-hook-plugin/-/webpack-hook-plugin-1.0.7.tgz' webpack-hot-middleware: _latest: 2.25.0 _: ^2.25.0: 2.25.0 2.25.0: $: sha512-xs5dPOrGPCzuRXNi8F6rwhawWvQQkeli5Ro48PRuQh8pYPCPmNnltP9itiUPT4xI8oW+y0m59lyyeQk54s5VgA== - _: 'https://registry.npmjs.org/webpack-hot-middleware/-/webpack-hot-middleware-2.25.0.tgz' + _: 'https://npme.walmart.com/webpack-hot-middleware/-/webpack-hot-middleware-2.25.0.tgz' dependencies: ansi-html: 0.0.7 html-entities: ^1.2.0 @@ -13254,7 +13310,7 @@ webpack-log: ^2.0.0: 2.0.0 2.0.0: $: sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg== - _: 'https://registry.npmjs.org/webpack-log/-/webpack-log-2.0.0.tgz' + _: 'https://npme.walmart.com/webpack-log/-/webpack-log-2.0.0.tgz' dependencies: ansi-colors: ^3.0.0 uuid: ^3.3.2 @@ -13264,7 +13320,7 @@ webpack-sources: '^1.1.0,^1.4.0,^1.4.1': 1.4.3 1.4.3: $: sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ== - _: 'https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz' + _: 'https://npme.walmart.com/webpack-sources/-/webpack-sources-1.4.3.tgz' dependencies: source-list-map: ^2.0.0 source-map: ~0.6.1 @@ -13274,7 +13330,7 @@ webpack-stats-plugin: ^0.3.1: 0.3.2 0.3.2: $: sha512-kxEtPQ6lBBik2qtJlsZkiaDMI6rGXe9w1kLH9ZCdt0wgCGVnbwwPlP60cMqG6tILNFYqXDxNt4+c4OIIuE+Fnw== - _: 'https://registry.npmjs.org/webpack-stats-plugin/-/webpack-stats-plugin-0.3.2.tgz' + _: 'https://npme.walmart.com/webpack-stats-plugin/-/webpack-stats-plugin-0.3.2.tgz' which: _latest: 2.0.2 _: @@ -13282,12 +13338,12 @@ which: ^2.0.1: 2.0.2 2.0.2: $: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== - _: 'https://registry.npmjs.org/which/-/which-2.0.2.tgz' + _: 'https://npme.walmart.com/which/-/which-2.0.2.tgz' dependencies: isexe: ^2.0.0 1.3.1: $: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== - _: 'https://registry.npmjs.org/which/-/which-1.3.1.tgz' + _: 'https://npme.walmart.com/which/-/which-1.3.1.tgz' dependencies: isexe: ^2.0.0 which-module: @@ -13296,14 +13352,14 @@ which-module: ^2.0.0: 2.0.0 2.0.0: $: sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho= - _: 'https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz' + _: 'https://npme.walmart.com/which-module/-/which-module-2.0.0.tgz' wide-align: _latest: 1.1.3 _: ^1.1.0: 1.1.3 1.1.3: $: sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA== - _: 'https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz' + _: 'https://npme.walmart.com/wide-align/-/wide-align-1.1.3.tgz' dependencies: string-width: '^1.0.2 || 2' widest-line: @@ -13312,7 +13368,7 @@ widest-line: ^3.1.0: 3.1.0 3.1.0: $: sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg== - _: 'https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz' + _: 'https://npme.walmart.com/widest-line/-/widest-line-3.1.0.tgz' dependencies: string-width: ^4.0.0 winston: @@ -13321,7 +13377,7 @@ winston: ^2.4.4: 2.4.5 2.4.5: $: sha512-TWoamHt5yYvsMarGlGEQE59SbJHqGsZV8/lwC+iCcGeAe0vUaOh+Lv6SYM17ouzC/a/LB1/hz/7sxFBtlu1l4A== - _: 'https://registry.npmjs.org/winston/-/winston-2.4.5.tgz' + _: 'https://npme.walmart.com/winston/-/winston-2.4.5.tgz' dependencies: async: ~1.0.0 colors: 1.0.x @@ -13335,21 +13391,21 @@ word-wrap: ^1.2.3: 1.2.3 1.2.3: $: sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ== - _: 'https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz' + _: 'https://npme.walmart.com/word-wrap/-/word-wrap-1.2.3.tgz' wordwrap: _latest: 1.0.0 _: ~0.0.2: 0.0.3 0.0.3: $: sha1-o9XabNXAvAAI03I0u68b7WMFkQc= - _: 'https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz' + _: 'https://npme.walmart.com/wordwrap/-/wordwrap-0.0.3.tgz' worker-farm: _latest: 1.7.0 _: ^1.7.0: 1.7.0 1.7.0: $: sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw== - _: 'https://registry.npmjs.org/worker-farm/-/worker-farm-1.7.0.tgz' + _: 'https://npme.walmart.com/worker-farm/-/worker-farm-1.7.0.tgz' dependencies: errno: ~0.1.7 wrap-ansi: @@ -13359,14 +13415,14 @@ wrap-ansi: ^6.2.0: 6.2.0 6.2.0: $: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA== - _: 'https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz' + _: 'https://npme.walmart.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz' dependencies: ansi-styles: ^4.0.0 string-width: ^4.1.0 strip-ansi: ^6.0.0 5.1.0: $: sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q== - _: 'https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz' + _: 'https://npme.walmart.com/wrap-ansi/-/wrap-ansi-5.1.0.tgz' dependencies: ansi-styles: ^3.2.0 string-width: ^3.0.0 @@ -13377,14 +13433,14 @@ wrappy: '1': 1.0.2 1.0.2: $: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= - _: 'https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz' + _: 'https://npme.walmart.com/wrappy/-/wrappy-1.0.2.tgz' write-file-atomic: _latest: 3.0.3 _: ^3.0.0: 3.0.3 3.0.3: $: sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q== - _: 'https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz' + _: 'https://npme.walmart.com/write-file-atomic/-/write-file-atomic-3.0.3.tgz' dependencies: imurmurhash: ^0.1.4 is-typedarray: ^1.0.0 @@ -13396,7 +13452,7 @@ ws: ~3.3.1: 3.3.3 3.3.3: $: sha512-nnWLa/NwZSt4KQJu51MYlCcSQ5g7INpOrOMt4XV8j4dqTXdmlUmSHQ8/oLC069ckre0fRsgfvsKwbTdtKLCDkA== - _: 'https://registry.npmjs.org/ws/-/ws-3.3.3.tgz' + _: 'https://npme.walmart.com/ws/-/ws-3.3.3.tgz' dependencies: async-limiter: ~1.0.0 safe-buffer: ~5.1.0 @@ -13407,14 +13463,14 @@ xaa: '^1.5.0,^1.6.0': 1.6.0 1.6.0: $: sha512-BbxlOEfA3ndnab9cbHvUWh3Ow0rhVaiTgxwPaRrBdW6tcIGoR8ks7PuGLYvijuasclX9I1jfAiUC+V09knYWgQ== - _: 'https://registry.npmjs.org/xaa/-/xaa-1.6.0.tgz' + _: 'https://npme.walmart.com/xaa/-/xaa-1.6.0.tgz' xclap: _latest: 0.2.53 _: ^0.2.53: 0.2.53 0.2.53: $: sha512-sKGFvLhZySDy4zBxzgcFu9a5+01ma6S/E8rQNMSbTuaWegdpD2leB5GzqIxktmzdkSjSJ5XjI2MGM0OGcyf2HA== - _: 'https://registry.npmjs.org/xclap/-/xclap-0.2.53.tgz' + _: 'https://npme.walmart.com/xclap/-/xclap-0.2.53.tgz' dependencies: '@xarc/run': ^1.0.2 xenv-config: @@ -13423,28 +13479,28 @@ xenv-config: ^1.3.1: 1.3.1 1.3.1: $: sha512-ekNalpPoXwgWx1tE384qlkx8+17ANcpmCtak4TYK1EsEcM+0a607TqszGHv4sWMBuogM28XyJmzcRoIgMjABIA== - _: 'https://registry.npmjs.org/xenv-config/-/xenv-config-1.3.1.tgz' + _: 'https://npme.walmart.com/xenv-config/-/xenv-config-1.3.1.tgz' xmlbuilder: _latest: 15.1.1 _: ^13.0.2: 13.0.2 13.0.2: $: sha512-Eux0i2QdDYKbdbA6AM6xE4m6ZTZr4G4xF9kahI2ukSEMCzwce2eX9WlTI5J3s+NU7hpasFsr8hWIONae7LluAQ== - _: 'https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-13.0.2.tgz' + _: 'https://npme.walmart.com/xmlbuilder/-/xmlbuilder-13.0.2.tgz' xmlhttprequest-ssl: _latest: 1.6.0 _: ~1.5.4: 1.5.5 1.5.5: $: sha1-wodrBhaKrcQOV9l+gRkayPQ5iz4= - _: 'https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.5.tgz' + _: 'https://npme.walmart.com/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.5.tgz' xsh: _latest: 0.4.5 _: ^0.4.5: 0.4.5 0.4.5: $: sha512-Tkmj2v1+Uik0zaTU/0+Qwbv8b/NEnPwHgSfnhPIjlSoIb2dRW8HlJMrJb4x232LoITzZATKr7fhdMR4renzhzg== - _: 'https://registry.npmjs.org/xsh/-/xsh-0.4.5.tgz' + _: 'https://npme.walmart.com/xsh/-/xsh-0.4.5.tgz' dependencies: shcmd: ^0.8.4 xtend: @@ -13453,14 +13509,14 @@ xtend: '^4.0.0,~4.0.1': 4.0.2 4.0.2: $: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== - _: 'https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz' + _: 'https://npme.walmart.com/xtend/-/xtend-4.0.2.tgz' y18n: _latest: 5.0.5 _: ^4.0.0: 4.0.1 4.0.1: $: sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ== - _: 'https://registry.npmjs.org/y18n/-/y18n-4.0.1.tgz' + _: 'https://npme.walmart.com/y18n/-/y18n-4.0.1.tgz' yallist: _latest: 4.0.0 _: @@ -13469,13 +13525,13 @@ yallist: ^4.0.0: 4.0.0 4.0.0: $: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== - _: 'https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz' + _: 'https://npme.walmart.com/yallist/-/yallist-4.0.0.tgz' 3.1.1: $: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== - _: 'https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz' + _: 'https://npme.walmart.com/yallist/-/yallist-3.1.1.tgz' 2.1.2: $: sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI= - _: 'https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz' + _: 'https://npme.walmart.com/yallist/-/yallist-2.1.2.tgz' yargs: _latest: 16.2.0 _: @@ -13483,7 +13539,7 @@ yargs: ^15.0.2: 15.4.1 15.4.1: $: sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A== - _: 'https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz' + _: 'https://npme.walmart.com/yargs/-/yargs-15.4.1.tgz' dependencies: cliui: ^6.0.0 decamelize: ^1.2.0 @@ -13498,7 +13554,7 @@ yargs: yargs-parser: ^18.1.2 13.3.2: $: sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw== - _: 'https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz' + _: 'https://npme.walmart.com/yargs/-/yargs-13.3.2.tgz' dependencies: cliui: ^5.0.0 find-up: ^3.0.0 @@ -13517,13 +13573,13 @@ yargs-parser: ^18.1.2: 18.1.3 18.1.3: $: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ== - _: 'https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz' + _: 'https://npme.walmart.com/yargs-parser/-/yargs-parser-18.1.3.tgz' dependencies: camelcase: ^5.0.0 decamelize: ^1.2.0 13.1.2: $: sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg== - _: 'https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz' + _: 'https://npme.walmart.com/yargs-parser/-/yargs-parser-13.1.2.tgz' dependencies: camelcase: ^5.0.0 decamelize: ^1.2.0 @@ -13533,4 +13589,4 @@ yeast: 0.1.2: 0.1.2 0.1.2: $: sha1-AI4G2AlDIMNy28L47XagymyKxBk= - _: 'https://registry.npmjs.org/yeast/-/yeast-0.1.2.tgz' + _: 'https://npme.walmart.com/yeast/-/yeast-0.1.2.tgz' diff --git a/samples/hapi-app/src/client/components/demo-dynamic-import.jsx b/samples/hapi-app/src/client/components/demo-dynamic-import.jsx deleted file mode 100644 index c420ee43b..000000000 --- a/samples/hapi-app/src/client/components/demo-dynamic-import.jsx +++ /dev/null @@ -1,56 +0,0 @@ -import React from "react"; -import loadable from "@loadable/component"; -import PropTypes from "prop-types"; -import { connect } from "react-redux"; -import { setShowFakeComp } from "../actions"; -import Promise from "bluebird"; -import demoStyle from "../styles/demo2.css"; // eslint-disable-line no-unused-vars -import custom from "../styles/custom.css"; // eslint-disable-line no-unused-vars - -const Fallback = () => ( -
- Dynamic Imported Component is loading ... -
-); - -let Demo = loadable(() => import(/* webpackChunkName: "fake" */ "./demo-fake"), { - fallback: -}); - -const timeout = 1000; -const load = dispatch => { - dispatch(setShowFakeComp(false)); - Promise.try(() => loadable(() => import("./demo-fake"))) - .delay(timeout) - .then(x => (Demo = x)) - .then(() => { - dispatch(setShowFakeComp(true)); - }); -}; - -const DynamicImportDemo = ({ showFakeComp, dispatch }) => { - return ( -
-
- Demo Dynamic Import with  - - Loadable Components - -
-
- {showFakeComp.value ? : } -
-
- -
-
- ); -}; -DynamicImportDemo.propTypes = { - showFakeComp: PropTypes.object, - dispatch: PropTypes.func -}; -export default connect( - state => state, - dispatch => ({ dispatch }) -)(DynamicImportDemo); diff --git a/samples/hapi-app/src/client/components/home.jsx b/samples/hapi-app/src/client/components/home.jsx index 06d48f287..fcee8bca3 100644 --- a/samples/hapi-app/src/client/components/home.jsx +++ b/samples/hapi-app/src/client/components/home.jsx @@ -23,7 +23,6 @@ import DemoStates from "./demo-states"; import DemoPureStates from "./demo-pure-states"; // import { DemoButtons } from "./demo-buttons"; import DemoSugarss from "./demo-sugarss"; -import DemoDynamicImport from "./demo-dynamic-import"; import { Nav } from "./nav"; import { declareSubApp, createDynamicComponent } from "@xarc/react"; @@ -94,10 +93,6 @@ class Home extends React.Component { -
- -
-
diff --git a/samples/poc-subapp/fyn-lock.yaml b/samples/poc-subapp/fyn-lock.yaml index acdc96cb6..d712ff236 100644 --- a/samples/poc-subapp/fyn-lock.yaml +++ b/samples/poc-subapp/fyn-lock.yaml @@ -611,7 +611,7 @@ $pkg: '@babel/plugin-syntax-dynamic-import': _latest: 7.8.3 _: - '^7.2.0,^7.7.4,^7.8.0': 7.8.3 + '^7.7.4,^7.8.0': 7.8.3 7.8.3: $: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== _: 'https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz' @@ -1363,9 +1363,15 @@ $pkg: peerDependencies: '@babel/core': ^7.0.0-0 '@babel/runtime': - _latest: 7.10.5 + _latest: 7.12.5 _: '^7.1.2,^7.5.5,^7.8.3,^7.8.4,^7.9.2': 7.10.5 + ^7.12.5: 7.12.5 + 7.12.5: + $: sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg== + _: 'https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz' + dependencies: + regenerator-runtime: ^0.13.4 7.10.5: $: sha512-otddXKhdNn7d0ptoFRHtMLa8LqDxLYwTjB4nYgM1yy5N6gU/MUf8zqyyLltCH3yAVitBzmwK4us+DD0l/MauAg== _: 'https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.5.tgz' @@ -1460,6 +1466,13 @@ $pkg: dependencies: '@hapi/hoek': 8.x.x deprecated: 'This version has been deprecated and is no longer supported or maintained' +'@hapi/bourne': + _latest: 2.0.0 + _: + ^2.0.0: 2.0.0 + 2.0.0: + $: sha512-WEezM1FWztfbzqIUbsDzFRVMxSoLy3HugVcux6KDDtTqzPsLE8NDRHfXvev66aH1i2oOKKar3/XDjbvh/OUBdg== + _: 'https://registry.npmjs.org/@hapi/bourne/-/bourne-2.0.0.tgz' '@hapi/hoek': _latest: 9.0.4 _: @@ -1489,18 +1502,19 @@ $pkg: $: sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw== _: 'https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.2.tgz' '@jchip/redbird': - _latest: 1.2.0 + _latest: 1.2.2 _: - ^1.1.2: 1.2.0 - 1.2.0: - $: sha512-EGknEXNSdlyRqmnRWzwfdveWt5d/WRfvtR0X+07Si/CEht75FdRS8PICZPHegcUstJUnZOioQM5v7eru9Ef2Lg== - _: 'https://registry.npmjs.org/@jchip/redbird/-/redbird-1.2.0.tgz' + ^1.2.2: 1.2.2 + 1.2.2: + $: sha512-o3oWs/YsKbTOIKY2LBzLYaXbVHJNFiBqkMEa0n6FjI9dppyMamlTHyGmMLuG34fdiOTAjQ5JC2AgVtJ+gA0Gzw== + _: 'https://registry.npmjs.org/@jchip/redbird/-/redbird-1.2.2.tgz' dependencies: http-proxy: ^1.17.0 lodash: ^4.17.11 lru-cache: ^4.1.5 object-hash: ^1.3.1 pino: ^5.11.3 + pino-pretty: ^4.3.0 safetimeout: ^0.1.2 spdy: ^4.0.0 valid-url: ^1.0.9 @@ -1515,17 +1529,6 @@ $pkg: '@babel/plugin-syntax-dynamic-import': ^7.7.4 peerDependencies: '@babel/core': ^7.0.0-0 -'@loadable/webpack-plugin': - _latest: 5.13.0 - _: - ^5.7.1: 5.13.0 - 5.13.0: - $: sha512-MrMnpci590POKdmyTTaj/hv8A5BhGfG3Sg8WJ9M/HxEPnjoOFGWWSnV0yqBEi05etILE0Gl9xL5GSK/nZQbdOw== - _: 'https://registry.npmjs.org/@loadable/webpack-plugin/-/webpack-plugin-5.13.0.tgz' - dependencies: - make-dir: ^3.0.2 - peerDependencies: - webpack: '>=4.6.0' '@types/color-name': _latest: 1.1.1 _: @@ -1736,26 +1739,27 @@ $pkg: '@webassemblyjs/wast-parser': 1.9.0 '@xtuc/long': 4.2.2 '@xarc/app': - _latest: 8.1.29-fynlocal_h + _latest: 8.2.2-fynlocal_h _: - ../../packages/xarc-app: 8.1.29-fynlocal_h - 8.1.29-fynlocal_h: + ../../packages/xarc-app: 8.2.2-fynlocal_h + 8.2.2-fynlocal_h: top: 1 $: local _: ../../packages/xarc-app dependencies: - '@babel/runtime': ^7.8.3 + '@babel/runtime': ^7.12.5 babel-plugin-react-css-modules: ^5.2.6 css-modules-require-hook: ^4.0.2 ignore-styles: ^5.0.1 - isomorphic-loader: ^4.2.1 + isomorphic-loader: ^4.3.0 optional-require: ^1.0.0 subapp-util: ^1.1.2 + tslib: ^2.1.0 '@xarc/app-dev': - _latest: 8.1.29-fynlocal_h + _latest: 8.2.2-fynlocal_h _: - ../../packages/xarc-app-dev: 8.1.29-fynlocal_h - 8.1.29-fynlocal_h: + ../../packages/xarc-app-dev: 8.2.2-fynlocal_h + 8.2.2-fynlocal_h: top: 1 $: local _: ../../packages/xarc-app-dev @@ -1765,7 +1769,6 @@ $pkg: '@babel/plugin-proposal-class-properties': ^7.2.1 '@babel/plugin-proposal-decorators': ^7.4.4 '@babel/plugin-proposal-object-rest-spread': ^7.0.0 - '@babel/plugin-syntax-dynamic-import': ^7.2.0 '@babel/plugin-transform-react-constant-elements': ^7.0.0 '@babel/plugin-transform-react-inline-elements': ^7.0.0 '@babel/plugin-transform-runtime': ^7.1.0 @@ -1773,10 +1776,10 @@ $pkg: '@babel/preset-react': ^7.0.0 '@babel/preset-typescript': ^7.0.0 '@babel/register': ^7.0.0 - '@jchip/redbird': ^1.1.2 + '@jchip/redbird': ^1.2.2 '@loadable/babel-plugin': ^5.10.0 - '@xarc/subapp': ^0.0.3 - '@xarc/webpack': ^9.0.6 + '@xarc/subapp': ^0.1.3 + '@xarc/webpack': ^9.1.0 ansi-to-html: ^0.6.8 babel-plugin-dynamic-import-node: ^2.2.0 babel-plugin-lodash: ^3.3.4 @@ -1812,6 +1815,7 @@ $pkg: serve-index-fs: ^1.10.1 subapp-util: ^1.1.2 sudo-prompt: ^8.2.5 + tslib: ^2.1.0 visual-logger: ^1.1.3 webpack-dev-middleware: ^3.7.2 webpack-hot-middleware: ^2.25.0 @@ -1915,16 +1919,15 @@ $pkg: unwrap-npm-cmd: ^1.1.1 xsh: ^0.4.5 '@xarc/subapp': - _latest: 0.0.3-fynlocal_h + _latest: 0.1.3-fynlocal_h _: - ../xarc-subapp: 0.0.3-fynlocal_h - 0.0.3-fynlocal_h: + ../xarc-subapp: 0.1.3-fynlocal_h + 0.1.3-fynlocal_h: $: local _: ../../packages/xarc-subapp dependencies: lodash: ^4.17.20 - peerDependencies: - tslib: ^2.0.3 + tslib: ^2.1.0 '@xarc/tag-renderer': _latest: 1.0.6-fynlocal_h _: @@ -1935,14 +1938,13 @@ $pkg: dependencies: '@xarc/render-context': ^1.0.5 '@xarc/webpack': - _latest: 9.0.6-fynlocal_h + _latest: 9.1.0-fynlocal_h _: - ../xarc-webpack: 9.0.6-fynlocal_h - 9.0.6-fynlocal_h: + ../xarc-webpack: 9.1.0-fynlocal_h + 9.1.0-fynlocal_h: $: local _: ../../packages/xarc-webpack dependencies: - '@loadable/webpack-plugin': ^5.7.1 autoprefixer: ^9.6.0 babel-loader: ^8.1.0 chalk: ^4.1.0 @@ -2216,6 +2218,18 @@ argparse: _: 'https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz' dependencies: sprintf-js: ~1.0.2 +args: + _latest: 5.0.1 + _: + ^5.0.1: 5.0.1 + 5.0.1: + $: sha512-1kqmFCFsPffavQFGt8OxJdIcETti99kySRUPMpOhaGjL6mRJn8HFU1OxKY5bMqfZKUwTQc1mZkAjmGYaVOHFtQ== + _: 'https://registry.npmjs.org/args/-/args-5.0.1.tgz' + dependencies: + camelcase: 5.0.0 + chalk: 2.4.2 + leven: 2.1.0 + mri: 1.1.4 arr-diff: _latest: 4.0.0 _: @@ -2929,10 +2943,14 @@ callsites: camelcase: _latest: 6.0.0 _: + 5.0.0: 5.0.0 '^5.0.0,^5.3.1': 5.3.1 5.3.1: $: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== _: 'https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz' + 5.0.0: + $: sha512-faqwZqnWxbxn+F1d399ygeamQNy3lPp/H9H6rNrqYh4FSVCtcY+3cub1MxA8o9mDd55mM8Aghuu/kuyYA6VTsA== + _: 'https://registry.npmjs.org/camelcase/-/camelcase-5.0.0.tgz' caniuse-api: _latest: 3.0.0 _: @@ -2962,8 +2980,8 @@ caseless: chalk: _latest: 4.1.0 _: + '2.4.2,^2.0.0,^2.4.1,^2.4.2': 2.4.2 ^1.1.3: 1.1.3 - '^2.0.0,^2.4.1,^2.4.2': 2.4.2 ^3.0.0: 3.0.0 '^4.0.0,^4.1.0': 4.1.0 4.1.0: @@ -3670,6 +3688,13 @@ dashdash: _: 'https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz' dependencies: assert-plus: ^1.0.0 +dateformat: + _latest: 4.5.0 + _: + ^3.0.3: 3.0.3 + 3.0.3: + $: sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q== + _: 'https://registry.npmjs.org/dateformat/-/dateformat-3.0.3.tgz' debug: _latest: 4.1.1 _: @@ -5831,12 +5856,12 @@ isobject: dependencies: isarray: 1.0.0 isomorphic-loader: - _latest: 4.2.1 + _latest: 4.3.0 _: - ^4.2.1: 4.2.1 - 4.2.1: - $: sha512-k6/lRYHit1MAiwZ2eWKL3ZMZl8XEhGSxQz30UhvIWqj7b2boFC5cVVv4UGEGW3YoIK84+eHacbNqEGBDKtsIOA== - _: 'https://registry.npmjs.org/isomorphic-loader/-/isomorphic-loader-4.2.1.tgz' + ^4.3.0: 4.3.0 + 4.3.0: + $: sha512-x2zP3JsUfTKEypGrHx6tAs1ytDrOd2s1IpG3cadX3UNNvtEwgqC2hEGv2f2dZQmTzABBEZSrLoAdJEQK45Znvw== + _: 'https://registry.npmjs.org/isomorphic-loader/-/isomorphic-loader-4.3.0.tgz' isstream: _latest: 0.1.2 _: @@ -5926,6 +5951,20 @@ jaro-winkler: 0.2.8: $: sha1-Zyfg0LcJHiQ2+TVt6b+I+tI+U0o= _: 'https://registry.npmjs.org/jaro-winkler/-/jaro-winkler-0.2.8.tgz' +jmespath: + _latest: 0.15.0 + _: + ^0.15.0: 0.15.0 + 0.15.0: + $: sha1-o/Iiqarp+Wb10nx5ZRDigJF2Qhc= + _: 'https://registry.npmjs.org/jmespath/-/jmespath-0.15.0.tgz' +joycon: + _latest: 2.2.5 + _: + ^2.2.5: 2.2.5 + 2.2.5: + $: sha512-YqvUxoOcVPnCp0VU1/56f+iKSdvIRJYPznH22BdXV3xMk75SFXhWeJkZ8C9XxUWt1b5x2X1SxuFygW1U0FmkEQ== + _: 'https://registry.npmjs.org/joycon/-/joycon-2.2.5.tgz' js-base64: _latest: 3.6.0 _: @@ -6109,10 +6148,14 @@ last-call-webpack-plugin: leven: _latest: 3.1.0 _: + 2.1.0: 2.1.0 ^3.1.0: 3.1.0 3.1.0: $: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A== _: 'https://registry.npmjs.org/leven/-/leven-3.1.0.tgz' + 2.1.0: + $: sha1-wuep93IJTe6dNCAq6KzORoeHVYA= + _: 'https://registry.npmjs.org/leven/-/leven-2.1.0.tgz' levenary: _latest: 1.1.1 _: @@ -6631,6 +6674,13 @@ move-concurrently: mkdirp: ^0.5.1 rimraf: ^2.5.4 run-queue: ^1.0.3 +mri: + _latest: 1.1.6 + _: + 1.1.4: 1.1.4 + 1.1.4: + $: sha512-6y7IjGPm8AzlvoUrwAaw1tLnUBudaS3752vcd8JtrpGGQn+rXIe63LFVHm/YMwtqAuh+LJPCFdlLYPWM1nYn6w== + _: 'https://registry.npmjs.org/mri/-/mri-1.1.4.tgz' ms: _latest: 2.1.2 _: @@ -7340,6 +7390,25 @@ pino: pino-std-serializers: ^2.4.2 quick-format-unescaped: ^3.0.3 sonic-boom: ^0.7.5 +pino-pretty: + _latest: 4.3.0 + _: + ^4.3.0: 4.3.0 + 4.3.0: + $: sha512-uEc9SUCCGVEs0goZvyznKXBHtI1PNjGgqHviJHxOCEFEWZN6Z/IQKv5pO9gSdm/b+WfX+/dfheWhtZUyScqjlQ== + _: 'https://registry.npmjs.org/pino-pretty/-/pino-pretty-4.3.0.tgz' + dependencies: + '@hapi/bourne': ^2.0.0 + args: ^5.0.1 + chalk: ^4.0.0 + dateformat: ^3.0.3 + fast-safe-stringify: ^2.0.7 + jmespath: ^0.15.0 + joycon: ^2.2.5 + pump: ^3.0.0 + readable-stream: ^3.6.0 + split2: ^3.1.1 + strip-json-comments: ^3.1.1 pino-std-serializers: _latest: 2.4.2 _: @@ -8228,7 +8297,7 @@ readable-stream: _latest: 3.6.0 _: '1 || 2,^2.0.0,^2.0.1,^2.0.2,^2.1.5,^2.2.2,^2.3.3,^2.3.6,~2.3.6': 2.3.7 - '^3.0.6,^3.4.0,^3.6.0': 3.6.0 + '^3.0.0,^3.0.6,^3.4.0,^3.6.0': 3.6.0 3.6.0: $: sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== _: 'https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz' @@ -9095,6 +9164,15 @@ split-string: _: 'https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz' dependencies: extend-shallow: ^3.0.0 +split2: + _latest: 3.2.2 + _: + ^3.1.1: 3.2.2 + 3.2.2: + $: sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg== + _: 'https://registry.npmjs.org/split2/-/split2-3.2.2.tgz' + dependencies: + readable-stream: ^3.0.0 sprintf-js: _latest: 1.1.2 _: @@ -9356,10 +9434,10 @@ stylehacks: postcss: ^7.0.0 postcss-selector-parser: ^3.0.0 subapp-react: - _latest: 0.0.34-fynlocal_h + _latest: 0.0.36-fynlocal_h _: - ../../packages/subapp-react: 0.0.34-fynlocal_h - 0.0.34-fynlocal_h: + ../../packages/subapp-react: 0.0.36-fynlocal_h + 0.0.36-fynlocal_h: top: 1 $: local _: ../../packages/subapp-react @@ -9367,22 +9445,22 @@ subapp-react: '@babel/runtime': ^7.8.3 optional-require: ^1.0.0 subapp-util: ^1.1.2 - subapp-web: ^1.0.43 + subapp-web: ^1.0.45 peerDependencies: react: '*' react-dom: '*' subapp-redux: - _latest: 1.0.43-fynlocal_h + _latest: 1.0.45-fynlocal_h _: - ../../packages/subapp-redux: 1.0.43-fynlocal_h - 1.0.43-fynlocal_h: + ../../packages/subapp-redux: 1.0.45-fynlocal_h + 1.0.45-fynlocal_h: top: 1 $: local _: ../../packages/subapp-redux dependencies: optional-require: ^1.0.0 subapp-util: ^1.1.2 - subapp-web: ^1.0.43 + subapp-web: ^1.0.45 peerDependencies: react: '*' react-dom: '*' @@ -9417,10 +9495,10 @@ subapp-util: filter-scan-dir: ^1.0.9 optional-require: ^1.0.0 subapp-web: - _latest: 1.0.43-fynlocal_h + _latest: 1.0.45-fynlocal_h _: - '../../packages/subapp-web,../subapp-web': 1.0.43-fynlocal_h - 1.0.43-fynlocal_h: + '../../packages/subapp-web,../subapp-web': 1.0.45-fynlocal_h + 1.0.45-fynlocal_h: top: 1 $: local _: ../../packages/subapp-web @@ -9685,9 +9763,13 @@ tough-cookie: psl: ^1.1.28 punycode: ^2.1.1 tslib: - _latest: 2.0.0 + _latest: 2.1.0 _: ^1.9.0: 1.13.0 + ^2.1.0: 2.1.0 + 2.1.0: + $: sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A== + _: 'https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz' 1.13.0: $: sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q== _: 'https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz'