Skip to content
Snippets Groups Projects
package-lock.json 498 KiB
Newer Older
  • Learn to ignore specific revisions
  •                     "version": "2.1.0",
                        "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.1.0.tgz",
                        "integrity": "sha512-NhURkNcrVB+8hNfLuysU8enY5xn2KXphsHBaC2YmRNTZRc7RWusw6apSpdEj3jo4CMb6W9nrF6tTnsJsJeyu6g==",
    
    Todd Dembrey's avatar
    Todd Dembrey committed
                        "dev": true,
                        "requires": {
    
                            "p-try": "^2.0.0"
    
    Todd Dembrey's avatar
    Todd Dembrey committed
                        }
                    },
                    "p-locate": {
                        "version": "3.0.0",
                        "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
                        "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
                        "dev": true,
                        "requires": {
    
                            "p-limit": "^2.0.0"
    
    Todd Dembrey's avatar
    Todd Dembrey committed
                        }
                    },
                    "p-try": {
                        "version": "2.0.0",
                        "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.0.0.tgz",
                        "integrity": "sha512-hMp0onDKIajHfIkdRk3P4CdCmErkYAxxDtP3Wx/4nZ3aGlau2VKh3mZpcuFkH27WQkL/3WBCPOktzA9ZOAnMQQ==",
                        "dev": true
                    },
                    "path-exists": {
                        "version": "3.0.0",
                        "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
                        "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
                        "dev": true
                    },
                    "pkg-dir": {
                        "version": "3.0.0",
                        "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz",
                        "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==",
                        "dev": true,
                        "requires": {
    
                            "find-up": "^3.0.0"
    
    Todd Dembrey's avatar
    Todd Dembrey committed
                        }
                    },
                    "schema-utils": {
                        "version": "1.0.0",
                        "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
                        "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
                        "dev": true,
                        "requires": {
    
                            "ajv": "^6.1.0",
                            "ajv-errors": "^1.0.0",
                            "ajv-keywords": "^3.1.0"
    
    Todd Dembrey's avatar
    Todd Dembrey committed
                        }
                    },
                    "source-map": {
                        "version": "0.6.1",
                        "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
                        "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
                        "dev": true
                    }
                }
            },
    
            "text-table": {
                "version": "0.2.0",
                "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
                "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=",
                "dev": true
            },
            "through": {
                "version": "2.3.8",
                "resolved": "http://registry.npmjs.org/through/-/through-2.3.8.tgz",
                "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=",
                "dev": true
            },
            "through2": {
                "version": "2.0.3",
                "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz",
                "integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=",
                "requires": {
    
                    "readable-stream": "^2.1.5",
                    "xtend": "~4.0.1"
    
                }
            },
            "through2-filter": {
                "version": "2.0.0",
                "resolved": "https://registry.npmjs.org/through2-filter/-/through2-filter-2.0.0.tgz",
                "integrity": "sha1-YLxVoNrLdghdsfna6Zq0P4PWIuw=",
                "requires": {
    
                    "through2": "~2.0.0",
                    "xtend": "~4.0.0"
    
            "thunky": {
                "version": "1.0.3",
                "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.0.3.tgz",
                "integrity": "sha512-YwT8pjmNcAXBZqrubu22P4FYsh2D4dxRmnWBOL8Jk8bUcRUtc5326kx32tuTmFDAZtLOGEVNl8POAR8j896Iow==",
                "dev": true
            },
    
            "time-stamp": {
                "version": "1.1.0",
                "resolved": "https://registry.npmjs.org/time-stamp/-/time-stamp-1.1.0.tgz",
                "integrity": "sha1-dkpaEa9QVhkhsTPztE5hhofg9cM="
            },
    
    Todd Dembrey's avatar
    Todd Dembrey committed
            "timers-browserify": {
                "version": "2.0.10",
                "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.10.tgz",
                "integrity": "sha512-YvC1SV1XdOUaL6gx5CoGroT3Gu49pK9+TZ38ErPldOWW4j49GI1HKs9DV+KGq/w6y+LZ72W1c8cKz2vzY+qpzg==",
                "dev": true,
                "requires": {
    
                    "setimmediate": "^1.0.4"
    
            "timers-ext": {
                "version": "0.1.5",
                "resolved": "https://registry.npmjs.org/timers-ext/-/timers-ext-0.1.5.tgz",
                "integrity": "sha512-tsEStd7kmACHENhsUPaxb8Jf8/+GZZxyNFQbZD07HQOyooOa6At1rQqjffgvg7n+dxscQa9cjjMdWhJtsP2sxg==",
                "dev": true,
                "requires": {
    
                    "es5-ext": "~0.10.14",
                    "next-tick": "1"
    
                }
            },
            "tmp": {
                "version": "0.0.33",
                "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
                "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
                "dev": true,
                "requires": {
    
                    "os-tmpdir": "~1.0.2"
    
                }
            },
            "to-absolute-glob": {
                "version": "2.0.2",
                "resolved": "https://registry.npmjs.org/to-absolute-glob/-/to-absolute-glob-2.0.2.tgz",
                "integrity": "sha1-GGX0PZ50sIItufFFt4z/fQ98hJs=",
                "requires": {
    
                    "is-absolute": "^1.0.0",
                    "is-negated-glob": "^1.0.0"
    
    Todd Dembrey's avatar
    Todd Dembrey committed
            "to-arraybuffer": {
                "version": "1.0.1",
                "resolved": "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz",
                "integrity": "sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=",
                "dev": true
            },
    
            "to-fast-properties": {
                "version": "2.0.0",
                "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
    
                "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4="
    
            },
            "to-object-path": {
                "version": "0.3.0",
                "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz",
                "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=",
                "requires": {
    
                    "kind-of": "^3.0.2"
    
                },
                "dependencies": {
                    "kind-of": {
                        "version": "3.2.2",
                        "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
                        "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
                        "requires": {
    
                            "is-buffer": "^1.1.5"
    
                        }
                    }
                }
            },
            "to-regex": {
                "version": "3.0.2",
                "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz",
                "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==",
                "requires": {
    
                    "define-property": "^2.0.2",
                    "extend-shallow": "^3.0.2",
                    "regex-not": "^1.0.2",
                    "safe-regex": "^1.1.0"
    
                }
            },
            "to-regex-range": {
                "version": "2.1.1",
                "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz",
                "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=",
                "requires": {
    
                    "is-number": "^3.0.0",
                    "repeat-string": "^1.6.1"
    
                }
            },
            "to-through": {
                "version": "2.0.0",
                "resolved": "https://registry.npmjs.org/to-through/-/to-through-2.0.0.tgz",
                "integrity": "sha1-/JKtq6ByZHvAtn1rA2ZKoZUJOvY=",
                "requires": {
    
                    "through2": "^2.0.3"
    
                }
            },
            "tough-cookie": {
    
                "version": "2.4.3",
                "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.4.3.tgz",
                "integrity": "sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ==",
    
                "requires": {
    
                    "psl": "^1.1.24",
                    "punycode": "^1.4.1"
    
            "trim": {
                "version": "0.0.1",
                "resolved": "https://registry.npmjs.org/trim/-/trim-0.0.1.tgz",
                "integrity": "sha1-WFhUf2spB1fulczMZm+1AITEYN0="
            },
    
            "trim-newlines": {
                "version": "1.0.0",
                "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",
                "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM="
            },
            "trim-right": {
                "version": "1.0.1",
                "resolved": "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz",
    
                "integrity": "sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM="
            },
            "trough": {
                "version": "1.0.3",
                "resolved": "https://registry.npmjs.org/trough/-/trough-1.0.3.tgz",
                "integrity": "sha512-fwkLWH+DimvA4YCy+/nvJd61nWQQ2liO/nF/RjkTpiOGi+zxZzVkhb1mvbHIIW4b/8nDsYI8uTmAlc0nNkRMOw=="
    
            },
            "true-case-path": {
                "version": "1.0.3",
                "resolved": "https://registry.npmjs.org/true-case-path/-/true-case-path-1.0.3.tgz",
                "integrity": "sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew==",
                "requires": {
    
                    "glob": "^7.1.2"
    
                }
            },
            "tslib": {
                "version": "1.9.3",
                "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.9.3.tgz",
                "integrity": "sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ==",
                "dev": true
            },
    
    Todd Dembrey's avatar
    Todd Dembrey committed
            "tty-browserify": {
                "version": "0.0.0",
                "resolved": "http://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz",
                "integrity": "sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=",
                "dev": true
            },
    
            "tunnel-agent": {
                "version": "0.6.0",
                "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
                "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=",
                "requires": {
    
                    "safe-buffer": "^5.0.1"
    
                }
            },
            "tweetnacl": {
                "version": "0.14.5",
                "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz",
    
                "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q="
    
            },
            "type-check": {
                "version": "0.3.2",
                "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
                "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=",
                "dev": true,
                "requires": {
    
                    "prelude-ls": "~1.1.2"
    
                }
            },
            "type-is": {
                "version": "1.6.16",
                "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.16.tgz",
                "integrity": "sha512-HRkVv/5qY2G6I8iab9cI7v1bOIdhm94dVjQCPFElW9W+3GeDOSHmy2EBYe4VTApuzolPcmgFTN3ftVJRKR2J9Q==",
                "dev": true,
                "requires": {
                    "media-typer": "0.3.0",
    
                    "mime-types": "~2.1.18"
    
                }
            },
            "typedarray": {
                "version": "0.0.6",
                "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
                "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c="
            },
            "uglify-js": {
                "version": "3.4.9",
                "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.4.9.tgz",
                "integrity": "sha512-8CJsbKOtEbnJsTyv6LE6m6ZKniqMiFWmm9sRbopbkGs3gMPPfd3Fh8iIA4Ykv5MgaTbqHr4BaoGLJLZNhsrW1Q==",
                "requires": {
    
                    "commander": "~2.17.1",
                    "source-map": "~0.6.1"
    
                },
                "dependencies": {
                    "source-map": {
                        "version": "0.6.1",
                        "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
                        "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
                    }
                }
            },
            "unc-path-regex": {
                "version": "0.1.2",
                "resolved": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz",
                "integrity": "sha1-5z3T17DXxe2G+6xrCufYxqadUPo="
            },
            "undertaker": {
                "version": "1.2.0",
                "resolved": "https://registry.npmjs.org/undertaker/-/undertaker-1.2.0.tgz",
                "integrity": "sha1-M52kZGJS0ILcN45wgGcpl1DhG0k=",
                "requires": {
    
                    "arr-flatten": "^1.0.1",
                    "arr-map": "^2.0.0",
                    "bach": "^1.0.0",
                    "collection-map": "^1.0.0",
                    "es6-weak-map": "^2.0.1",
                    "last-run": "^1.1.0",
                    "object.defaults": "^1.0.0",
                    "object.reduce": "^1.0.0",
                    "undertaker-registry": "^1.0.0"
    
                }
            },
            "undertaker-registry": {
                "version": "1.0.1",
                "resolved": "https://registry.npmjs.org/undertaker-registry/-/undertaker-registry-1.0.1.tgz",
                "integrity": "sha1-XkvaMI5KiirlhPm5pDWaSZglzFA="
            },
            "unicode-canonical-property-names-ecmascript": {
                "version": "1.0.4",
                "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz",
    
                "integrity": "sha512-jDrNnXWHd4oHiTZnx/ZG7gtUTVp+gCcTTKr8L0HjlwphROEW3+Him+IpvC+xcJEFegapiMZyZe02CyuOnRmbnQ=="
    
            },
            "unicode-match-property-ecmascript": {
                "version": "1.0.4",
                "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz",
                "integrity": "sha512-L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg==",
                "requires": {
    
                    "unicode-canonical-property-names-ecmascript": "^1.0.4",
                    "unicode-property-aliases-ecmascript": "^1.0.4"
    
                }
            },
            "unicode-match-property-value-ecmascript": {
                "version": "1.0.2",
                "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.0.2.tgz",
    
                "integrity": "sha512-Rx7yODZC1L/T8XKo/2kNzVAQaRE88AaMvI1EF/Xnj3GW2wzN6fop9DDWuFAKUVFH7vozkz26DzP0qyWLKLIVPQ=="
    
            },
            "unicode-property-aliases-ecmascript": {
                "version": "1.0.4",
                "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.0.4.tgz",
    
                "integrity": "sha512-2WSLa6OdYd2ng8oqiGIWnJqyFArvhn+5vgx5GTxMbUYjCYKUcuKS62YLFF0R/BDGlB1yzXjQOLtPAfHsgirEpg=="
            },
            "unified": {
                "version": "7.1.0",
                "resolved": "https://registry.npmjs.org/unified/-/unified-7.1.0.tgz",
                "integrity": "sha512-lbk82UOIGuCEsZhPj8rNAkXSDXd6p0QLzIuSsCdxrqnqU56St4eyOB+AlXsVgVeRmetPTYydIuvFfpDIed8mqw==",
                "requires": {
    
                    "@types/unist": "^2.0.0",
                    "@types/vfile": "^3.0.0",
                    "bail": "^1.0.0",
                    "extend": "^3.0.0",
                    "is-plain-obj": "^1.1.0",
                    "trough": "^1.0.0",
                    "vfile": "^3.0.0",
                    "x-is-string": "^0.1.0"
    
            },
            "union-value": {
                "version": "1.0.0",
                "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.0.tgz",
                "integrity": "sha1-XHHDTLW61dzr4+oM0IIHulqhrqQ=",
                "requires": {
    
                    "arr-union": "^3.1.0",
                    "get-value": "^2.0.6",
                    "is-extendable": "^0.1.1",
                    "set-value": "^0.4.3"
    
                },
                "dependencies": {
                    "extend-shallow": {
                        "version": "2.0.1",
                        "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
                        "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
                        "requires": {
    
                            "is-extendable": "^0.1.0"
    
                        }
                    },
                    "set-value": {
                        "version": "0.4.3",
                        "resolved": "https://registry.npmjs.org/set-value/-/set-value-0.4.3.tgz",
                        "integrity": "sha1-fbCPnT0i3H945Trzw79GZuzfzPE=",
                        "requires": {
    
                            "extend-shallow": "^2.0.1",
                            "is-extendable": "^0.1.1",
                            "is-plain-object": "^2.0.1",
                            "to-object-path": "^0.3.0"
    
    Todd Dembrey's avatar
    Todd Dembrey committed
            "unique-filename": {
                "version": "1.1.1",
                "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz",
                "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==",
                "dev": true,
                "requires": {
    
                    "unique-slug": "^2.0.0"
    
    Todd Dembrey's avatar
    Todd Dembrey committed
                }
            },
            "unique-slug": {
                "version": "2.0.1",
                "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.1.tgz",
                "integrity": "sha512-n9cU6+gITaVu7VGj1Z8feKMmfAjEAQGhwD9fE3zvpRRa0wEIx8ODYkVGfSc94M2OX00tUFV8wH3zYbm1I8mxFg==",
                "dev": true,
                "requires": {
    
                    "imurmurhash": "^0.1.4"
    
            "unique-stream": {
                "version": "2.2.1",
                "resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-2.2.1.tgz",
                "integrity": "sha1-WqADz76Uxf+GbE59ZouxxNuts2k=",
                "requires": {
    
                    "json-stable-stringify": "^1.0.0",
                    "through2-filter": "^2.0.0"
    
            "unist-util-stringify-position": {
                "version": "1.1.2",
                "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-1.1.2.tgz",
                "integrity": "sha512-pNCVrk64LZv1kElr0N1wPiHEUoXNVFERp+mlTg/s9R5Lwg87f9bM/3sQB99w+N9D/qnM9ar3+AKDBwo/gm/iQQ=="
            },
    
            "universalify": {
                "version": "0.1.2",
                "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
                "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
                "dev": true
            },
    
            "unpipe": {
                "version": "1.0.0",
                "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
                "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=",
                "dev": true
            },
    
            "unquote": {
                "version": "1.1.1",
                "resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz",
                "integrity": "sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ="
            },
    
            "unset-value": {
                "version": "1.0.0",
                "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz",
                "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=",
                "requires": {
    
                    "has-value": "^0.3.1",
                    "isobject": "^3.0.0"
    
                },
                "dependencies": {
                    "has-value": {
                        "version": "0.3.1",
                        "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz",
                        "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=",
                        "requires": {
    
                            "get-value": "^2.0.3",
                            "has-values": "^0.1.4",
                            "isobject": "^2.0.0"
    
                        },
                        "dependencies": {
                            "isobject": {
                                "version": "2.1.0",
                                "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",
                                "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=",
                                "requires": {
                                    "isarray": "1.0.0"
                                }
                            }
                        }
                    },
                    "has-values": {
                        "version": "0.1.4",
                        "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz",
                        "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E="
                    }
                }
            },
            "upath": {
                "version": "1.1.0",
                "resolved": "https://registry.npmjs.org/upath/-/upath-1.1.0.tgz",
                "integrity": "sha512-bzpH/oBhoS/QI/YtbkqCg6VEiPYjSZtrHQM6/QnJS6OL9pKUFLqb3aFh4Scvwm45+7iAgiMkLhSbaZxUqmrprw=="
            },
            "uri-js": {
                "version": "4.2.2",
                "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz",
                "integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==",
                "requires": {
    
                    "punycode": "^2.1.0"
    
                },
                "dependencies": {
                    "punycode": {
                        "version": "2.1.1",
                        "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
    
                        "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A=="
    
                    }
                }
            },
            "urix": {
                "version": "0.1.0",
                "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz",
                "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI="
            },
    
    Todd Dembrey's avatar
    Todd Dembrey committed
            "url": {
                "version": "0.11.0",
                "resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz",
                "integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=",
                "dev": true,
                "requires": {
                    "punycode": "1.3.2",
                    "querystring": "0.2.0"
                },
                "dependencies": {
                    "punycode": {
                        "version": "1.3.2",
                        "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz",
                        "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=",
                        "dev": true
                    }
                }
            },
    
            "url-parse": {
                "version": "1.4.4",
                "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.4.4.tgz",
                "integrity": "sha512-/92DTTorg4JjktLNLe6GPS2/RvAd/RGr6LuktmWSMLEOa6rjnlrFXNgSbSmkNvCoL2T028A0a1JaJLzRMlFoHg==",
                "dev": true,
                "requires": {
    
                    "querystringify": "^2.0.0",
                    "requires-port": "^1.0.0"
    
            "use": {
                "version": "3.1.1",
                "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz",
                "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ=="
            },
            "user-home": {
                "version": "2.0.0",
                "resolved": "https://registry.npmjs.org/user-home/-/user-home-2.0.0.tgz",
                "integrity": "sha1-nHC/2Babwdy/SGBODwS4tJzenp8=",
                "dev": true,
                "requires": {
    
                    "os-homedir": "^1.0.0"
    
                }
            },
            "util": {
                "version": "0.10.4",
                "resolved": "https://registry.npmjs.org/util/-/util-0.10.4.tgz",
                "integrity": "sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==",
                "dev": true,
                "requires": {
                    "inherits": "2.0.3"
                }
            },
            "util-deprecate": {
                "version": "1.0.2",
                "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
                "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
            },
    
    Todd Dembrey's avatar
    Todd Dembrey committed
            "util.promisify": {
                "version": "1.0.0",
                "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.0.tgz",
                "integrity": "sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==",
                "requires": {
    
                    "define-properties": "^1.1.2",
                    "object.getownpropertydescriptors": "^2.0.3"
    
            "utils-merge": {
                "version": "1.0.1",
                "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
                "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=",
                "dev": true
            },
    
            "uuid": {
                "version": "3.3.2",
                "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz",
                "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA=="
            },
    
            "v8-compile-cache": {
                "version": "2.0.2",
                "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.0.2.tgz",
                "integrity": "sha512-1wFuMUIM16MDJRCrpbpuEPTUGmM5QMUg0cr3KFwra2XgOgFcPGDQHDh3CszSCD2Zewc/dh/pamNEW8CbfDebUw==",
                "dev": true
            },
    
            "v8flags": {
                "version": "3.1.1",
                "resolved": "https://registry.npmjs.org/v8flags/-/v8flags-3.1.1.tgz",
                "integrity": "sha512-iw/1ViSEaff8NJ3HLyEjawk/8hjJib3E7pvG4pddVXfUg1983s3VGsiClDjhK64MQVDGqc1Q8r18S4VKQZS9EQ==",
                "requires": {
    
                    "homedir-polyfill": "^1.0.1"
    
                }
            },
            "validate-npm-package-license": {
                "version": "3.0.4",
                "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
                "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",
                "requires": {
    
                    "spdx-correct": "^3.0.0",
                    "spdx-expression-parse": "^3.0.0"
    
                }
            },
            "value-or-function": {
                "version": "3.0.0",
                "resolved": "https://registry.npmjs.org/value-or-function/-/value-or-function-3.0.0.tgz",
                "integrity": "sha1-HCQ6ULWVwb5Up1S/7OhWO5/42BM="
            },
    
            "vary": {
                "version": "1.1.2",
                "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
                "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=",
                "dev": true
            },
    
            "verror": {
                "version": "1.10.0",
                "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz",
                "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=",
                "requires": {
    
                    "assert-plus": "^1.0.0",
    
                    "core-util-is": "1.0.2",
    
                    "extsprintf": "^1.2.0"
    
                }
            },
            "vfile": {
                "version": "3.0.1",
                "resolved": "https://registry.npmjs.org/vfile/-/vfile-3.0.1.tgz",
                "integrity": "sha512-y7Y3gH9BsUSdD4KzHsuMaCzRjglXN0W2EcMf0gpvu6+SbsGhMje7xDc8AEoeXy6mIwCKMI6BkjMsRjzQbhMEjQ==",
                "requires": {
    
                    "is-buffer": "^2.0.0",
    
                    "unist-util-stringify-position": "^1.0.0",
                    "vfile-message": "^1.0.0"
    
                },
                "dependencies": {
                    "is-buffer": {
                        "version": "2.0.3",
                        "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.3.tgz",
                        "integrity": "sha512-U15Q7MXTuZlrbymiz95PJpZxu8IlipAp4dtS3wOdgPXx3mqBnslrWU14kxfHB+Py/+2PVKSr37dMAgM2A4uArw=="
                    }
                }
            },
            "vfile-message": {
                "version": "1.1.1",
                "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-1.1.1.tgz",
                "integrity": "sha512-1WmsopSGhWt5laNir+633LszXvZ+Z/lxveBf6yhGsqnQIhlhzooZae7zV6YVM1Sdkw68dtAW3ow0pOdPANugvA==",
                "requires": {
    
                    "unist-util-stringify-position": "^1.1.1"
    
                }
            },
            "vinyl": {
                "version": "2.2.0",
                "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.2.0.tgz",
                "integrity": "sha512-MBH+yP0kC/GQ5GwBqrTPTzEfiiLjta7hTtvQtbxBgTeSXsmKQRQecjibMbxIXzVT3Y9KJK+drOz1/k+vsu8Nkg==",
                "requires": {
    
                    "clone": "^2.1.1",
                    "clone-buffer": "^1.0.0",
                    "clone-stats": "^1.0.0",
                    "cloneable-readable": "^1.0.0",
                    "remove-trailing-separator": "^1.0.1",
                    "replace-ext": "^1.0.0"
    
                }
            },
            "vinyl-fs": {
                "version": "3.0.3",
                "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-3.0.3.tgz",
                "integrity": "sha512-vIu34EkyNyJxmP0jscNzWBSygh7VWhqun6RmqVfXePrOwi9lhvRs//dOaGOTRUQr4tx7/zd26Tk5WeSVZitgng==",
                "requires": {
    
                    "fs-mkdirp-stream": "^1.0.0",
                    "glob-stream": "^6.1.0",
                    "graceful-fs": "^4.0.0",
                    "is-valid-glob": "^1.0.0",
                    "lazystream": "^1.0.0",
                    "lead": "^1.0.0",
                    "object.assign": "^4.0.4",
                    "pumpify": "^1.3.5",
                    "readable-stream": "^2.3.3",
                    "remove-bom-buffer": "^3.0.0",
                    "remove-bom-stream": "^1.2.0",
                    "resolve-options": "^1.1.0",
                    "through2": "^2.0.0",
                    "to-through": "^2.0.0",
                    "value-or-function": "^3.0.0",
                    "vinyl": "^2.0.0",
                    "vinyl-sourcemap": "^1.1.0"
    
                }
            },
            "vinyl-sourcemap": {
                "version": "1.1.0",
                "resolved": "https://registry.npmjs.org/vinyl-sourcemap/-/vinyl-sourcemap-1.1.0.tgz",
                "integrity": "sha1-kqgAWTo4cDqM2xHYswCtS+Y7PhY=",
                "requires": {
    
                    "append-buffer": "^1.0.2",
                    "convert-source-map": "^1.5.0",
                    "graceful-fs": "^4.1.6",
                    "normalize-path": "^2.1.1",
                    "now-and-later": "^2.0.0",
                    "remove-bom-buffer": "^3.0.0",
                    "vinyl": "^2.0.0"
    
                }
            },
            "vinyl-sourcemaps-apply": {
                "version": "0.2.1",
                "resolved": "https://registry.npmjs.org/vinyl-sourcemaps-apply/-/vinyl-sourcemaps-apply-0.2.1.tgz",
                "integrity": "sha1-q2VJ1h0XLCsbh75cUI0jnI74dwU=",
                "requires": {
    
                    "source-map": "^0.5.1"
    
            "vm-browserify": {
                "version": "0.0.4",
                "resolved": "http://registry.npmjs.org/vm-browserify/-/vm-browserify-0.0.4.tgz",
                "integrity": "sha1-XX6kW7755Kb/ZflUOOCofDV9WnM=",
                "dev": true,
                "requires": {
                    "indexof": "0.0.1"
                }
            },
            "watchpack": {
                "version": "1.6.0",
                "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.6.0.tgz",
                "integrity": "sha512-i6dHe3EyLjMmDlU1/bGQpEw25XSjkJULPuAVKCbNRefQVq48yXKUpwg538F7AZTf9kyr57zj++pQFltUa5H7yA==",
                "dev": true,
                "requires": {
    
                    "chokidar": "^2.0.2",
                    "graceful-fs": "^4.1.2",
                    "neo-async": "^2.5.0"
    
                }
            },
            "wbuf": {
                "version": "1.7.3",
                "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz",
                "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==",
                "dev": true,
                "requires": {
    
                    "minimalistic-assert": "^1.0.0"
    
            "web-namespaces": {
                "version": "1.1.2",
                "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-1.1.2.tgz",
                "integrity": "sha512-II+n2ms4mPxK+RnIxRPOw3zwF2jRscdJIUE9BfkKHm4FYEg9+biIoTMnaZF5MpemE3T+VhMLrhbyD4ilkPCSbg=="
            },
    
            "webpack": {
    
                "version": "4.28.3",
                "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.28.3.tgz",
                "integrity": "sha512-vLZN9k5I7Nr/XB1IDG9GbZB4yQd1sPuvufMFgJkx0b31fi2LD97KQIjwjxE7xytdruAYfu5S0FLBLjdxmwGJCg==",
    
                "dev": true,
                "requires": {
                    "@webassemblyjs/ast": "1.7.11",
                    "@webassemblyjs/helper-module-context": "1.7.11",
                    "@webassemblyjs/wasm-edit": "1.7.11",
                    "@webassemblyjs/wasm-parser": "1.7.11",
    
                    "acorn": "^5.6.2",
                    "acorn-dynamic-import": "^3.0.0",
                    "ajv": "^6.1.0",
                    "ajv-keywords": "^3.1.0",
                    "chrome-trace-event": "^1.0.0",
                    "enhanced-resolve": "^4.1.0",
                    "eslint-scope": "^4.0.0",
                    "json-parse-better-errors": "^1.0.2",
                    "loader-runner": "^2.3.0",
                    "loader-utils": "^1.1.0",
                    "memory-fs": "~0.4.1",
                    "micromatch": "^3.1.8",
                    "mkdirp": "~0.5.0",
                    "neo-async": "^2.5.0",
                    "node-libs-browser": "^2.0.0",
                    "schema-utils": "^0.4.4",
                    "tapable": "^1.1.0",
                    "terser-webpack-plugin": "^1.1.0",
                    "watchpack": "^1.5.0",
                    "webpack-sources": "^1.3.0"
    
                }
            },
            "webpack-bundle-tracker": {
                "version": "0.4.2-beta",
                "resolved": "https://registry.npmjs.org/webpack-bundle-tracker/-/webpack-bundle-tracker-0.4.2-beta.tgz",
                "integrity": "sha512-CCyJbCQnRtjR1sk97u/H5DtJibrIcJ79MnntMyjOpc9HCmfIQYgt7ze7i/Z+DStBZ4NC4HxqGDsB///2Na1DTA==",
    
    Todd Dembrey's avatar
    Todd Dembrey committed
                "dev": true,
    
                "requires": {
    
                    "deep-extend": "^0.6.0",
                    "mkdirp": "^0.5.1",
                    "strip-ansi": "^2.0.1"
    
                },
                "dependencies": {
                    "ansi-regex": {
                        "version": "1.1.1",
                        "resolved": "http://registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.1.tgz",
    
    Todd Dembrey's avatar
    Todd Dembrey committed
                        "integrity": "sha1-QchHGUZGN15qGl0Qw8oFTvn8mA0=",
                        "dev": true
    
                    },
                    "strip-ansi": {
                        "version": "2.0.1",
                        "resolved": "http://registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.1.tgz",
                        "integrity": "sha1-32LBqpTtLxFOHQ8h/R1QSCt5pg4=",
    
    Todd Dembrey's avatar
    Todd Dembrey committed
                        "dev": true,
    
                        "requires": {
    
                            "ansi-regex": "^1.0.0"
    
                        }
                    }
                }
            },
            "webpack-cli": {
                "version": "3.1.2",
                "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.1.2.tgz",
                "integrity": "sha512-Cnqo7CeqeSvC6PTdts+dywNi5CRlIPbLx1AoUPK2T6vC1YAugMG3IOoO9DmEscd+Dghw7uRlnzV1KwOe5IrtgQ==",
                "dev": true,
                "requires": {
    
                    "chalk": "^2.4.1",
                    "cross-spawn": "^6.0.5",
                    "enhanced-resolve": "^4.1.0",
                    "global-modules-path": "^2.3.0",
                    "import-local": "^2.0.0",
                    "interpret": "^1.1.0",
                    "loader-utils": "^1.1.0",
                    "supports-color": "^5.5.0",
                    "v8-compile-cache": "^2.0.2",
                    "yargs": "^12.0.2"
    
                },
                "dependencies": {
                    "ansi-regex": {
                        "version": "3.0.0",
                        "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
                        "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=",
                        "dev": true
                    },
                    "camelcase": {
                        "version": "5.0.0",
                        "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.0.0.tgz",
                        "integrity": "sha512-faqwZqnWxbxn+F1d399ygeamQNy3lPp/H9H6rNrqYh4FSVCtcY+3cub1MxA8o9mDd55mM8Aghuu/kuyYA6VTsA==",
                        "dev": true
                    },
                    "cliui": {
                        "version": "4.1.0",
                        "resolved": "https://registry.npmjs.org/cliui/-/cliui-4.1.0.tgz",
                        "integrity": "sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ==",
                        "dev": true,
                        "requires": {
    
                            "string-width": "^2.1.1",
                            "strip-ansi": "^4.0.0",
                            "wrap-ansi": "^2.0.0"
    
                        }
                    },
                    "cross-spawn": {
                        "version": "6.0.5",
                        "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz",
                        "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==",
                        "dev": true,
                        "requires": {
    
                            "nice-try": "^1.0.4",
                            "path-key": "^2.0.1",
                            "semver": "^5.5.0",
                            "shebang-command": "^1.2.0",
                            "which": "^1.2.9"
    
                        }
                    },
                    "find-up": {
                        "version": "3.0.0",
                        "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
                        "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
                        "dev": true,
                        "requires": {
    
                            "locate-path": "^3.0.0"
    
                        }
                    },
                    "invert-kv": {
                        "version": "2.0.0",
                        "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-2.0.0.tgz",
                        "integrity": "sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA==",
                        "dev": true
                    },
                    "is-fullwidth-code-point": {
                        "version": "2.0.0",
                        "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
                        "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
                        "dev": true
                    },
                    "lcid": {
                        "version": "2.0.0",
                        "resolved": "https://registry.npmjs.org/lcid/-/lcid-2.0.0.tgz",
                        "integrity": "sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA==",
                        "dev": true,
                        "requires": {
    
                            "invert-kv": "^2.0.0"
    
                        }
                    },
                    "locate-path": {
                        "version": "3.0.0",
                        "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
                        "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
                        "dev": true,
                        "requires": {
    
                            "p-locate": "^3.0.0",
                            "path-exists": "^3.0.0"
    
                        }
                    },
                    "os-locale": {
                        "version": "3.0.1",
                        "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-3.0.1.tgz",
                        "integrity": "sha512-7g5e7dmXPtzcP4bgsZ8ixDVqA7oWYuEz4lOSujeWyliPai4gfVDiFIcwBg3aGCPnmSGfzOKTK3ccPn0CKv3DBw==",
                        "dev": true,
                        "requires": {
    
                            "execa": "^0.10.0",
                            "lcid": "^2.0.0",
                            "mem": "^4.0.0"
    
                        }
                    },
                    "p-limit": {
                        "version": "2.0.0",
                        "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.0.0.tgz",
                        "integrity": "sha512-fl5s52lI5ahKCernzzIyAP0QAZbGIovtVHGwpcu1Jr/EpzLVDI2myISHwGqK7m8uQFugVWSrbxH7XnhGtvEc+A==",
                        "dev": true,
                        "requires": {
    
                            "p-try": "^2.0.0"
    
                        }
                    },
                    "p-locate": {
                        "version": "3.0.0",
                        "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
                        "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
                        "dev": true,
                        "requires": {
    
                            "p-limit": "^2.0.0"
    
                        }
                    },
                    "p-try": {
                        "version": "2.0.0",
                        "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.0.0.tgz",
                        "integrity": "sha512-hMp0onDKIajHfIkdRk3P4CdCmErkYAxxDtP3Wx/4nZ3aGlau2VKh3mZpcuFkH27WQkL/3WBCPOktzA9ZOAnMQQ==",
                        "dev": true
                    },
                    "path-exists": {
                        "version": "3.0.0",
                        "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
                        "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
                        "dev": true
                    },
                    "string-width": {
                        "version": "2.1.1",
                        "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
                        "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
                        "dev": true,
                        "requires": {
    
                            "is-fullwidth-code-point": "^2.0.0",
                            "strip-ansi": "^4.0.0"
    
                        }
                    },
                    "strip-ansi": {
                        "version": "4.0.0",
                        "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
                        "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
                        "dev": true,
                        "requires": {
    
                            "ansi-regex": "^3.0.0"
    
                        }
                    },
                    "which-module": {
                        "version": "2.0.0",
                        "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz",
                        "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=",
                        "dev": true
                    },
                    "yargs": {
                        "version": "12.0.5",
                        "resolved": "https://registry.npmjs.org/yargs/-/yargs-12.0.5.tgz",
                        "integrity": "sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw==",
                        "dev": true,
                        "requires": {
    
                            "cliui": "^4.0.0",
                            "decamelize": "^1.2.0",
                            "find-up": "^3.0.0",
                            "get-caller-file": "^1.0.1",
                            "os-locale": "^3.0.0",
                            "require-directory": "^2.1.1",
                            "require-main-filename": "^1.0.1",
                            "set-blocking": "^2.0.0",
                            "string-width": "^2.0.0",
                            "which-module": "^2.0.0",
                            "y18n": "^3.2.1 || ^4.0.0",
                            "yargs-parser": "^11.1.1"
    
                        }
                    },
                    "yargs-parser": {
                        "version": "11.1.1",
                        "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-11.1.1.tgz",
                        "integrity": "sha512-C6kB/WJDiaxONLJQnF8ccx9SEeoTTLek8RVbaOIsrAUS8VrBEXfmeSnCZxygc+XC2sNMBIwOOnfcxiynjHsVSQ==",
                        "dev": true,
                        "requires": {
    
                            "camelcase": "^5.0.0",
                            "decamelize": "^1.2.0"
    
                        }
                    }
                }
            },
            "webpack-dev-middleware": {
                "version": "3.4.0",
                "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-3.4.0.tgz",
                "integrity": "sha512-Q9Iyc0X9dP9bAsYskAVJ/hmIZZQwf/3Sy4xCAZgL5cUkjZmUZLt4l5HpbST/Pdgjn3u6pE7u5OdGd1apgzRujA==",
    
    Todd Dembrey's avatar
    Todd Dembrey committed
                "dev": true,
                "requires": {
    
                    "memory-fs": "~0.4.1",
                    "mime": "^2.3.1",